/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_subscriber_manager_test.cpp | 111 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 130 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 150 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 173 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 207 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 379 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 397 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 420 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 444 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() 462 std::make_shared<CommonEventSubscriberManager>(); in HWTEST_F() [all …]
|
H A D | common_event_unsubscribe_unit_test.cpp | 142 CommonEventSubscriberManager commonEventSubscriberManager; 155 CommonEventSubscriberManager commonEventSubscriberManager; 185 CommonEventSubscriberManager commonEventSubscriberManager; 209 CommonEventSubscriberManager commonEventSubscriberManager; 232 CommonEventSubscriberManager commonEventSubscriberManager;
|
H A D | common_event_freeze_unit_test.cpp | 95 CommonEventSubscriberManager commonEventSubscriberManager; 127 CommonEventSubscriberManager commonEventSubscriberManager; 159 CommonEventSubscriberManager commonEventSubscriberManager; 209 CommonEventSubscriberManager commonEventSubscriberManager; 432 CommonEventSubscriberManager commonEventSubscriberManager; 462 CommonEventSubscriberManager commonEventSubscriberManager; 494 CommonEventSubscriberManager commonEventSubscriberManager; 542 CommonEventSubscriberManager commonEventSubscriberManager; 579 CommonEventSubscriberManager commonEventSubscriberManager;
|
H A D | common_event_subscribe_unit_test.cpp | 728 CommonEventSubscriberManager commonEventSubscriberManager; 761 CommonEventSubscriberManager commonEventSubscriberManager; 792 CommonEventSubscriberManager commonEventSubscriberManager; 827 CommonEventSubscriberManager commonEventSubscriberManager; 867 CommonEventSubscriberManager commonEventSubscriberManager; 903 CommonEventSubscriberManager commonEventSubscriberManager; 920 CommonEventSubscriberManager commonEventSubscriberManager;
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_subscriber_manager.cpp | 37 CommonEventSubscriberManager::CommonEventSubscriberManager() in CommonEventSubscriberManager() function in OHOS::EventFwk::CommonEventSubscriberManager 42 CommonEventSubscriberManager::~CommonEventSubscriberManager() in ~CommonEventSubscriberManager() 147 void CommonEventSubscriberManager::DumpDetailed( in DumpDetailed() 368 bool CommonEventSubscriberManager::CheckSubscriberByUserId( in CheckSubscriberByUserId() 383 bool CommonEventSubscriberManager::CheckSubscriberBySpecifiedUids( in CheckSubscriberBySpecifiedUids() 398 bool CommonEventSubscriberManager::CheckSubscriberBySpecifiedType( in CheckSubscriberBySpecifiedType() 464 void CommonEventSubscriberManager::GetSubscriberRecordsByEvent( in GetSubscriberRecordsByEvent() 494 void CommonEventSubscriberManager::UpdateFreezeInfo( in UpdateFreezeInfo() 514 void CommonEventSubscriberManager::UpdateFreezeInfo( in UpdateFreezeInfo() 552 void CommonEventSubscriberManager::InsertFrozenEvents( in InsertFrozenEvents() [all …]
|
H A D | inner_common_event_manager.cpp | 350 auto record = DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertSubscriber( in SubscribeCommonEvent() 383 …DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->RemoveSubscriber(commonEventListene… in UnsubscribeCommonEvent() 402 … DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->DumpState(event, userId, state); in DumpState() 422 … DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->DumpState(event, userId, state); in DumpState() 458 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->UpdateFreezeInfo( in Freeze() 465 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->UpdateFreezeInfo(uid, false); in Unfreeze() 476 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->UpdateFreezeInfo( in SetFreezeStatus() 491 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->UpdateAllFreezeInfos(false); in UnfreezeAll() 670 …auto subscriberRecord = DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetSubscrib… in SendUnSubscribeHiSysEvent()
|
H A D | common_event_control_manager.cpp | 102 … DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetFrozenEventsMapByPid(*it)); in PublishFreezeCommonEvent() 118 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetAllFrozenEvents(); in PublishAllFreezeCommonEvents() 124 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetAllFrozenEventsMap(); in PublishAllFreezeCommonEvents() 218 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertFrozenEventsMap( in NotifyUnorderedEventLocked() 293 std::shared_ptr<CommonEventSubscriberManager> spinstance = in ProcessUnorderedEvent() 294 DelayedSingleton<CommonEventSubscriberManager>::GetInstance(); in ProcessUnorderedEvent() 373 std::shared_ptr<CommonEventSubscriberManager> spinstance = in ProcessOrderedEvent() 374 DelayedSingleton<CommonEventSubscriberManager>::GetInstance(); in ProcessOrderedEvent() 525 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertFrozenEvents( in NotifyOrderedEvent() 527 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertFrozenEventsMap( in NotifyOrderedEvent() [all …]
|
H A D | subscriber_death_recipient.cpp | 37 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->RemoveSubscriber(object); in OnRemoteDied()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | common_event_subscriber_manager.h | 75 class CommonEventSubscriberManager : public DelayedSingleton<CommonEventSubscriberManager> { 77 CommonEventSubscriberManager(); 79 virtual ~CommonEventSubscriberManager() override;
|
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | common_event_unsubscribe_test.cpp | 229 …ERR_OK, DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->RemoveSubscriber(commonEven… 274 …ERR_INVALID_VALUE, DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->RemoveSubscriber… 293 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->death_ = nullptr; 295 …ERR_OK, DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->RemoveSubscriber(commonEven…
|
H A D | common_event_subscribe_test.cpp | 340 …auto result = OHOS::DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertSubscribe… 370 …auto result = OHOS::DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertSubscribe… 403 …auto result = OHOS::DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->InsertSubscribe…
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
H A D | common_event_services_publish_ordered_module_test.cpp | 1268 CommonEventSubscriberManager commonEventSubscriberManager;
|