Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5790 std::string timeOutName = "waitSaveTask" + std::to_string(pid) + bundleName; in AppRecoveryNotifyApp()
5792 TAG_LOGI(AAFwkTag::APPMGR, "waitSaveTask finish, but not kill process " in AppRecoveryNotifyApp()
5800 auto waitSaveTask = [pid, bundleName, innerService = shared_from_this()]() { in AppRecoveryNotifyApp() local
5809 "waitSaveTask timeout %{public}s,pid: %{public}d will exit", in AppRecoveryNotifyApp()
5815 taskHandler_->SubmitTask(waitSaveTask, timeOutName, timeOut); in AppRecoveryNotifyApp()

Completed in 18 milliseconds