Home
last modified time | relevance | path

Searched refs:CheckPublishPreparedNotification (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp291 service->CheckPublishPreparedNotification(record, fuzzData.GenerateRandomBool()); in DoTestForAdvancedNotificationService()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1211 ErrCode CheckPublishPreparedNotification(const std::shared_ptr<NotificationRecord> &record, bool isSystemApp);
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp644 ErrCode result = CheckPublishPreparedNotification(record, isSystemApp); in PublishPreparedNotification()
965 ErrCode AdvancedNotificationService::CheckPublishPreparedNotification( in CheckPublishPreparedNotification() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3437 * @tc.desc: Test CheckPublishPreparedNotification
3446 auto ret = advancedNotificationService_->CheckPublishPreparedNotification(record, true); in HWTEST_F()

Completed in 13 milliseconds