Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dassert_fault_proxy.cpp101 if (reqeustCount_++ != 0) { in CreateModalUIExtension()
164 if (--reqeustCount_ > 0) { in TryNotifyOneWaitingThreadInner()
165 TAG_LOGD(AAFwkTag::ABILITYMGR, "Notify waiting Thread count is %{public}d.", reqeustCount_); in TryNotifyOneWaitingThreadInner()
169 reqeustCount_ = 0; in TryNotifyOneWaitingThreadInner()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dassert_fault_proxy.h90 int32_t reqeustCount_ = 0; variable