Home
last modified time | relevance | path

Searched refs:otherTaskHandler_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1869 std::shared_ptr<AAFwk::TaskHandlerWrap> otherTaskHandler_; member in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp328 otherTaskHandler_ = AAFwk::TaskHandlerWrap::CreateQueueHandler("other_app_mgr_task_queue"); in Init()
874 if (otherTaskHandler_ != nullptr) { in LoadAbilityNoAppRecord()
875 otherTaskHandler_->SubmitTask([appRecord, abilityInfo, pThis = shared_from_this()]() { in LoadAbilityNoAppRecord()
3279 if (!remoteClientManager_ || !otherTaskHandler_) { in CreateStartMsg()
3290 AAFwk::AutoSyncTaskHandle autoSync(otherTaskHandler_->SubmitTask([&]() { in CreateStartMsg()

Completed in 15 milliseconds