Lines Matching refs:UpdateService
1234 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1249 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1261 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1282 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1295 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1307 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1325 EXPECT_CALL(manager_, UpdateService(_)).Times(0); in TEST_F()
1353 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1363 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1373 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service1))).Times(1); in TEST_F()
1405 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(0); in TEST_F()
1436 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1466 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1499 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(open_service))); in TEST_F()
1521 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(open_service))); in TEST_F()
1522 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(rsn_service))); in TEST_F()