Lines Matching refs:appRef1
423 entry_ref appRef1; in GetRecentAppsTestC1() local
431 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK); in GetRecentAppsTestC1()
432 CHK(appRef1 == ref); in GetRecentAppsTestC1()
443 CHK(appRef1 == ref); in GetRecentAppsTestC1()
462 entry_ref appRef1; in GetRecentAppsTestC2() local
470 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK); in GetRecentAppsTestC2()
471 CHK(appRef1 == ref1); in GetRecentAppsTestC2()
484 CHK(appRef1 == ref1); in GetRecentAppsTestC2()
485 CHK(appRef1 != ref2); in GetRecentAppsTestC2()
505 entry_ref appRef1; in GetRecentAppsTestC3() local
513 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK); in GetRecentAppsTestC3()
514 CHK(appRef1 == ref1); in GetRecentAppsTestC3()
527 CHK(appRef1 != ref1); in GetRecentAppsTestC3()
528 CHK(appRef1 == ref2); in GetRecentAppsTestC3()