Home
last modified time | relevance | path

Searched refs:GetBundleNameByUid (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_bundle_manager.cpp41 void RingtoneBundleManager::GetBundleNameByUid(const int32_t uid, string &bundleName) in GetBundleNameByUid() function in OHOS::Media::RingtoneBundleManager
68 GetBundleNameByUid(uid, bundleName); in GetClientBundleName()
/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Drunning_lock.cpp86 std::string bundleName = GetBundleNameByUid(uid); in UpdateWorkSource()
156 std::string RunningLock::GetBundleNameByUid(const int32_t uid) in GetBundleNameByUid() function in OHOS::PowerMgr::RunningLock
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp49 ASSERT_EQ("", bundleManagerHelper.GetBundleNameByUid(uid));
62 ASSERT_EQ("", bundleManagerHelper.GetBundleNameByUid(uid));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dmock_form_bms_helper.cpp38 ErrCode FormBmsHelper::GetBundleNameByUid(const int32_t uid, std::string &bundleName) in GetBundleNameByUid() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
H A Dmock_bundle_manager.h60 std::string GetBundleNameByUid(pid_t uid) in GetBundleNameByUid() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp37 std::string BundleManagerHelper::GetBundleNameByUid(int uid) in GetBundleNameByUid() function in OHOS::Notification::BundleManagerHelper
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp37 std::string BundleManagerHelper::GetBundleNameByUid(int uid) in GetBundleNameByUid() function in OHOS::Notification::BundleManagerHelper
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_permission.h123 static bool GetBundleNameByUid(int32_t uid, std::string &bundleName);
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/
H A Dringtone_bundle_manager.h36 EXPORT void GetBundleNameByUid(const int32_t uid, std::string &bundleName);
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/
H A Dmock_bundle_manager_helper.cpp33 std::string BundleManagerHelper::GetBundleNameByUid(int uid) in GetBundleNameByUid() function in OHOS::Notification::BundleManagerHelper
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp34 std::string BundleManagerHelper::GetBundleNameByUid(int uid) in GetBundleNameByUid() function in OHOS::Notification::BundleManagerHelper
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Drunning_lock.h64 std::string GetBundleNameByUid(const int32_t uid);
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtelephony_common_utils.cpp34 TelephonyPermission::GetBundleNameByUid(uid, bundleName); in GetBundleName()
H A Dtelephony_permission.cpp38 bool TelephonyPermission::GetBundleNameByUid(int32_t uid, std::string &bundleName) in GetBundleNameByUid() function in OHOS::Telephony::TelephonyPermission
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dbundle_manager_helper.h41 std::string GetBundleNameByUid(int32_t uid);
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dexternal_deps_proxy.cpp248 std::string ExternalDepsProxy::GetBundleNameByUid(uint32_t uid) in GetBundleNameByUid() function in OHOS::NFC::ExternalDepsProxy
250 std::string bundleName = AppDataParser::GetInstance().GetBundleNameByUid(uid); in GetBundleNameByUid()
H A Dapp_data_parser.h84 std::string GetBundleNameByUid(uint32_t uid);
H A Dexternal_deps_proxy.h100 std::string GetBundleNameByUid(uint32_t uid);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/
H A Dbmsextensionclient_fuzzer.cpp67 bmsExtensionClient.GetBundleNameByUid(reinterpret_cast<uintptr_t>(data), bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsched_controller.h59 std::string GetBundleNameByUid(const int32_t uid);
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_stub.cpp88 …std::string appPackageName = ExternalDepsProxy::GetInstance().GetBundleNameByUid(IPCSkeleton::GetC… in HandleTurnOn()
102 …std::string appPackageName = ExternalDepsProxy::GetInstance().GetBundleNameByUid(IPCSkeleton::GetC… in HandleTurnOff()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dbundle_manager_helper_test.cpp51 ASSERT_EQ(bundleManager->GetBundleNameByUid(callingUid), "bundleName");
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h168 int32_t GetBundleNameByUid(const int32_t uid, std::string &bundleName);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_subscriber_service.cpp108 bundle = bundleManager->GetBundleNameByUid(uid); in SubscribeSelf()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h61 ErrCode GetBundleNameByUid(int32_t uid, std::string &bundleName);

123