Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/
H A Dcrash_exception_listener.cpp59 auto flagCheckFunc = [this]() { in CheckKeywordInReasons() local
64 if (keyWordCheckCondition.wait_for(lock, std::chrono::seconds(6), flagCheckFunc)) { in CheckKeywordInReasons()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
H A Dfaultevent_listener.cpp67 auto flagCheckFunc = [&]() { in CheckKeyWords() local
72 if (keyWordCheckCondition.wait_for(lock, std::chrono::seconds(8), flagCheckFunc)) { in CheckKeyWords()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/panic_handler/
H A Drustpanic_listener.cpp70 auto flagCheckFunc = [&]() { in CheckKeywordInReasons() local
75 if (keyWordCheckCondition.wait_for(lock, std::chrono::seconds(6), flagCheckFunc)) { in CheckKeywordInReasons()