Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp54 if (!bundleManagerServiceProxy || !bundleManagerServiceProxy->AsObject()) { in GetBundleManagerProxy()
58 return bundleManagerServiceProxy; in GetBundleManagerProxy()
231 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in IsSameAppAsCalling() local
232 if (!bundleManagerServiceProxy) { in IsSameAppAsCalling()
240 bundleManagerServiceProxy->GetNameForUid(uid, callingBundleName); in IsSameAppAsCalling()
249 bool ret = bundleManagerServiceProxy->GetBundleInfoV9( in IsSameAppAsCalling()
272 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in IsStartedByUIExtension() local
273 if (!bundleManagerServiceProxy) { in IsStartedByUIExtension()
282 bundleManagerServiceProxy->GetNameForUid(uid, bundleName); in IsStartedByUIExtension()
336 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in GetCallingBundleName() local
[all …]