Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscriber_manager_test.cpp384 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
407 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
431 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
449 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
475 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
501 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
545 commonEventSubscriberManager->GetSubscriberRecordsByEvent(event, userId, records); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h225 void GetSubscriberRecordsByEvent(
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp239 GetSubscriberRecordsByEvent(event, userId, records); in DumpState()
464 void CommonEventSubscriberManager::GetSubscriberRecordsByEvent( in GetSubscriberRecordsByEvent() function in OHOS::EventFwk::CommonEventSubscriberManager