Searched refs:EVENT_PARAM_USER_ID (Results 1 – 2 of 2) sorted by relevance
/base/notification/common_event_service/services/src/ |
D | event_report.cpp | 23 const std::string EVENT_PARAM_USER_ID = "USER_ID"; variable 76 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendOrderedEventProcTimeoutEvent() 88 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendStaticEventProcErrorEvent() 99 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscriberExceedMaximumEvent() 109 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendPublishErrorEvent() 121 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscribeEvent() 133 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendUnSubscribeEvent() 145 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendPublishEvent()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | event_report.cpp | 23 const std::string EVENT_PARAM_USER_ID = "USER_ID"; variable 96 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscribeErrorEvent() 132 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendPublishErrorEvent() 153 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscribeEvent() 164 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendUnSubscribeEvent() 197 EVENT_PARAM_USER_ID, eventInfo.userId); in InnerSendPublishEvent()
|