Searched refs:bundleManagerServiceProxy (Results 1 – 1 of 1) sorted by relevance
54 if (!bundleManagerServiceProxy || !bundleManagerServiceProxy->AsObject()) { in GetBundleManagerProxy()58 return bundleManagerServiceProxy; in GetBundleManagerProxy()231 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in IsSameAppAsCalling() local232 if (!bundleManagerServiceProxy) { in IsSameAppAsCalling()240 bundleManagerServiceProxy->GetNameForUid(uid, callingBundleName); in IsSameAppAsCalling()249 bool ret = bundleManagerServiceProxy->GetBundleInfoV9( in IsSameAppAsCalling()272 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in IsStartedByUIExtension() local273 if (!bundleManagerServiceProxy) { in IsStartedByUIExtension()282 bundleManagerServiceProxy->GetNameForUid(uid, bundleName); in IsStartedByUIExtension()336 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in GetCallingBundleName() local[all …]