Searched refs:getAllConfigs (Results 1 – 12 of 12) sorted by relevance
49 const std::vector<VehiclePropConfig>& getAllConfigs() const { in getAllConfigs() function
92 std::vector<VehiclePropConfig> getAllConfigs() const;
57 std::vector<VehiclePropConfig> actualConfigs = index.getAllConfigs(); in TEST_F()
153 std::vector<aidl::android::hardware::automotive::vehicle::VehiclePropConfig> getAllConfigs()
81 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()301 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdListAllProperties()315 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdDumpAllProperties()
153 std::vector<VehiclePropConfig> VehiclePropertyStore::getAllConfigs() const { in getAllConfigs() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
100 std::vector<VehiclePropConfig> configs = mStore->getAllConfigs(); in TEST_F()523 configs = mStore->getAllConfigs(); in TEST_F()
344 std::vector<VehiclePropConfig> VehiclePropertyStore::getAllConfigs() const { in getAllConfigs() function in android::hardware::automotive::vehicle::VehiclePropertyStore
140 return mPropStore->getAllConfigs(); in listProperties()
130 return mServerSidePropStore.getAllConfigs(); in onGetAllPropertyConfig()
518 [&]() { store->getAllConfigs(); }, in invokeVehiclePropStore()
430 std::vector<VehiclePropConfig> allConfigs = mServerSidePropStore->getAllConfigs(); in getAllPropertyConfigs()1812 auto configs = mServerSidePropStore->getAllConfigs(); in dumpAllProperties()1866 auto configs = mServerSidePropStore->getAllConfigs(); in dumpListProperties()