/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 89 if (!CheckIsSystemAppByBundleName(callerBundleName)) { in CheckAndCreateEventInfo() 98 if (CheckIsSystemAppByBundleName(targetBundleName)) { in CheckAndCreateEventInfo() 156 bool UPMSUtils::CheckIsSystemAppByBundleName(std::string &bundleName) in CheckIsSystemAppByBundleName() function in OHOS::AAFwk::UPMSUtils 196 return CheckIsSystemAppByBundleName(bundleName); in CheckIsSystemAppByTokenId()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | bundle_manager_helper.h | 49 bool CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t &userId);
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | bundle_manager_helper_other_test.cpp | 96 EXPECT_EQ(false, bundleManagerHelper.CheckIsSystemAppByBundleName(bundleName, userId)); in HWTEST_F()
|
H A D | bundle_manager_helper_test.cpp | 213 EXPECT_EQ(false, bundleManagerHelper.CheckIsSystemAppByBundleName(bundleName, userId)); in HWTEST_F()
|
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/ |
H A D | uri_permission_utils.h | 48 static bool CheckIsSystemAppByBundleName(std::string &bundleName);
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 243 bool BundleManagerHelper::CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t… in CheckIsSystemAppByBundleName() function in OHOS::EventFwk::BundleManagerHelper
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | bundle_manager_helper.cpp | 133 bool BundleManagerHelper::CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t… in CheckIsSystemAppByBundleName() function in OHOS::EventFwk::BundleManagerHelper
|
H A D | static_subscriber_manager.cpp | 183 CheckIsSystemAppByBundleName(subscriber.bundleName, subscriber.userId)) { in PublishCommonEventInner()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 983 bool CheckIsSystemAppByBundleName(const sptr<IBundleMgr> &iBundleMgr,
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 1561 EXPECT_EQ(false, formMgrAdapter.CheckIsSystemAppByBundleName(iBundleMgr, userId, bundleName));
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 2873 bool FormMgrAdapter::CheckIsSystemAppByBundleName(const sptr<IBundleMgr> &iBundleMgr, in CheckIsSystemAppByBundleName() function in OHOS::AppExecFwk::FormMgrAdapter 2891 if (needCheckFormPermission && !CheckIsSystemAppByBundleName(iBundleMgr, userId, bundleName)) { in IsValidPublishEvent()
|