Searched refs:postTask (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/osal/task/ |
H A D | task_runner_adapter_impl.cpp | 23 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 D | ace_preview_helper.h | 46 void SetCallbackOfPostTask(const CallbackTypePostTask&& postTask) in SetCallbackOfPostTask() argument 48 postTask_ = postTask; in SetCallbackOfPostTask()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 104 CallbackTypePostTask postTask; member
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect.cpp | 238 void DeviceTimedCollect::PostPersistenceDelayTask(std::function<void()> postTask, in PostPersistenceDelayTask() argument 245 PostDelayTaskByTimeInfo(postTask, interval, disTime); in PostPersistenceDelayTask()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 566 void NativeEngine::SetPostTask(PostTask postTask) in SetPostTask() argument 568 postTask_ = postTask; in SetPostTask()
|
H A D | native_engine.h | 113 virtual void SetPostTask(PostTask postTask);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1079 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 D | jsi_engine.cpp | 3048 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 D | simulator.cpp | 208 postTask_ = options.postTask; in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.cpp | 1439 bool postTask = context->GetTaskExecutor()->PostSyncTask( in OnShowFileChooser() local
|
Completed in 20 milliseconds