Home
last modified time | relevance | path

Searched refs:SendLiveViewUploadHiSysEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_event_service.cpp185 void AdvancedNotificationService::SendLiveViewUploadHiSysEvent( in SendLiveViewUploadHiSysEvent() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp232 SendLiveViewUploadHiSysEvent(record, UploadStatus::CREATE); in PublishNotificationForIndirectProxy()
2431 SendLiveViewUploadHiSysEvent(record, UploadStatus::CREATE); in PublishNotificationBySa()
H A Dadvanced_notification_service.cpp1253 SendLiveViewUploadHiSysEvent(record, UploadStatus::END); in RemoveFromNotificationList()
H A Dadvanced_notification_utils.cpp1788 sThis->SendLiveViewUploadHiSysEvent(record, record->finish_status); in StartAutoDelete()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1317 …void SendLiveViewUploadHiSysEvent(const std::shared_ptr<NotificationRecord> &record, int32_t uploa…