Home
last modified time | relevance | path

Searched refs:getAllPropConfigs (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp126 TEST_P(VehicleHalHidlTest, getAllPropConfigs) { in TEST_P() argument
130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
199 mVehicle->getAllPropConfigs( in TEST_P()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h64 Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override;
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal26 getAllPropConfigs() generates (vec<VehiclePropConfig> propConfigs);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument
237 manager->getAllPropConfigs( in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp184 mManager->getAllPropConfigs( in invokePropConfigs()