Searched refs:publisherName (Results 1 - 8 of 8) sorted by relevance
/base/notification/common_event_service/services/src/ |
H A D | event_report.cpp | 97 EVENT_PARAM_BUNDLE_NAME_OF_PUBLISHER, eventInfo.publisherName, in InnerSendStaticEventProcErrorEvent() 118 EVENT_PARAM_BUNDLE_NAME_OF_PUBLISHER, eventInfo.publisherName, in InnerSendPublishErrorEvent() 154 EVENT_PARAM_BUNDLE_NAME_OF_PUBLISHER, eventInfo.publisherName, in InnerSendPublishEvent() 167 EVENT_PARAM_ABILITY_NAME, eventInfo.publisherName, in InnerSendStaticSubStartEvent() 180 EVENT_PARAM_ABILITY_NAME, eventInfo.publisherName, in InnerSendStaticSubRunEvent()
|
H A D | static_subscriber_connection.cpp | 54 eventInfo.publisherName = element.GetAbilityName(); in OnAbilityDisconnectDone()
|
H A D | static_subscriber_manager.cpp | 466 void StaticSubscriberManager::SendStaticEventProcErrHiSysEvent(int32_t userId, const std::string &publisherName, in SendStaticEventProcErrHiSysEvent() argument 471 eventInfo.publisherName = publisherName; in SendStaticEventProcErrHiSysEvent() 477 void StaticSubscriberManager::SendStaticSubscriberStartHiSysEvent(int32_t userId, const std::string &publisherName, in SendStaticSubscriberStartHiSysEvent() argument 482 eventInfo.publisherName = publisherName; in SendStaticSubscriberStartHiSysEvent()
|
H A D | inner_common_event_manager.cpp | 701 void InnerCommonEventManager::SendPublishHiSysEvent(int32_t userId, const std::string &publisherName, int32_t pid, in SendPublishHiSysEvent() argument 706 eventInfo.publisherName = publisherName; in SendPublishHiSysEvent()
|
/base/notification/common_event_service/services/include/ |
H A D | static_subscriber_manager.h | 100 void SendStaticEventProcErrHiSysEvent(int32_t userId, const std::string &publisherName, 109 void SendStaticSubscriberStartHiSysEvent(int32_t userId, const std::string &publisherName,
|
H A D | event_report.h | 47 std::string publisherName; member
|
H A D | inner_common_event_manager.h | 187 void SendPublishHiSysEvent(int32_t userId, const std::string &publisherName, int32_t pid, int32_t uid,
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_hisysevent_test.cpp | 94 eventInfo.publisherName = TEST_BUNDLE_NAME_OF_PUBLISHER; in HWTEST_F() 135 eventInfo.publisherName = TEST_BUNDLE_NAME_OF_SUBSCRIBER; in HWTEST_F() 229 eventInfo.publisherName = TEST_BUNDLE_NAME_OF_PUBLISHER; in HWTEST_F()
|
Completed in 27 milliseconds