Home
last modified time | relevance | path

Searched defs:VehiclePropValue (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsVehicleListener.h30 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent()
41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet()
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DUtils.java49 static VehiclePropValue readVhalProperty( in readVhalProperty() argument
70 static VehiclePropValue readVhalProperty( in readVhalProperty() argument
77 static VehiclePropValue readVhalProperty( in readVhalProperty() argument
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h105 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet()
/aosp12/packages/services/Car/tools/emulator/
H A DVehicleHalProto_pb2.py585 VehiclePropValue = _reflection.GeneratedProtocolMessageType('VehiclePropValue', (_message.Message,)… variable
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
H A DVehicleHalProto.proto78 message VehiclePropValue { message
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/tests/
H A DVehicleBindingUtilTests.cpp169 EXPECT_CALL(*mMockVehicle, set(_)).WillOnce([](const VehiclePropValue&) { in TEST_F()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp53 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp148 Return<void> PropertyChangeListener::onPropertySet(const VehiclePropValue& /*propValue*/) { in onPropertySet()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp918 const VehiclePropValue& /*propValue*/) { in onPropertySet()