Lines Matching defs:caller

231 CommonFindAppTest1(FindAppCaller &caller)
235 CHK(caller(uninstalledType, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
244 CommonFindAppTest2(FindAppCaller &caller)
249 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_NO_PREFERRED_APP);
259 CommonFindAppTest3(FindAppCaller &caller)
264 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
276 CommonFindAppTest4(FindAppCaller &caller)
282 CHK(caller(fileType1, &ref) == B_OK);
296 CommonFindAppTest5(FindAppCaller &caller)
302 CHK(caller(fileType1, &ref) == B_OK);
316 CommonFindAppTest6(FindAppCaller &caller)
322 CHK(caller(fileType1, &ref) == B_OK);
336 CommonFindAppTest7(FindAppCaller &caller)
344 CHK(caller(fileType1, &ref) == B_OK);
359 CommonFindAppTest8(FindAppCaller &caller)
368 CHK(caller(fileType1, &ref) == B_OK);
382 CommonFindAppTest9(FindAppCaller &caller)
392 CHK(caller(fileType1, &ref) == B_OK);
408 CommonFindAppTest10(FindAppCaller &caller)
417 CHK(caller(fileType1, &ref) == B_OK);
438 CommonFindAppTest11(FindAppCaller &caller)
445 CHK(caller(fileType1, &ref) == B_OK);
458 CommonFindAppTest12(FindAppCaller &caller)
463 CHK(caller(appType1, &ref) == B_OK);
477 CommonFindAppTest13(FindAppCaller &caller)
504 CHK(caller(textTestType, &ref) == B_OK);
516 CommonFindAppTest14(FindAppCaller &caller)
522 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_IN_TRASH);
534 CommonFindAppTest15(FindAppCaller &caller)
540 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
556 CommonFindAppTest16(FindAppCaller &caller)
565 CHK(caller(fileType1, &ref) == B_OK);
570 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
575 typedef void commonTestFunction(FindAppCaller &caller);
633 FindAppTypeCaller caller;
636 (*commonTestFunctions[i])(caller);
816 FileWithTypeCaller caller;
819 (*commonTestFunctions[i])(caller);
847 SniffFileTypeCaller caller;
850 (*commonTestFunctions[i])(caller);