Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_manager.h102 bool IsDisableEvent(const std::string &bundleName, const std::string &event);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp130 bool StaticSubscriberManager::IsDisableEvent(const std::string &bundleName, const std::string &even… in IsDisableEvent() function in OHOS::EventFwk::StaticSubscriberManager
164 if (IsDisableEvent(subscriber.bundleName, targetSubscribers->first)) { in PublishCommonEventInner()
/ohos5.0/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);
3585 auto ret = manager->IsDisableEvent(bundleName, event);