Searched refs:getAllPropConfigs (Results 1 – 5 of 5) sorted by relevance
126 TEST_P(VehicleHalHidlTest, getAllPropConfigs) { in TEST_P() argument130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()199 mVehicle->getAllPropConfigs( in TEST_P()
64 Return<void> getAllPropConfigs(getAllPropConfigs_cb _hidl_cb) override;
26 getAllPropConfigs() generates (vec<VehiclePropConfig> propConfigs);
235 TEST_F(VehicleHalManagerTest, getAllPropConfigs) { in TEST_F() argument237 manager->getAllPropConfigs( in TEST_F()
184 mManager->getAllPropConfigs( in invokePropConfigs()