Searched refs:open_service (Results 1 – 1 of 1) sorted by relevance
1494 MockWiFiServiceRefPtr open_service = AddMockService(ssid_bytes, in TEST_F() local1498 EXPECT_CALL(*open_service, AddEndpoint(RefPtrMatch(endpoint))); in TEST_F()1499 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(open_service))); in TEST_F()1501 Mock::VerifyAndClearExpectations(open_service.get()); in TEST_F()1504 EXPECT_CALL(*open_service, NotifyEndpointUpdated(RefPtrMatch(endpoint))); in TEST_F()1505 EXPECT_CALL(*open_service, AddEndpoint(_)).Times(0); in TEST_F()1507 Mock::VerifyAndClearExpectations(open_service.get()); in TEST_F()1516 EXPECT_CALL(*open_service, RemoveEndpoint(RefPtrMatch(endpoint))); in TEST_F()1519 EXPECT_CALL(*open_service, HasEndpoints()).WillOnce(Return(true)); in TEST_F()1521 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(open_service))); in TEST_F()