Searched refs:threadMode (Results 1 – 5 of 5) sorted by relevance
67 auto threadMode = commonEventSubscriber_->GetSubscribeInfo().GetThreadMode(); in Init() local68 EVENT_LOGD("thread mode: %{public}d", threadMode); in Init()69 if (threadMode == CommonEventSubscribeInfo::HANDLER) { in Init()71 } else if (threadMode == CommonEventSubscribeInfo::COMMON) { in Init()
99 napi_value threadMode = nullptr; in InitHiTraceCommunicationModeEnum() local100 napi_create_int32(env, HITRACE_CM_THREAD, &threadMode); in InitHiTraceCommunicationModeEnum()107 commuicationModeMap["THREAD"] = threadMode; in InitHiTraceCommunicationModeEnum()
54 EventFwk::CommonEventSubscribeInfo::ThreadMode threadMode = in DoSomethingInterestingWithMyAPI() local63 subscribeInfo.SetThreadMode(threadMode); in DoSomethingInterestingWithMyAPI()
86 void CommonEventSubscribeInfo::SetThreadMode(CommonEventSubscribeInfo::ThreadMode threadMode) in SetThreadMode() argument88 threadMode_ = threadMode; in SetThreadMode()
109 void SetThreadMode(CommonEventSubscribeInfo::ThreadMode threadMode);