Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1321 ErrCode PrePublishRequest(const sptr<NotificationRequest> &request);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1728 ErrCode AdvancedNotificationService::PrePublishRequest(const sptr<NotificationRequest> &request) in PrePublishRequest() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp182 ErrCode result = PrePublishRequest(request); in PublishNotificationForIndirectProxy()