Searched refs:GetThreadMode (Results 1 – 4 of 4) sorted by relevance
67 auto threadMode = commonEventSubscriber_->GetSubscribeInfo().GetThreadMode(); in Init()163 …(CommonEventSubscribeInfo::HANDLER == commonEventSubscriber_->GetSubscribeInfo().GetThreadMode()) { in Stop()
101 CommonEventSubscribeInfo::ThreadMode GetThreadMode() const;
379 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::HANDLER) {408 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::POST) {438 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::ASYNC) {468 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::BACKGROUND) {
81 CommonEventSubscribeInfo::ThreadMode CommonEventSubscribeInfo::GetThreadMode() const in GetThreadMode() function in OHOS::EventFwk::CommonEventSubscribeInfo