Home
last modified time | relevance | path

Searched refs:readValueOrNull (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp175 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()
211 auto hvacPowerOn = mPropStore->readValueOrNull( in set()
239 auto currentPropValue = mPropStore->readValueOrNull(propValue); in set()
340 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer()
460 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in fillObd2FreezeFrame()
480 auto freezeFrame = mPropStore->readValueOrNull(OBD2_FREEZE_FRAME, 0, timestamp); in clearObd2FreezeFrames()
509 auto internalPropValue = mPropStore->readValueOrNull(propValue); in doInternalHealthCheck()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h78 std::unique_ptr<VehiclePropValue> readValueOrNull(const VehiclePropValue& request) const;
79 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp107 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
115 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::readValueOrNull( in readValueOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp409 store->readValueOrNull(propValue); in invokeVehiclePropStore()
410 store->readValueOrNull(propValue.prop, propValue.areaId, 0); in invokeVehiclePropStore()