Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc234 auto profile_storage = static_cast<MockStore*>(profile->GetStorage()); in AddServiceToProfileStorage() local
235 EXPECT_CALL(*profile_storage, GetString(id, _, _)) in AddServiceToProfileStorage()
238 profile_storage, id, WiFiService::kStorageType, kTypeWifi); in AddServiceToProfileStorage()
244 profile_storage, id, WiFiService::kStorageSSID, hex_ssid); in AddServiceToProfileStorage()
248 profile_storage, id, WiFiService::kStorageMode, mode); in AddServiceToProfileStorage()
252 profile_storage, id, WiFiService::kStorageSecurity, security); in AddServiceToProfileStorage()
255 EXPECT_CALL(*profile_storage, GetBool(id, kWifiHiddenSsid, _)) in AddServiceToProfileStorage()
259 EXPECT_CALL(*profile_storage, GetBool(id, kWifiHiddenSsid, _)) in AddServiceToProfileStorage()
731 auto profile_storage = in TEST_F() local
733 EXPECT_CALL(*profile_storage, in TEST_F()