Searched refs:reqeustCount_ (Results 1 – 2 of 2) sorted by relevance
101 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()
90 int32_t reqeustCount_ = 0; variable