Home
last modified time | relevance | path

Searched refs:postTask (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/osal/task/
H A Dtask_runner_adapter_impl.cpp23 auto postTask = OHOS::Ace::Platform::AcePreviewHelper::GetInstance()->GetCallbackOfPostTask(); in PostTask() local
24 if (postTask) { in PostTask()
25 postTask(std::move(task), 0); in PostTask()
31 auto postTask = OHOS::Ace::Platform::AcePreviewHelper::GetInstance()->GetCallbackOfPostTask(); in PostTaskForTime() local
32 if (postTask) { in PostTaskForTime()
33 postTask(std::move(task), targetTime); in PostTaskForTime()
40 auto postTask = OHOS::Ace::Platform::AcePreviewHelper::GetInstance()->GetCallbackOfPostTask(); in PostDelayedTask() local
41 if (postTask) { in PostDelayedTask()
42 postTask(std::move(task), delay); in PostDelayedTask()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_preview_helper.h46 void SetCallbackOfPostTask(const CallbackTypePostTask&& postTask) in SetCallbackOfPostTask() argument
48 postTask_ = postTask; in SetCallbackOfPostTask()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h104 CallbackTypePostTask postTask; member
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp238 void DeviceTimedCollect::PostPersistenceDelayTask(std::function<void()> postTask, in PostPersistenceDelayTask() argument
245 PostDelayTaskByTimeInfo(postTask, interval, disTime); in PostPersistenceDelayTask()
/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp566 void NativeEngine::SetPostTask(PostTask postTask) in SetPostTask() argument
568 postTask_ = postTask; in SetPostTask()
H A Dnative_engine.h113 virtual void SetPostTask(PostTask postTask);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1079 auto&& postTask = [weakDelegate](std::function<void()>&& task) { in SetDebuggerPostTask() local
1086 std::static_pointer_cast<ArkJSRuntime>(runtime_)->SetDebuggerPostTask(postTask); in SetDebuggerPostTask()
1261 auto&& postTask = [weakDelegate, weakEngine = AceType::WeakClaim(this), id = instanceId_](bool needSync) { in SetPostTask() local
1281 nativeEngine_->SetPostTask(postTask); in SetPostTask()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3048 auto&& postTask = [weakDelegate](std::function<void()>&& task) { in SetDebuggerPostTask() local
3056 std::static_pointer_cast<ArkJSRuntime>(runtime_)->SetDebuggerPostTask(postTask); in SetDebuggerPostTask()
3105 auto&& postTask = [weakDelegate, weakEngine = AceType::WeakClaim(this), id = instanceId_](bool needSync) { in SetPostTask() local
3128 nativeEngine_->SetPostTask(postTask); in SetPostTask()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp208 postTask_ = options.postTask; in Initialize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1439 bool postTask = context->GetTaskExecutor()->PostSyncTask( in OnShowFileChooser() local

Completed in 20 milliseconds