Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp329 otherTaskHandler_ = AAFwk::TaskHandlerWrap::CreateQueueHandler("other_app_mgr_task_queue"); in Init()
330 otherTaskHandler_->SetPrintTaskLog(true); in Init()
339 otherTaskHandler_->SubmitTask([pThis = shared_from_this()]() { in Init()
835 if (otherTaskHandler_ != nullptr) { in LoadAbilityNoAppRecord()
836 otherTaskHandler_->SubmitTask([appRecord, abilityInfo, pThis = shared_from_this()]() { in LoadAbilityNoAppRecord()
3274 if (!remoteClientManager_ || !otherTaskHandler_) { in CreateStartMsg()
3285 AAFwk::AutoSyncTaskHandle autoSync(otherTaskHandler_->SubmitTask([&]() { in CreateStartMsg()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1668 std::shared_ptr<AAFwk::TaskHandlerWrap> otherTaskHandler_; variable