/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_bundle_manager.cpp | 41 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 D | running_lock.cpp | 86 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 D | bundle_manager_helper_branch_test.cpp | 49 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 D | mock_form_bms_helper.cpp | 38 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 D | mock_bundle_manager.h | 60 std::string GetBundleNameByUid(pid_t uid) in GetBundleNameByUid() function
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 37 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 D | mock_bundle_manager_helper.cpp | 37 std::string BundleManagerHelper::GetBundleNameByUid(int uid) in GetBundleNameByUid() function in OHOS::Notification::BundleManagerHelper
|
/ohos5.0/base/telephony/core_service/utils/common/include/ |
H A D | telephony_permission.h | 123 static bool GetBundleNameByUid(int32_t uid, std::string &bundleName);
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/ |
H A D | ringtone_bundle_manager.h | 36 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 D | mock_bundle_manager_helper.cpp | 33 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 D | mock_bundle_manager_helper.cpp | 34 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 D | running_lock.h | 64 std::string GetBundleNameByUid(const int32_t uid);
|
/ohos5.0/base/telephony/core_service/utils/common/src/ |
H A D | telephony_common_utils.cpp | 34 TelephonyPermission::GetBundleNameByUid(uid, bundleName); in GetBundleName()
|
H A D | telephony_permission.cpp | 38 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 D | bundle_manager_helper.h | 41 std::string GetBundleNameByUid(int32_t uid);
|
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | external_deps_proxy.cpp | 248 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 D | app_data_parser.h | 84 std::string GetBundleNameByUid(uint32_t uid);
|
H A D | external_deps_proxy.h | 100 std::string GetBundleNameByUid(uint32_t uid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/ |
H A D | bmsextensionclient_fuzzer.cpp | 67 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 D | sched_controller.h | 59 std::string GetBundleNameByUid(const int32_t uid);
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | nfc_controller_stub.cpp | 88 …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 D | bundle_manager_helper_test.cpp | 51 ASSERT_EQ(bundleManager->GetBundleNameByUid(callingUid), "bundleName");
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_bms_helper.h | 168 int32_t GetBundleNameByUid(const int32_t uid, std::string &bundleName);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_subscriber_service.cpp | 108 bundle = bundleManager->GetBundleNameByUid(uid); in SubscribeSelf()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/ |
H A D | bms_extension_client.h | 61 ErrCode GetBundleNameByUid(int32_t uid, std::string &bundleName);
|