Home
last modified time | relevance | path

Searched refs:PrePublishNotificationBySa (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1320 …ErrCode PrePublishNotificationBySa(const sptr<NotificationRequest> &request, int32_t uid, std::str…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1672 ErrCode AdvancedNotificationService::PrePublishNotificationBySa(const sptr<NotificationRequest> &re… in PrePublishNotificationBySa() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp2369 ErrCode result = PrePublishNotificationBySa(request, uid, bundle); in PublishNotificationBySa()