Searched refs:GetConstStorage (Results 1 – 13 of 13) sorted by relevance
/system/connectivity/shill/ |
D | mock_profile.h | 50 MOCK_CONST_METHOD0(GetConstStorage, const StoreInterface*());
|
D | profile.h | 206 virtual const StoreInterface* GetConstStorage() const { in GetConstStorage() function
|
D | service_unittest.cc | 839 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()
|
D | service.cc | 1658 if (profile_.get() && profile_->GetConstStorage()) { in SaveToProfile()
|
D | manager_unittest.cc | 4397 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()
|
D | manager.cc | 859 *profile->GetConstStorage()); in GetLoadableProfileEntriesForService()
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.cc | 193 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile() 328 if (!GetServiceParametersFromStorage(profile->GetConstStorage(), in CreateTemporaryServiceFromProfile()
|
D | vpn_provider_unittest.cc | 273 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/ |
D | wimax_provider.cc | 261 if (!GetServiceParametersFromStorage(profile->GetConstStorage(), in CreateTemporaryServiceFromProfile() 274 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile()
|
D | wimax_provider_unittest.cc | 444 EXPECT_CALL(*profile, GetConstStorage()) in TEST_F() 471 EXPECT_CALL(*profile, GetConstStorage()) in TEST_F()
|
/system/connectivity/shill/wifi/ |
D | wifi_provider.cc | 120 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile() 226 if (!GetServiceParametersFromStorage(profile->GetConstStorage(), in CreateTemporaryServiceFromProfile()
|
D | wifi_provider_unittest.cc | 121 EXPECT_CALL(*default_profile_, GetConstStorage()) in SetUp() 127 EXPECT_CALL(*user_profile_, GetConstStorage()) in SetUp()
|
D | wifi_service_unittest.cc | 1087 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0); in TEST_F() 1105 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0); in TEST_F()
|