Lines Matching refs:Unload
1232 EXPECT_CALL(*mock_service, Unload()).WillOnce(Return(false)); in TEST_F()
1246 EXPECT_CALL(*mock_service, Unload()).Times(0); in TEST_F()
1257 EXPECT_CALL(*mock_service, Unload()).WillOnce(Return(true)); in TEST_F()
1376 EXPECT_CALL(*s_not_in_profile.get(), Unload()).Times(0); in TEST_F()
1377 EXPECT_CALL(*s_not_in_group.get(), Unload()).Times(0); in TEST_F()
1378 EXPECT_CALL(*s_configure_fail.get(), Unload()).Times(1); in TEST_F()
1379 EXPECT_CALL(*s_configure_succeed.get(), Unload()).Times(0); in TEST_F()
1464 EXPECT_CALL(*s_will_remove0, Unload()) in TEST_F()
1466 EXPECT_CALL(*s_will_remove1, Unload()) in TEST_F()
1468 EXPECT_CALL(*s_will_not_remove0, Unload()) in TEST_F()
1470 EXPECT_CALL(*s_will_not_remove1, Unload()) in TEST_F()
1542 EXPECT_CALL(*s_will_remove0, Unload()) in TEST_F()
1544 EXPECT_CALL(*s_will_remove1, Unload()) in TEST_F()
1546 EXPECT_CALL(*s_will_not_remove0, Unload()) in TEST_F()
1548 EXPECT_CALL(*s_will_not_remove1, Unload()) in TEST_F()