Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Djs_async_work.h41 typedef bool (*PostUITaskFunc)(std::function<void()> task); typedef
119 static void SetPostUITaskFunc(PostUITaskFunc postUITask);
132 static PostUITaskFunc postUITask_;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Djs_async_work.cpp25 PostUITaskFunc JsAsyncWork::postUITask_ = nullptr;
148 void JsAsyncWork::SetPostUITaskFunc(PostUITaskFunc postUITask) in SetPostUITaskFunc()