Searched refs:get_test_app_ref (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tests/kits/app/broster/
H A DGetRecentTester.cpp144 status_t get_test_app_ref(RecentAppsTestAppId id, entry_ref *ref);
243 status_t err = get_test_app_ref(id, &ref);
268 get_test_app_ref(RecentAppsTestAppId id, entry_ref *ref) function
431 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK);
441 CHK(get_test_app_ref(kEmptyApp, &appRef2) == B_OK);
470 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK);
481 CHK(get_test_app_ref(kNonQualifyingApp, &appRef2) == B_OK);
513 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK);
524 CHK(get_test_app_ref(kQualifyingApp, &appRef2) == B_OK);
1267 CHK(get_test_app_ref(kQualifyingAp
[all...]

Completed in 54 milliseconds