Home
last modified time | relevance | path

Searched refs:IsDisableEvent (Results 1 - 3 of 3) sorted by relevance

/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_manager.h102 bool IsDisableEvent(const std::string &bundleName, const std::string &event);
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp130 bool StaticSubscriberManager::IsDisableEvent(const std::string &bundleName, const std::string &event) in IsDisableEvent() function in OHOS::EventFwk::StaticSubscriberManager
164 if (IsDisableEvent(subscriber.bundleName, targetSubscribers->first)) { in PublishCommonEventInner()
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dstatic_subscriber_manager_unit_test.cpp3570 auto ret = manager->IsDisableEvent(bundleName, event); in HWTEST_F()
3585 auto ret = manager->IsDisableEvent(bundleName, event); in HWTEST_F()

Completed in 7 milliseconds