Searched refs:EVENT_PARAM_UID (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | event_report.cpp | 27 const std::string EVENT_PARAM_UID = "UID"; variable 99 EVENT_PARAM_UID, eventInfo.uid, in InnerSendSubscribeErrorEvent() 111 EVENT_PARAM_UID, eventInfo.uid, in InnerSendEnableNotificationErrorEvent() 122 EVENT_PARAM_UID, eventInfo.uid, in InnerSendEnableNotificationSlotErrorEvent() 147 EVENT_PARAM_UID, eventInfo.uid); in InnerSendFlowControlOccurEvent() 156 EVENT_PARAM_UID, eventInfo.uid, in InnerSendSubscribeEvent() 167 EVENT_PARAM_UID, eventInfo.uid, in InnerSendUnSubscribeEvent() 178 EVENT_PARAM_UID, eventInfo.uid, in InnerSendEnableNotificationEvent() 188 EVENT_PARAM_UID, eventInfo.uid, in InnerSendEnableNotificationSlotEvent() 223 EVENT_PARAM_UID, eventInfo.uid); in InnerSendCancelEvent() [all …]
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | event_report.cpp | 25 const std::string EVENT_PARAM_UID = "UID"; variable 87 EVENT_PARAM_UID, eventInfo.uid, in InnerSendOrderedEventProcTimeoutEvent() 120 EVENT_PARAM_UID, eventInfo.uid, in InnerSendPublishErrorEvent() 132 EVENT_PARAM_UID, eventInfo.uid, in InnerSendSubscribeEvent() 144 EVENT_PARAM_UID, eventInfo.uid, in InnerSendUnSubscribeEvent() 156 EVENT_PARAM_UID, eventInfo.uid, in InnerSendPublishEvent() 169 EVENT_PARAM_UID, eventInfo.uid, in InnerSendStaticSubStartEvent() 182 EVENT_PARAM_UID, eventInfo.uid, in InnerSendStaticSubRunEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 54 const std::string EVENT_PARAM_UID = "UID"; variable
|