Searched refs:subscriberName (Results 1 - 9 of 9) sorted by relevance
/base/notification/common_event_service/services/src/ |
H A D | event_report.cpp | 85 EVENT_PARAM_BUNDLE_NAME_OF_SUBSCRIBER, eventInfo.subscriberName, in InnerSendOrderedEventProcTimeoutEvent() 98 EVENT_PARAM_BUNDLE_NAME_OF_SUBSCRIBER, eventInfo.subscriberName, in InnerSendStaticEventProcErrorEvent() 130 EVENT_PARAM_BUNDLE_NAME_OF_SUBSCRIBER, eventInfo.subscriberName, in InnerSendSubscribeEvent() 142 EVENT_PARAM_BUNDLE_NAME_OF_SUBSCRIBER, eventInfo.subscriberName, in InnerSendUnSubscribeEvent() 166 EVENT_PARAM_BUNDLE_NAME_OF_SUBSCRIBER, eventInfo.subscriberName, in InnerSendStaticSubStartEvent() 179 EVENT_PARAM_BUNDLE_NAME_OF_SUBSCRIBER, eventInfo.subscriberName, in InnerSendStaticSubRunEvent()
|
H A D | static_subscriber_connection.cpp | 55 eventInfo.subscriberName = element.GetBundleName(); in OnAbilityDisconnectDone()
|
H A D | static_subscriber_manager.cpp | 467 const std::string &subscriberName, const std::string &eventName) in SendStaticEventProcErrHiSysEvent() 472 eventInfo.subscriberName = subscriberName; in SendStaticEventProcErrHiSysEvent() 478 const std::string &subscriberName, const std::string &eventName) in SendStaticSubscriberStartHiSysEvent() 483 eventInfo.subscriberName = subscriberName; in SendStaticSubscriberStartHiSysEvent() 466 SendStaticEventProcErrHiSysEvent(int32_t userId, const std::string &publisherName, const std::string &subscriberName, const std::string &eventName) SendStaticEventProcErrHiSysEvent() argument 477 SendStaticSubscriberStartHiSysEvent(int32_t userId, const std::string &publisherName, const std::string &subscriberName, const std::string &eventName) SendStaticSubscriberStartHiSysEvent() argument
|
H A D | inner_common_event_manager.cpp | 663 void InnerCommonEventManager::SendSubscribeHiSysEvent(int32_t userId, const std::string &subscriberName, int32_t pid, in SendSubscribeHiSysEvent() argument 668 eventInfo.subscriberName = subscriberName; in SendSubscribeHiSysEvent() 695 eventInfo.subscriberName = subscriberRecord->eventRecordInfo.bundleName; in SendUnSubscribeHiSysEvent()
|
H A D | common_event_control_manager.cpp | 1426 eventInfo.subscriberName = subscriberRecord->eventRecordInfo.bundleName; in SendOrderedEventProcTimeoutHiSysEvent()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_hisysevent_test.cpp | 71 eventInfo.subscriberName = TEST_BUNDLE_NAME_OF_SUBSCRIBER; in HWTEST_F() 95 eventInfo.subscriberName = TEST_BUNDLE_NAME_OF_SUBSCRIBER; in HWTEST_F() 160 eventInfo.subscriberName = TEST_BUNDLE_NAME_OF_SUBSCRIBER; in HWTEST_F() 194 eventInfo.subscriberName = TEST_BUNDLE_NAME_OF_SUBSCRIBER; in HWTEST_F()
|
/base/notification/common_event_service/services/include/ |
H A D | static_subscriber_manager.h | 101 const std::string &subscriberName, const std::string &eventName); 110 const std::string &subscriberName, const std::string &eventName);
|
H A D | event_report.h | 48 std::string subscriberName; member
|
H A D | inner_common_event_manager.h | 184 void SendSubscribeHiSysEvent(int32_t userId, const std::string &subscriberName, int32_t pid, int32_t uid,
|
Completed in 7 milliseconds