Home
last modified time | relevance | path

Searched refs:GetPidsByBundleNameUserIdAndAppIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h345 bool GetPidsByBundleNameUserIdAndAppIndex(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp374 bool AppRunningManager::GetPidsByBundleNameUserIdAndAppIndex(const std::string &bundleName, in GetPidsByBundleNameUserIdAndAppIndex() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp1364 …if (!appRunningManager_->GetPidsByBundleNameUserIdAndAppIndex(bundleName, newUserId, appIndex, pid… in ForceKillApplicationInner()