Searched refs:requestedPropValue (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | EmulatedVehicleHal.cpp | 138 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get() argument 139 auto propId = requestedPropValue.prop; in get() 148 *outStatus = fillObd2FreezeFrame(requestedPropValue, v.get()); in get() 157 const auto& ret = mEmulatedUserHal->onGetProperty(requestedPropValue); in get() 175 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get() 453 StatusCode EmulatedVehicleHal::fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame() argument 455 if (requestedPropValue.value.int64Values.size() != 1) { in fillObd2FreezeFrame() 459 auto timestamp = requestedPropValue.value.int64Values[0]; in fillObd2FreezeFrame()
|
D | EmulatedVehicleHal.h | 56 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, 81 StatusCode fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue,
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 66 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, in get() argument 70 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); in get() 71 int32_t areaId = requestedPropValue.areaId; in get() 81 auto key = makeKey(requestedPropValue); in get() 165 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet() argument 171 manager->get(requestedPropValue, [&refStatus, &refValue, &called] in invokeGet() 178 << hexString(requestedPropValue.prop); in invokeGet()
|
/hardware/interfaces/automotive/vehicle/2.0/vts/functional/ |
D | VtsHalAutomotiveVehicleV2_0TargetTest.cpp | 102 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet() argument 108 mVehicle->get(requestedPropValue, in invokeGet() 115 ASSERT_TRUE(isCalled) << "callback wasn't called for property: " << requestedPropValue.prop; in invokeGet()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHal.h | 44 virtual VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
|
D | VehicleHalManager.h | 67 Return<void> get(const VehiclePropValue& requestedPropValue,
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | VehicleManager_fuzzer.cpp | 105 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get() argument 110 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); in get() 111 int32_t areaId = requestedPropValue.areaId; in get() 126 if (requestedPropValue.prop == kCustomComplexProperty) { in get()
|
D | VehicleManager_fuzzer.h | 45 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 53 get(VehiclePropValue requestedPropValue)
|