Searched refs:MakeNotificationRecord (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_live_view_service_test.cpp | 114 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 270 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 296 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 332 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle);
|
H A D | advanced_notification_utils_test.cpp | 136 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in TestAddNotification() 247 auto record = advancedNotificationService_->MakeNotificationRecord(oldRequest, bundle);
|
H A D | advanced_notification_publish_service_test.cpp | 95 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in TestAddNotification() 619 auto record = advancedNotificationService_->MakeNotificationRecord(req, bundle); 667 auto record = advancedNotificationService_->MakeNotificationRecord(req, bundle); 1061 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 1097 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle);
|
H A D | advanced_notification_service_test.cpp | 3356 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3376 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3390 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3425 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3441 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3458 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3646 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); 3660 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 605 std::shared_ptr<NotificationRecord> AdvancedNotificationService::MakeNotificationRecord( in MakeNotificationRecord() function in OHOS::Notification::AdvancedNotificationService 648 auto record = MakeNotificationRecord(request, bundleOption); in PublishPreparedNotification()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1384 std::shared_ptr<NotificationRecord> MakeNotificationRecord(
|