Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp650 ErrCode result = CheckPublishPreparedNotification(record, isSystemApp); in PublishPreparedNotification()
972 ErrCode AdvancedNotificationService::CheckPublishPreparedNotification( in CheckPublishPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1221 …ErrCode CheckPublishPreparedNotification(const std::shared_ptr<NotificationRecord> &record, bool i…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3443 auto ret = advancedNotificationService_->CheckPublishPreparedNotification(record, true);