Home
last modified time | relevance | path

Searched defs:OnPostTask (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
Dmock_task_executor.h27 …bool OnPostTask(Task&& task, TaskType type, uint32_t delayTime, const std::string& callerInfo) con… in OnPostTask() function
/foundation/arkui/ace_engine/frameworks/core/common/
Dtask_executor_impl.cpp177 bool TaskExecutorImpl::OnPostTask(Task&& task, TaskType type, uint32_t delayTime, const std::string… in OnPostTask() function in OHOS::Ace::TaskExecutorImpl
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Dsimulator.cpp152 void DebuggerTask::OnPostTask(std::function<void()> &&task) in OnPostTask() function in OHOS::AbilityRuntime::__anon14b7a5900111::DebuggerTask