Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/task/
Dtask_executor.cpp27 TaskExecutor::TaskExecutor() : taskThreadFlag_(true) in TaskExecutor() function in OHOS::DistributedHardware::TaskExecutor
/foundation/aafwk/standard/common/task_dispatcher/src/threading/
Dtask_executor.cpp23 TaskExecutor::TaskExecutor(const std::shared_ptr<WorkerPoolConfig> &config) : WorkerPool(config) in TaskExecutor() function in OHOS::AppExecFwk::TaskExecutor
/foundation/ace/ace_engine/frameworks/core/components/test/json/
Djson_frontend.cpp28 bool JsonFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>&) in Initialize()