Home
last modified time | relevance | path

Searched refs:GetMainEventHandler (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/ffrt/src/util/
H A Devent_handler_adapter.h90 GetMainEventHandlerType GetMainEventHandler = nullptr; member in ffrt::EventHandlerAdapter
110 GetMainEventHandler = reinterpret_cast<GetMainEventHandlerType>( in Load()
112 if (GetMainEventHandler == nullptr) { in Load()
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_api.cpp283 FFRT_COND_DO_ERR((EventHandlerAdapter::Instance()->GetMainEventHandler == nullptr), in ffrt_get_main_queue()
284 return nullptr, "failed to load GetMainEventHandler Func."); in ffrt_get_main_queue()
285 void* mainHandler = EventHandlerAdapter::Instance()->GetMainEventHandler(); in ffrt_get_main_queue()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.h203 void GetMainEventHandler();
H A Djs_scene_utils.cpp1519 GetMainEventHandler(); in MainThreadScheduler()
1522 inline void MainThreadScheduler::GetMainEventHandler() in GetMainEventHandler() function in OHOS::Rosen::MainThreadScheduler
1536 GetMainEventHandler(); in PostMainThreadTask()

Completed in 4 milliseconds