Home
last modified time | relevance | path

Searched refs:EVENT_PARAM_USER_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/src/
H A Devent_report.cpp23 const std::string EVENT_PARAM_USER_ID = "USER_ID"; variable
84 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendOrderedEventProcTimeoutEvent()
96 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendStaticEventProcErrorEvent()
107 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscriberExceedMaximumEvent()
117 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendPublishErrorEvent()
129 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscribeEvent()
141 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendUnSubscribeEvent()
153 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendPublishEvent()
165 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendStaticSubStartEvent()
178 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendStaticSubRunEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Devent_report.cpp23 const std::string EVENT_PARAM_USER_ID = "USER_ID"; variable
100 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscribeErrorEvent()
136 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendPublishErrorEvent()
157 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendSubscribeEvent()
168 EVENT_PARAM_USER_ID, eventInfo.userId, in InnerSendUnSubscribeEvent()
212 EVENT_PARAM_USER_ID, eventInfo.userId); in InnerSendPublishEvent()