Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/spam_call/src/
H A Dtime_wait_helper.cpp37 isNotified_ = true; in NotifyAll()
43 if (!isNotified_) { in WaitForResult()
46 while (!isNotified_) { in WaitForResult()
/ohos5.0/base/telephony/call_manager/services/spam_call/include/
H A Dtime_wait_helper.h36 bool isNotified_ = false; variable