Home
last modified time | relevance | path

Searched defs:requestedPropValue (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp118 const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame()
DDefaultVehicleHal.cpp80 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in getUserHalProp()
102 VehicleHal::VehiclePropValuePtr DefaultVehicleHal::get(const VehiclePropValue& requestedPropValue, in get()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp66 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, in get()
165 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp95 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp111 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { in get()