Home
last modified time | relevance | path

Searched refs:StaticSubscriberManager (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dstatic_subscriber_manager_unit_test.cpp92 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
113 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
161 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
185 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
209 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
237 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
264 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
297 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
330 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
363 std::shared_ptr<StaticSubscriberManager> manager = std::make_shared<StaticSubscriberManager>();
[all …]
/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp45 StaticSubscriberManager::StaticSubscriberManager() {} in StaticSubscriberManager() function in OHOS::EventFwk::StaticSubscriberManager
47 StaticSubscriberManager::~StaticSubscriberManager() {} in ~StaticSubscriberManager()
49 bool StaticSubscriberManager::InitAllowList() in InitAllowList()
79 bool StaticSubscriberManager::InitValidSubscribers() in InitValidSubscribers()
145 void StaticSubscriberManager::PublishCommonEventConnecAbility(const CommonEventData &data, in PublishCommonEventConnecAbility()
157 void StaticSubscriberManager::PublishCommonEventInner(const CommonEventData &data, in PublishCommonEventInner()
210 void StaticSubscriberManager::PublishCommonEvent(const CommonEventData &data, in PublishCommonEvent()
351 void StaticSubscriberManager::AddToValidSubscribers(const std::string &eventName, in AddToValidSubscribers()
424 void StaticSubscriberManager::UpdateSubscriber(const CommonEventData &data) in UpdateSubscriber()
488 int32_t StaticSubscriberManager::UpdateDisableEvents( in UpdateDisableEvents()
[all …]
H A Dinner_common_event_manager.cpp55 staticSubscriberManager_(std::make_shared<StaticSubscriberManager>()) in InnerCommonEventManager()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_manager.h34 class StaticSubscriberManager : public DelayedSingleton<StaticSubscriberManager> {
36 StaticSubscriberManager();
38 virtual ~StaticSubscriberManager();
H A Dinner_common_event_manager.h198 std::shared_ptr<StaticSubscriberManager> staticSubscriberManager_;