Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc126 .WillRepeatedly(Return(&user_profile_storage_)); in SetUp()
128 .WillRepeatedly(Return(&user_profile_storage_)); in SetUp()
437 StrictMock<MockStore> user_profile_storage_; member in shill::WiFiProviderTest
867 EXPECT_CALL(user_profile_storage_, in TEST_F()
1601 EXPECT_CALL(user_profile_storage_, Flush()).Times(1); in TEST_F()
1604 EXPECT_CALL(user_profile_storage_, in TEST_F()
1606 EXPECT_CALL(user_profile_storage_, in TEST_F()
1610 EXPECT_CALL(user_profile_storage_, GetGroups()) in TEST_F()
1612 EXPECT_CALL(user_profile_storage_, GetStringList(_, _, _)).Times(0); in TEST_F()