Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_profile.h49 MOCK_METHOD0(GetStorage, StoreInterface*());
Dprofile.h201 virtual StoreInterface* GetStorage() { in GetStorage() function
/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc119 EXPECT_CALL(*default_profile_, GetStorage()) in SetUp()
125 EXPECT_CALL(*user_profile_, GetStorage()) in SetUp()
234 auto profile_storage = static_cast<MockStore*>(profile->GetStorage()); in AddServiceToProfileStorage()
732 static_cast<MockStore*>(default_profile_->GetStorage()); in TEST_F()
Dwifi_provider.cc376 StoreInterface* storage = profile->GetStorage(); in LoadAndFixupServiceEntries()