Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_result.cpp64 if (isCalled_) { in Call()
73 isCalled_ = true; in Call()
78 return isCalled_; in IsCalled()
/ohos5.0/base/account/os_account/frameworks/common/utils/src/
H A Daccount_timeout_task.cpp27 ptr->isCalled_ = true; in RunTask()
37 return cv_.wait_for(lock, std::chrono::seconds(timeout), [this] { return isCalled_; }); in RunTask()
/ohos5.0/base/account/os_account/frameworks/common/utils/include/
H A Daccount_timeout_task.h31 bool isCalled_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_task_result.h66 bool isCalled_ = false; variable
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h128 bool isCalled_ = false;
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp362 isCalled_ = true; in OnResult()
432 …ack->onResultCondition_.wait(lock, [deleteUserCallback] { return deleteUserCallback->isCalled_; }); in OnResult()