Searched refs:requestedPropValue (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultVehicleHal.cpp | 80 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in getUserHalProp() argument 81 auto propId = requestedPropValue.prop; in getUserHalProp() 83 const auto& ret = mFakeUserHal.onGetProperty(requestedPropValue); in getUserHalProp() 102 VehicleHal::VehiclePropValuePtr DefaultVehicleHal::get(const VehiclePropValue& requestedPropValue, in get() argument 104 auto propId = requestedPropValue.prop; in get() 108 return getUserHalProp(requestedPropValue, outStatus); in get() 114 *outStatus = fillObd2FreezeFrame(mPropStore, requestedPropValue, v.get()); in get() 124 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
|
D | DefaultVehicleHal.h | 44 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, 85 VehiclePropValuePtr getUserHalProp(const VehiclePropValue& requestedPropValue,
|
D | FakeObd2Frame.cpp | 118 const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame() argument 120 if (requestedPropValue.value.int64Values.size() != 1) { in fillObd2FreezeFrame() 129 auto timestamp = requestedPropValue.value.int64Values[0]; in fillObd2FreezeFrame()
|
D | FakeObd2Frame.h | 33 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/aidl/impl/fake_impl/obd2frame/src/ |
D | FakeObd2Frame.cpp | 129 const VehiclePropValue& requestedPropValue) const { in getObd2FreezeFrame() 130 if (requestedPropValue.value.int64Values.size() != 1) { in getObd2FreezeFrame() 145 auto timestamp = requestedPropValue.value.int64Values[0]; in getObd2FreezeFrame()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/ |
D | FakeObd2Frame.h | 43 requestedPropValue) const;
|
/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/common/src/ |
D | VehicleHalManager.cpp | 111 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { in get() argument 112 const auto* config = getPropConfigOrNull(requestedPropValue.prop); in get() 115 requestedPropValue.prop); in get() 126 auto value = mHal->get(requestedPropValue, &status); in get()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | VehicleManager_fuzzer.cpp | 95 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get() argument 100 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); in get() 101 int32_t areaId = requestedPropValue.areaId; in get() 116 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)
|