Home
last modified time | relevance | path

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

/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp141 status_t check_ref_count(BMessage *refMsg, int32 count);
161 check_ref_count(BMessage *refMsg, int32 count) in check_ref_count() function
377 CHK(check_ref_count(&msg, 0) == B_OK); in GetRecentAppsTestB1()
392 CHK(check_ref_count(&msg, 0) == B_OK); in GetRecentAppsTestB2()
407 CHK(check_ref_count(&msg, 1) == B_OK); in GetRecentAppsTestB3()
568 CHK(check_ref_count(&msg, 1) == B_OK); in GetRecentDocumentsTest2()
570 CHK(check_ref_count(&msg, 0) == B_OK); in GetRecentDocumentsTest2()
589 CHK(check_ref_count(&msg, 1) == B_OK); in GetRecentDocumentsTest3()
591 CHK(check_ref_count(&msg, 0) == B_OK); in GetRecentDocumentsTest3()
644 CHK(check_ref_count(&msg, 5) == B_OK); in GetRecentDocumentsTest4()
[all …]