Lines Matching refs:store_
372 EXPECT_CALL(store_, GetString(id, WiFiService::kStorageType, _)) in AddServiceEntry()
375 EXPECT_CALL(store_, SetString(id, WiFiService::kStorageType, in AddServiceEntry()
378 EXPECT_CALL(store_, GetString(id, WiFiService::kStorageMode, _)) in AddServiceEntry()
381 EXPECT_CALL(store_, SetString(id, WiFiService::kStorageMode, in AddServiceEntry()
384 EXPECT_CALL(store_, GetString(id, WiFiService::kStorageSecurity, _)) in AddServiceEntry()
387 EXPECT_CALL(store_, SetString(id, WiFiService::kStorageSecurity, in AddServiceEntry()
390 EXPECT_CALL(store_, GetString(id, WiFiService::kStorageSecurityClass, _)) in AddServiceEntry()
393 EXPECT_CALL(store_, SetString(id, WiFiService::kStorageSecurityClass, in AddServiceEntry()
399 EXPECT_CALL(store_, GetGroups()).WillOnce(Return(groups_)); in FixupServiceEntries()
400 return WiFiService::FixupServiceEntries(&store_); in FixupServiceEntries()
404 StrictMock<MockStore> store_; member in shill::WiFiServiceFixupStorageTest