Home
last modified time | relevance | path

Searched refs:GetBundleNameForUid (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h62 virtual bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function
95 virtual bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function
138 MOCK_METHOD2(GetBundleNameForUid, bool(const int, std::string &));
H A Dmock_bundle_mgr.h51 MOCK_METHOD2(GetBundleNameForUid, bool(const int, std::string &));
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_permission.c178 if (bmsServerProxy->GetBundleNameForUid(callerInfo->uid, &bundleName) != EC_SUCCESS) { in GetBundleInfoFromBms()
185 if (GetBundleNameForUid(callerInfo->uid, &bundleName) != EC_SUCCESS) { in GetBundleInfoFromBms()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_mgr_proxy.cpp53 bool BundleMgrProxy::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_inner_interface.h64 uint8_t (*GetBundleNameForUid)(int32_t uid, char **bundleName); member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_manager.h243 uint8_t GetBundleNameForUid(int32_t uid, char **bundleName);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_feature.cpp45 .GetBundleNameForUid = BundleMsFeature::GetBundleNameForUid,
315 uint8_t errorCode = GetBundleNameForUid(readUid, &bundleName); in GetInnerBundleNameForUid()
535 uint8_t BundleMsFeature::GetBundleNameForUid(int32_t uid, char **bundleName) in GetBundleNameForUid() function in OHOS::BundleMsFeature
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp138 uint8_t ret = bmsServerProxy->GetBundleNameForUid(callingUid, &bundleName); in CheckVisiblePermission()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_ms_feature.h46 static uint8_t GetBundleNameForUid(int32_t uid, char **bundleName);
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dpermission_utils.cpp75 auto result = bundleManager_->GetBundleNameForUid(uid, bundleName); in GetClientBundle()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h54 static std::string GetBundleNameForUid(const int uid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp197 if (!dataMgr->GetBundleNameForUid(eventInfo.callingUid, eventInfo.callingBundleName)) { in GetCallingEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp407 auto ret = dataMgr->GetBundleNameForUid(uid, bundleName); in GetHapApiVersion()
536 auto ret = dataMgr->GetBundleNameForUid(uid, callingBundleName); in VerifyPreload()
H A Dbundle_mgr_host_impl.cpp491 bool BundleMgrHostImpl::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrHostImpl
509 return dataMgr->GetBundleNameForUid(uid, bundleName); in GetBundleNameForUid()
3092 bool ret = dataMgr->GetBundleNameForUid(IPCSkeleton::GetCallingUid(), bundleName); in ObtainCallingBundleName()
3490 bool ret = dataMgr->GetBundleNameForUid(IPCSkeleton::GetCallingUid(), callingBundleName); in VerifyDependency()
4320 auto ret = dataMgr->GetBundleNameForUid(uid, bundleName); in GetLaunchWant()
4483 dataMgr->GetBundleNameForUid(IPCSkeleton::GetCallingUid(), bundleName); in GetCompatibleDeviceTypeNative()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp287 std::string PrintUtils::GetBundleNameForUid(const int uid) in GetBundleNameForUid() function in OHOS::Print::PrintUtils
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_utils_test.cpp459 std::string result = PrintUtils::GetBundleNameForUid(123);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp391 if (!dataMgr_->GetBundleNameForUid(eventInfo.callingUid, eventInfo.callingBundleName)) { in GetCallingEventInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpermission_utils.cpp100 auto result = bundleMgr_->GetBundleNameForUid(uid, bundleName); in GetBundleNameFromCache()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp74 bool result = bundleMgr->GetBundleNameForUid(callingUid, bundleName); in GetSpecifyBundleNameFromBms()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_policy_service.cpp585 bundleMgrProxy->GetBundleNameForUid(uid, bundleName); in CheckNetworkAccessIsBroker()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp274 std::string callerPkg = PrintUtils::GetBundleNameForUid(callerUid); in StartUIExtensionAbility()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp195 bundleMgrProxy.GetBundleNameForUid(uid, bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp114 bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function in OHOS::AppExecFwk::MockBundleMgrProxy
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp344 if (!bundleInstance->GetBundleNameForUid(uid, bundleName)) { in GetBundleNameByUid()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp162 ret = dataMgr->GetBundleNameForUid(IPCSkeleton::GetCallingUid(), callingBundleName); in IsDefaultApplicationInternal()

12