Lines Matching refs:Call

346     ON_CALL(mock_fstat_, Call).WillByDefault(fstat);  in SetUp()
613 EXPECT_CALL(mock_logger_, Call(_, _, _, _, _, HasSubstr("Failed to get the file size"))).Times(0); in TEST_F()
633 EXPECT_CALL(mock_logger_, Call(_, _, _, _, _, HasSubstr("Failed to get the file size"))).Times(0); in TEST_F()
648 EXPECT_CALL(mock_logger_, Call(_, _, _, _, _, HasSubstr("Failed to get the file size"))).Times(3); in TEST_F()
668 Call(_, _, _, _, _, ContainsRegex(R"re(Failed to get the file size.*b\.vdex)re"))) in TEST_F()
1159 EXPECT_CALL(mock_kill_, Call(-kPid, SIGKILL)); in TEST_F()
1192 EXPECT_CALL(mock_kill_, Call(-kPid, SIGKILL)).WillOnce([&](auto, auto) { in TEST_F()
1232 EXPECT_CALL(mock_kill_, Call).Times(0); in TEST_F()
1293 EXPECT_CALL(mock_fstat_, Call(_, _)).WillRepeatedly(fstat); // For profile. in TEST_F()
1294 EXPECT_CALL(mock_fstat_, Call(FdOf(dex_file_), _)) in TEST_F()
1308 EXPECT_CALL(mock_fstat_, Call(_, _)).WillRepeatedly(fstat); // For profile. in TEST_F()
1309 EXPECT_CALL(mock_fstat_, Call(FdOf(dex_file_), _)) in TEST_F()
1695 EXPECT_CALL(mock_logger_, Call).Times(0); in TEST_F()
1704 Call(_, _, _, _, _, ContainsRegex(R"re(Failed to remove .*primary\.prof\.12345\.tmp)re"))); in TEST_F()
2359 Call(_, _, _, _, _, HasSubstr("Failed to find directory /non-existing"))); in TEST_F()
2674 ON_CALL(mock_restorecon_, Call).WillByDefault(Return(Result<void>())); in SetUp()
2722 Call(StrEq(pre_reboot_tmp_dir_ + "/art_apex_data"), in TEST_F()
2730 Call(StrEq(pre_reboot_tmp_dir_ + "/odrefresh"), in TEST_F()
2790 EXPECT_CALL(mock_mount_, Call).Times(2).WillRepeatedly(Return(0)); in TEST_F()
2824 EXPECT_CALL(mock_mount_, Call).Times(2).WillRepeatedly(Return(0)); in TEST_F()
2847 EXPECT_CALL(mock_kill_, Call(-kPid, SIGKILL)).WillOnce([&](auto, auto) { in TEST_F()