Searched refs:StaticSubscriberManager (Results 1 – 5 of 5) sorted by relevance
92 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 …]
45 StaticSubscriberManager::StaticSubscriberManager() {} in StaticSubscriberManager() function in OHOS::EventFwk::StaticSubscriberManager47 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 …]
55 staticSubscriberManager_(std::make_shared<StaticSubscriberManager>()) in InnerCommonEventManager()
34 class StaticSubscriberManager : public DelayedSingleton<StaticSubscriberManager> {36 StaticSubscriberManager();38 virtual ~StaticSubscriberManager();
198 std::shared_ptr<StaticSubscriberManager> staticSubscriberManager_;