Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_event_service.cpp186 const std::shared_ptr<NotificationRecord> &record, int32_t uploadStatus) in SendLiveViewUploadHiSysEvent() argument
189 uploadStatus < UploadStatus::CREATE || uploadStatus > UploadStatus::END) { in SendLiveViewUploadHiSysEvent()
197 eventInfo.operateFlag = uploadStatus; in SendLiveViewUploadHiSysEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1317 …dLiveViewUploadHiSysEvent(const std::shared_ptr<NotificationRecord> &record, int32_t uploadStatus);