Loading automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/test/proto_message_converter_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -45,7 +45,7 @@ std::vector<aidl_vehicle::VehiclePropConfig> prepareTestConfigs() { std::vector<aidl_vehicle::VehiclePropValue> prepareTestValues() { std::vector<aidl_vehicle::VehiclePropValue> prepareTestValues() { std::vector<aidl_vehicle::VehiclePropValue> values; std::vector<aidl_vehicle::VehiclePropValue> values; long timestamp = 1; int64_t timestamp = 1; for (auto& property : defaultconfig::getDefaultConfigs()) { for (auto& property : defaultconfig::getDefaultConfigs()) { values.push_back({ values.push_back({ .timestamp = timestamp, .timestamp = timestamp, Loading automotive/vehicle/aidl/impl/hardware/include/IVehicleHardware.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ struct DumpResult { // A request type for 'setValues' or 'getValues' method. // A request type for 'setValues' or 'getValues' method. struct VehiclePropValueRequest { struct VehiclePropValueRequest { // A unique request ID set by the sender. // A unique request ID set by the sender. int requestId; int64_t requestId; // The property to get/set. // The property to get/set. ::aidl::android::hardware::automotive::vehicle::VehiclePropValue value; ::aidl::android::hardware::automotive::vehicle::VehiclePropValue value; }; }; Loading Loading
automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/test/proto_message_converter_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -45,7 +45,7 @@ std::vector<aidl_vehicle::VehiclePropConfig> prepareTestConfigs() { std::vector<aidl_vehicle::VehiclePropValue> prepareTestValues() { std::vector<aidl_vehicle::VehiclePropValue> prepareTestValues() { std::vector<aidl_vehicle::VehiclePropValue> values; std::vector<aidl_vehicle::VehiclePropValue> values; long timestamp = 1; int64_t timestamp = 1; for (auto& property : defaultconfig::getDefaultConfigs()) { for (auto& property : defaultconfig::getDefaultConfigs()) { values.push_back({ values.push_back({ .timestamp = timestamp, .timestamp = timestamp, Loading
automotive/vehicle/aidl/impl/hardware/include/IVehicleHardware.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ struct DumpResult { // A request type for 'setValues' or 'getValues' method. // A request type for 'setValues' or 'getValues' method. struct VehiclePropValueRequest { struct VehiclePropValueRequest { // A unique request ID set by the sender. // A unique request ID set by the sender. int requestId; int64_t requestId; // The property to get/set. // The property to get/set. ::aidl::android::hardware::automotive::vehicle::VehiclePropValue value; ::aidl::android::hardware::automotive::vehicle::VehiclePropValue value; }; }; Loading