Home
last modified time | relevance | path

Searched refs:getAllConfigs (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropConfigIndex.h49 const std::vector<VehiclePropConfig>& getAllConfigs() const { in getAllConfigs() function
DVehiclePropertyStore.h92 std::vector<VehiclePropConfig> getAllConfigs() const;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehiclePropConfigIndex_test.cpp57 std::vector<VehiclePropConfig> actualConfigs = index.getAllConfigs(); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h153 std::vector<aidl::android::hardware::automotive::vehicle::VehiclePropConfig> getAllConfigs()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp81 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()
301 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdListAllProperties()
315 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdDumpAllProperties()
DVehiclePropertyStore.cpp153 std::vector<VehiclePropConfig> VehiclePropertyStore::getAllConfigs() const { in getAllConfigs() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp100 std::vector<VehiclePropConfig> configs = mStore->getAllConfigs(); in TEST_F()
523 configs = mStore->getAllConfigs(); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp344 std::vector<VehiclePropConfig> VehiclePropertyStore::getAllConfigs() const { in getAllConfigs() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp140 return mPropStore->getAllConfigs(); in listProperties()
DDefaultVehicleHalServer.cpp130 return mServerSidePropStore.getAllConfigs(); in onGetAllPropertyConfig()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp518 [&]() { store->getAllConfigs(); }, in invokeVehiclePropStore()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp430 std::vector<VehiclePropConfig> allConfigs = mServerSidePropStore->getAllConfigs(); in getAllPropertyConfigs()
1812 auto configs = mServerSidePropStore->getAllConfigs(); in dumpAllProperties()
1866 auto configs = mServerSidePropStore->getAllConfigs(); in dumpListProperties()