Home
last modified time | relevance | path

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

/haiku/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); in launch_test_app()
268 get_test_app_ref(RecentAppsTestAppId id, entry_ref *ref) in get_test_app_ref() function
431 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK); in GetRecentAppsTestC1()
441 CHK(get_test_app_ref(kEmptyApp, &appRef2) == B_OK); in GetRecentAppsTestC1()
470 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK); in GetRecentAppsTestC2()
481 CHK(get_test_app_ref(kNonQualifyingApp, &appRef2) == B_OK); in GetRecentAppsTestC2()
513 CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK); in GetRecentAppsTestC3()
524 CHK(get_test_app_ref(kQualifyingApp, &appRef2) == B_OK); in GetRecentAppsTestC3()
1267 CHK(get_test_app_ref(kQualifyingApp, &app1) == B_OK); in RecentListsLoadSaveClearTest()
[all …]