Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1630 int32_t GetAllRunningInstanceKeysByBundleNameInner(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1835 return GetAllRunningInstanceKeysByBundleNameInner(bundleName, instanceKeys, currentUserId_); in GetAllRunningInstanceKeysBySelf()
1849 return GetAllRunningInstanceKeysByBundleNameInner(bundleName, instanceKeys, userId); in GetAllRunningInstanceKeysByBundleName()
1852 int32_t AppMgrServiceInner::GetAllRunningInstanceKeysByBundleNameInner(const std::string &bundleNam… in GetAllRunningInstanceKeysByBundleNameInner() function in OHOS::AppExecFwk::AppMgrServiceInner