Home
last modified time | relevance | path

Searched refs:SetNotificationId (Results 1 – 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp126 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/
Dans_innerkits_module_publish_test.cpp585 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 …]
Dans_fw_module_test.cpp1838 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/
Dincoming_call_notification.cpp94 request.SetNotificationId(INCOMING_CALL_NOTIFICATION_ID); in PublishIncomingCallNotification()
Dmissed_call_notification.cpp101 request.SetNotificationId(INCOMING_CALL_MISSED_ID); in PublishMissedCallNotification()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp71 request.SetNotificationId(style); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp81 reminderRequest.SetNotificationId(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp71 request.SetNotificationId(style); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp237 req->SetNotificationId(id); in BENCHMARK_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h219 void SetNotificationId(int32_t notificationId);
Dreminder_request.h485 ReminderRequest& SetNotificationId(int32_t notificationId);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp315 rrc->SetNotificationId(notificationId);
946 rrc->SetNotificationId(100);
1228 rrc->SetNotificationId(100);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp260 reminder->SetNotificationId(propertyVal); in GenReminder()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp102 void NotificationRequest::SetNotificationId(int32_t notificationId) in SetNotificationId() function in OHOS::Notification::NotificationRequest
Dreminder_request.cpp673 ReminderRequest& ReminderRequest::SetNotificationId(int32_t notificationId) in SetNotificationId() function in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp1797 req->SetNotificationId(0);
1798 req1->SetNotificationId(1);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1698 request.SetNotificationId(notificationId); in GetNotificationId()
1702 request.SetNotificationId(0); in GetNotificationId()