Home
last modified time | relevance | path

Searched refs:CheckIsSystemAppByBundleName (Results 1 - 6 of 6) sorted by relevance

/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h49 bool CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t &userId);
/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_other_test.cpp85 * @tc.desc: test CheckIsSystemAppByBundleName function and GetBundleMgrProxy is false.
96 EXPECT_EQ(false, bundleManagerHelper.CheckIsSystemAppByBundleName(bundleName, userId)); in HWTEST_F()
H A Dbundle_manager_helper_test.cpp203 * @tc.desc: test CheckIsSystemAppByBundleName function and GetBundleMgrProxy is false.
213 EXPECT_EQ(false, bundleManagerHelper.CheckIsSystemAppByBundleName(bundleName, userId)); in HWTEST_F()
/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 &userId) in CheckIsSystemAppByBundleName() function in OHOS::EventFwk::BundleManagerHelper
/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp133 bool BundleManagerHelper::CheckIsSystemAppByBundleName(const std::string &bundleName, const int32_t &userId) in CheckIsSystemAppByBundleName() function in OHOS::EventFwk::BundleManagerHelper
H A Dstatic_subscriber_manager.cpp183 CheckIsSystemAppByBundleName(subscriber.bundleName, subscriber.userId)) { in PublishCommonEventInner()

Completed in 5 milliseconds