| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | advanced_notification_live_view_service_test.cpp | 82 request->SetNotificationId(1); 115 request->SetNotificationId(1); 158 request->SetNotificationId(1);
|
| D | advanced_notification_utils_test.cpp | 133 request->SetNotificationId(notificationId); in TestAddNotification() 263 oldRequest->SetNotificationId(notificationId); 304 request->SetNotificationId(1);
|
| D | advanced_notification_publish_service_test.cpp | 90 request->SetNotificationId(notificationId); in TestAddNotification() 473 req->SetNotificationId(1); 520 req->SetNotificationId(1);
|
| D | advanced_notification_service_test.cpp | 4387 request->SetNotificationId(1); 4439 request->SetNotificationId(1);
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/ |
| D | notification_publish_test.cpp | 126 req_.SetNotificationId(id++); in BENCHMARK_F() 156 reqWantAgent_.SetNotificationId(id++); in BENCHMARK_F() 174 reqButton_.SetNotificationId(id++); in BENCHMARK_F()
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 638 req.SetNotificationId(CASE_ONE); 737 req.SetNotificationId(CASE_TWO); 790 req.SetNotificationId(CASE_THREE); 843 req.SetNotificationId(CASE_FOUR); 882 req.SetNotificationId(CASE_FIVE); 921 req.SetNotificationId(CASE_SIX); 961 req.SetNotificationId(CASE_SEVEN); 995 req.SetNotificationId(CASE_EIGHT); 1038 req.SetNotificationId(CASE_NINE); 1087 req.SetNotificationId(CASE_TEN); [all …]
|
| D | ans_fw_module_test.cpp | 1842 request.SetNotificationId(request.GetNotificationId() + 1); 1905 request.SetNotificationId(request.GetNotificationId() + 1); 1938 request.SetNotificationId(request.GetNotificationId() + 1);
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_request_test.cpp | 622 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 645 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 672 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 700 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 729 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 758 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 786 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 846 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 868 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F() 902 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
|
| D | notification_test.cpp | 202 request->SetNotificationId(id); 227 request->SetNotificationId(id);
|
| D | reminder_request_test.cpp | 316 rrc->SetNotificationId(notificationId); 954 rrc->SetNotificationId(100); 1281 rrc->SetNotificationId(100);
|
| /base/telephony/call_manager/services/call/call_state_observer/src/ |
| D | incoming_call_notification.cpp | 94 request.SetNotificationId(INCOMING_CALL_NOTIFICATION_ID); in PublishIncomingCallNotification()
|
| D | missed_call_notification.cpp | 108 request.SetNotificationId(INCOMING_CALL_MISSED_ID); in PublishMissedCallNotification()
|
| /base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
| D | publishnotification_fuzzer.cpp | 71 request.SetNotificationId(style); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/ |
| D | reminderrequest_fuzzer.cpp | 81 reminderRequest.SetNotificationId(reminderId); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
| D | publishcontinuoustasknotification_fuzzer.cpp | 71 request.SetNotificationId(style); in DoSomethingInterestingWithMyAPI()
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_mass_storage_notification.cpp | 204 request.SetNotificationId(MASS_STORAGE_NOTIFICATION_ID); in PublishUsbNotification()
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
| D | notification_service_test.cpp | 240 req->SetNotificationId(id); in BENCHMARK_F()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | notification_request.h | 236 void SetNotificationId(int32_t notificationId);
|
| D | reminder_request.h | 645 ReminderRequest& SetNotificationId(int32_t notificationId);
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common_convert_request.cpp | 887 request.SetNotificationId(notificationId); in GetNotificationId() 891 request.SetNotificationId(0); in GetNotificationId()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | reminder_common.cpp | 561 reminder->SetNotificationId(propertyVal); in GenReminderIntInner()
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 1799 req->SetNotificationId(0); 1800 req1->SetNotificationId(1);
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | reminder_request.cpp | 743 ReminderRequest& ReminderRequest::SetNotificationId(int32_t notificationId) in SetNotificationId() function in OHOS::Notification::ReminderRequest
|
| D | notification_request.cpp | 107 void NotificationRequest::SetNotificationId(int32_t notificationId) in SetNotificationId() function in OHOS::Notification::NotificationRequest
|