Home
last modified time | relevance | path

Searched refs:readAllValues (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h86 std::vector<VehiclePropValue> readAllValues() const;
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h134 std::vector<VehiclePropValuePool::RecyclableType> readAllValues() const EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHalServer.cpp93 auto values = mServerSidePropStore.readAllValues(); in sendAllValuesToClient()
237 auto values = mServerSidePropStore.readAllValues(); in onDump()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp115 std::vector<VehiclePropValue> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp153 auto gotValues = mStore->readAllValues(); in TEST_F()
337 auto gotValues = mStore->readAllValues(); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp285 std::vector<VehiclePropValuePool::RecyclableType> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp517 [&]() { store->readAllValues(); }, in invokeVehiclePropStore()