Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp38 constexpr const char* KEY_IS_APP_RUNNING = "com.ohos.param.isAppRunning";
643 bool isAppRunning = appMgr->GetAppRunningStateByBundleName(want.GetElement().GetBundleName()); in SetAppRunningState() local
644 TAG_LOGI(AAFwkTag::FREE_INSTALL, "isAppRunning:%{public}d", static_cast<int>(isAppRunning)); in SetAppRunningState()
645 want.SetParam(KEY_IS_APP_RUNNING, isAppRunning); in SetAppRunningState()

Completed in 2 milliseconds