Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp138 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()
DEmulatedVehicleHal.h56 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
81 StatusCode fillObd2FreezeFrame(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/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp102 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/
DVehicleHal.h44 virtual VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
DVehicleHalManager.h67 Return<void> get(const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp105 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()
DVehicleManager_fuzzer.h45 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue,
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal53 get(VehiclePropValue requestedPropValue)