Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp475 bool isAppMainThread = EventRunner::IsAppMainThread(); in DistributeEvent() local
476 if (EventRunner::distributeBegin_ && isAppMainThread) { in DistributeEvent()
489 if (EventRunner::distributeBegin_ && EventRunner::distributeEnd_ && isAppMainThread) { in DistributeEvent()