Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Ddevice_status_collect_manager_test.h34 bool isCaseDone; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp79 isCaseDone = false; in PostTask()
82 isCaseDone = true; in PostTask()
90 [&] () { return isCaseDone; }); in PostTask()