Searched refs:getAllConfigs (Results 1 – 6 of 6) sorted by relevance
49 const std::vector<VehiclePropConfig>& getAllConfigs() const { in getAllConfigs() function
81 std::vector<VehiclePropConfig> getAllConfigs() const;
57 std::vector<VehiclePropConfig> actualConfigs = index.getAllConfigs(); in TEST_F()
116 std::vector<VehiclePropConfig> VehiclePropertyStore::getAllConfigs() const { in getAllConfigs() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
50 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()
297 return mPropStore->getAllConfigs(); in listProperties()