Home
last modified time | relevance | path

Searched refs:CheckIsSystemAppByBundleName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp89 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 Dbundle_manager_helper.h49 bool CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t &userId);
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_other_test.cpp96 EXPECT_EQ(false, bundleManagerHelper.CheckIsSystemAppByBundleName(bundleName, userId)); in HWTEST_F()
H A Dbundle_manager_helper_test.cpp213 EXPECT_EQ(false, bundleManagerHelper.CheckIsSystemAppByBundleName(bundleName, userId)); in HWTEST_F()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_utils.h48 static bool CheckIsSystemAppByBundleName(std::string &bundleName);
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp243 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 Dbundle_manager_helper.cpp133 bool BundleManagerHelper::CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t… in CheckIsSystemAppByBundleName() function in OHOS::EventFwk::BundleManagerHelper
H A Dstatic_subscriber_manager.cpp183 CheckIsSystemAppByBundleName(subscriber.bundleName, subscriber.userId)) { in PublishCommonEventInner()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h983 bool CheckIsSystemAppByBundleName(const sptr<IBundleMgr> &iBundleMgr,
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1561 EXPECT_EQ(false, formMgrAdapter.CheckIsSystemAppByBundleName(iBundleMgr, userId, bundleName));
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp2873 bool FormMgrAdapter::CheckIsSystemAppByBundleName(const sptr<IBundleMgr> &iBundleMgr, in CheckIsSystemAppByBundleName() function in OHOS::AppExecFwk::FormMgrAdapter
2891 if (needCheckFormPermission && !CheckIsSystemAppByBundleName(iBundleMgr, userId, bundleName)) { in IsValidPublishEvent()