Home
last modified time | relevance | path

Searched defs:threadMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_runner.h91 static std::shared_ptr<EventRunner> Create(const std::string &threadName, ThreadMode threadMode) in Create()
117 static inline std::shared_ptr<EventRunner> Create(const char *threadName, ThreadMode threadMode) in Create()
/ohos5.0/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
H A Dsubscribecommonevent_fuzzer.cpp54 EventFwk::CommonEventSubscribeInfo::ThreadMode threadMode = in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscribe_info.cpp71 void CommonEventSubscribeInfo::SetThreadMode(CommonEventSubscribeInfo::ThreadMode threadMode) in SetThreadMode()
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp73 auto threadMode = commonEventSubscriber_->GetSubscribeInfo().GetThreadMode(); in Init() local
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscribe_info.cpp86 void CommonEventSubscribeInfo::SetThreadMode(CommonEventSubscribeInfo::ThreadMode threadMode) in SetThreadMode()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_init.cpp99 napi_value threadMode = nullptr; in InitHiTraceCommunicationModeEnum() local
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp564 std::shared_ptr<EventRunner> EventRunner::Create(bool inNewThread, ThreadMode threadMode) in Create()
587 …r<EventRunner> EventRunner::Create(const std::string &threadName, Mode mode, ThreadMode threadMode) in Create()