Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_profile.h50 MOCK_CONST_METHOD0(GetConstStorage, const StoreInterface*());
Dprofile.h206 virtual const StoreInterface* GetConstStorage() const { in GetConstStorage() function
Dservice_unittest.cc839 EXPECT_CALL(*mock_profile, GetConstStorage()) in TEST_F()
853 EXPECT_CALL(*mock_profile, GetConstStorage()).WillOnce(Return(nullptr)); in TEST_F()
1416 EXPECT_CALL(*profile, GetConstStorage()).WillOnce(Return(nullptr)); in TEST_F()
1422 EXPECT_CALL(*profile, GetConstStorage()).WillOnce(Return(&storage)); in TEST_F()
2009 EXPECT_CALL(*mock_profile, GetConstStorage()) in TEST_F()
Dservice.cc1658 if (profile_.get() && profile_->GetConstStorage()) { in SaveToProfile()
Dmanager_unittest.cc4397 EXPECT_CALL(*profile0, GetConstStorage()).WillOnce(Return(&storage0)); in TEST_F()
4398 EXPECT_CALL(*profile1, GetConstStorage()).WillOnce(Return(&storage1)); in TEST_F()
4399 EXPECT_CALL(*profile2, GetConstStorage()).WillOnce(Return(&storage2)); in TEST_F()
Dmanager.cc859 *profile->GetConstStorage()); in GetLoadableProfileEntriesForService()
/system/connectivity/shill/vpn/
Dvpn_provider.cc193 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile()
328 if (!GetServiceParametersFromStorage(profile->GetConstStorage(), in CreateTemporaryServiceFromProfile()
Dvpn_provider_unittest.cc273 EXPECT_CALL(*profile, GetConstStorage()).WillRepeatedly(Return(&storage)); in TEST_F()
337 EXPECT_CALL(*profile, GetConstStorage()).WillRepeatedly(Return(&storage)); in TEST_F()
/system/connectivity/shill/wimax/
Dwimax_provider.cc261 if (!GetServiceParametersFromStorage(profile->GetConstStorage(), in CreateTemporaryServiceFromProfile()
274 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile()
Dwimax_provider_unittest.cc444 EXPECT_CALL(*profile, GetConstStorage()) in TEST_F()
471 EXPECT_CALL(*profile, GetConstStorage()) in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_provider.cc120 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile()
226 if (!GetServiceParametersFromStorage(profile->GetConstStorage(), in CreateTemporaryServiceFromProfile()
Dwifi_provider_unittest.cc121 EXPECT_CALL(*default_profile_, GetConstStorage()) in SetUp()
127 EXPECT_CALL(*user_profile_, GetConstStorage()) in SetUp()
Dwifi_service_unittest.cc1087 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0); in TEST_F()
1105 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0); in TEST_F()