/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 | 585 req.SetNotificationId(CASE_ONE); 683 req.SetNotificationId(CASE_TWO); 736 req.SetNotificationId(CASE_THREE); 789 req.SetNotificationId(CASE_FOUR); 828 req.SetNotificationId(CASE_FIVE); 867 req.SetNotificationId(CASE_SIX); 907 req.SetNotificationId(CASE_SEVEN); 941 req.SetNotificationId(CASE_EIGHT); 984 req.SetNotificationId(CASE_NINE); 1033 req.SetNotificationId(CASE_TEN); [all …]
|
D | ans_fw_module_test.cpp | 1838 request.SetNotificationId(request.GetNotificationId() + 1); 1901 request.SetNotificationId(request.GetNotificationId() + 1); 1934 request.SetNotificationId(request.GetNotificationId() + 1);
|
/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 | 101 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/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 237 req->SetNotificationId(id); in BENCHMARK_F()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_request.h | 219 void SetNotificationId(int32_t notificationId);
|
D | reminder_request.h | 485 ReminderRequest& SetNotificationId(int32_t notificationId);
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 315 rrc->SetNotificationId(notificationId); 946 rrc->SetNotificationId(100); 1228 rrc->SetNotificationId(100);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 260 reminder->SetNotificationId(propertyVal); in GenReminder()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_request.cpp | 102 void NotificationRequest::SetNotificationId(int32_t notificationId) in SetNotificationId() function in OHOS::Notification::NotificationRequest
|
D | reminder_request.cpp | 673 ReminderRequest& ReminderRequest::SetNotificationId(int32_t notificationId) in SetNotificationId() function in OHOS::Notification::ReminderRequest
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 1797 req->SetNotificationId(0); 1798 req1->SetNotificationId(1);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1698 request.SetNotificationId(notificationId); in GetNotificationId() 1702 request.SetNotificationId(0); in GetNotificationId()
|