Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp370 std::string localBundleName = ""; in SetAppGroup() local
371 BundleActiveBundleMgrHelper::GetInstance()->GetNameForUid(callingUid, localBundleName); in SetAppGroup()
372 if (localBundleName == bundleName) { in SetAppGroup()
447 std::string localBundleName = ""; in QueryAppGroup() local
448 BundleActiveBundleMgrHelper::GetInstance()->GetNameForUid(callingUid, localBundleName); in QueryAppGroup()
450 BUNDLE_ACTIVE_LOGE("%{public}s is not system app", localBundleName.c_str()); in QueryAppGroup()
453 bundleName = localBundleName; in QueryAppGroup()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp500 std::string localBundleName; in ConnectFreeInstall() local
501 auto res = IN_PROCESS_CALL(bundleMgrHelper->GetNameForUid(callerUid, localBundleName)); in ConnectFreeInstall()
502 if (res != ERR_OK || localBundleName != wantBundleName) { in ConnectFreeInstall()

Completed in 3 milliseconds