/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 in OHOS::AppExecFwk::MockBundleManager
|
/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
|
/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
|
/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
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | running_lock.h | 64 std::string GetBundleNameByUid(const int32_t uid);
|
/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
|
/base/telephony/core_service/utils/common/include/ |
H A D | telephony_permission.h | 136 static bool GetBundleNameByUid(int32_t uid, std::string &bundleName);
|
/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
|
/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 160 POWER_HILOGE(FEATURE_RUNNING_LOCK, "GetBundleNameByUid Invalid for uid=%{public}d", uid); in GetBundleNameByUid() 166 POWER_HILOGE(FEATURE_RUNNING_LOCK, "GetBundleNameByUid failed for uid=%{public}d, ErrCode=%{public}d", in GetBundleNameByUid() 169 POWER_HILOGD(FEATURE_RUNNING_LOCK, "GetBundleNameByUid for uid=%{public}d, name=%{public}s", in GetBundleNameByUid()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/ |
H A D | bundle_manager_helper_branch_test.cpp | 42 * @tc.desc : test GetBundleNameByUid function and bundleMgr_ != nullptr
49 ASSERT_EQ("", bundleManagerHelper.GetBundleNameByUid(uid));
in HWTEST_F() 55 * @tc.desc : test GetBundleNameByUid function and bundleMgr_ == nullptr
62 ASSERT_EQ("", bundleManagerHelper.GetBundleNameByUid(uid));
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | bundle_manager_helper.h | 41 std::string GetBundleNameByUid(int32_t uid);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | bundle_manager_helper_test.cpp | 45 * @tc.desc : Test GetBundleNameByUid function 51 ASSERT_EQ(bundleManager->GetBundleNameByUid(callingUid), "bundleName"); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
H A D | common_utils.h | 171 static bool GetBundleNameByUid(int32_t uid, std::string& bundleName);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_inline.cpp | 42 bundle = bundleManager->GetBundleNameByUid(callingUid); in GetClientBundleNameByUid()
|
H A D | advanced_notification_subscriber_service.cpp | 109 bundle = bundleManager->GetBundleNameByUid(uid); in SubscribeSelf()
|
H A D | bundle_manager_helper.cpp | 49 std::string BundleManagerHelper::GetBundleNameByUid(int32_t uid) in GetBundleNameByUid() function in OHOS::Notification::BundleManagerHelper
|
H A D | notification_local_live_view_subscriber_manager.cpp | 81 bundle = bundleManager->GetBundleNameByUid(callingUid); in AddLocalLiveViewSubscriber()
|
/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 258 bool CommonUtils::GetBundleNameByUid(int32_t uid, std::string& bundleName) in GetBundleNameByUid() function in OHOS::Location::CommonUtils 423 if (CommonUtils::GetBundleNameByUid(uid, bundleName)) { in CheckAppForUser()
|
/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 118 std::string GetBundleNameByUid(int32_t uid) in GetBundleNameByUid() function 285 mapPayload["bundleName"] = GetBundleNameByUid(getuid()); in ReportKeyThread()
|
/base/location/test/location_common/source/ |
H A D | common_utils_test.cpp | 253 EXPECT_EQ(false, CommonUtils::GetBundleNameByUid(SYSTEM_UID, bundleName)); in HWTEST_F()
|
/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 197 if (!CommonUtils::GetBundleNameByUid(uid, bundleName)) { in GetPermittedLocation()
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 328 std::string GetBundleNameByUid(const int32_t uid);
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 436 TelephonyPermission::GetBundleNameByUid(uid, bundleName); in RegisterStateChange()
|
/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 283 TelephonyPermission::GetBundleNameByUid(uid, bundleName); in DialCall() 1426 TelephonyPermission::GetBundleNameByUid(uid, bundleName); in GetBundleInfo()
|