Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp347 bool queryOwn = (asyncCallbackInfo->uid == IPCSkeleton::GetCallingUid()); in GetBundleNameByUidExec() local
348 if (queryOwn) { in GetBundleNameByUidExec()
361 if ((asyncCallbackInfo->err == NO_ERROR) && queryOwn && g_ownBundleName.empty()) { in GetBundleNameByUidExec()
399 bool queryOwn = (asyncCallbackInfo->uid == IPCSkeleton::GetCallingUid()); in GetAppCloneIdentityExec() local
400 if (queryOwn) { in GetAppCloneIdentityExec()
411 if ((asyncCallbackInfo->err == NO_ERROR) && queryOwn && g_ownBundleName.empty()) { in GetAppCloneIdentityExec()