Home
last modified time | relevance | path

Searched refs:requestedPropValue (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp80 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()
DDefaultVehicleHal.h44 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
85 VehiclePropValuePtr getUserHalProp(const VehiclePropValue& requestedPropValue,
DFakeObd2Frame.cpp118 const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame() argument
120 if (requestedPropValue.value.int64Values.size() != 1) { in fillObd2FreezeFrame()
129 auto timestamp = requestedPropValue.value.int64Values[0]; in fillObd2FreezeFrame()
DFakeObd2Frame.h33 const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp66 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/
DFakeObd2Frame.cpp129 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/
DFakeObd2Frame.h43 requestedPropValue) const;
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h44 virtual VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
DVehicleHalManager.h67 Return<void> get(const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp111 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/
DVehicleManager_fuzzer.cpp95 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()
DVehicleManager_fuzzer.h45 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal53 get(VehiclePropValue requestedPropValue)