Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp108 request->SetNotificationId(1);
141 request->SetNotificationId(1);
184 request->SetNotificationId(1);
207 newRequest->SetNotificationId(1);
214 oldRequest->SetNotificationId(1);
237 request->SetNotificationId(1);
261 request->SetNotificationId(1);
287 request->SetNotificationId(1);
321 request->SetNotificationId(1);
H A Dadvanced_notification_publish_service_test.cpp94 request->SetNotificationId(notificationId); in TestAddNotification()
173 request->SetNotificationId(1);
204 request->SetNotificationId(1);
218 request2->SetNotificationId(2);
243 request->SetNotificationId(1);
269 request->SetNotificationId(1);
618 req->SetNotificationId(1);
663 req->SetNotificationId(1);
1059 request->SetNotificationId(1);
1091 request->SetNotificationId(1);
H A Dadvanced_notification_utils_test.cpp135 request->SetNotificationId(notificationId); in TestAddNotification()
243 oldRequest->SetNotificationId(notificationId);
284 request->SetNotificationId(1);
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp126 req_.SetNotificationId(id++); in BENCHMARK_F()
156 reqWantAgent_.SetNotificationId(id++); in BENCHMARK_F()
174 reqButton_.SetNotificationId(id++); in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp660 req.SetNotificationId(CASE_ONE);
759 req.SetNotificationId(CASE_TWO);
812 req.SetNotificationId(CASE_THREE);
865 req.SetNotificationId(CASE_FOUR);
904 req.SetNotificationId(CASE_FIVE);
943 req.SetNotificationId(CASE_SIX);
983 req.SetNotificationId(CASE_SEVEN);
1017 req.SetNotificationId(CASE_EIGHT);
1060 req.SetNotificationId(CASE_NINE);
1109 req.SetNotificationId(CASE_TEN);
[all …]
H A Dans_fw_module_test.cpp1845 request.SetNotificationId(request.GetNotificationId() + 1);
1908 request.SetNotificationId(request.GetNotificationId() + 1);
1941 request.SetNotificationId(request.GetNotificationId() + 1);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp638 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
661 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
688 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
716 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
745 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
774 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
802 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
862 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
884 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
918 oldNotificationRequest->SetNotificationId(myNotificationId); in HWTEST_F()
H A Dnotification_test.cpp216 request->SetNotificationId(id);
241 request->SetNotificationId(id);
H A Dreminder_request_test.cpp318 rrc->SetNotificationId(notificationId);
954 rrc->SetNotificationId(100);
1208 rrc->SetNotificationId(100);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp110 notificationRequest.SetNotificationId(++notificationIdIndex_); in PublishNotification()
112 notificationRequest.SetNotificationId(continuousTaskRecord->GetNotificationId()); in PublishNotification()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dincoming_call_notification.cpp94 request.SetNotificationId(INCOMING_CALL_NOTIFICATION_ID); in PublishIncomingCallNotification()
H A Dmissed_call_notification.cpp136 request.SetNotificationId(INCOMING_CALL_MISSED_ID); in PublishMissedCallNotification()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp71 reminderRequest.SetNotificationId(reminderId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp71 request.SetNotificationId(style); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp71 request.SetNotificationId(style); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp219 request.SetNotificationId(MASS_STORAGE_NOTIFICATION_ID); in PublishUsbNotification()
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp242 req->SetNotificationId(id); in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp135 reminder->SetNotificationId(notificationId); in RecoverIdFromOldVersion()
284 reminder->SetNotificationId(notificationId); in RecoverIdFromDb()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_ni_manager.cpp390 request.SetNotificationId(GNSS_AGNSS_NI_NOTIFICATION_ID); in SendNiNotification()
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp421 request.SetNotificationId(currentNtfId); in PublishNfcNotification()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h263 void SetNotificationId(int32_t notificationId);
H A Dreminder_request.h673 ReminderRequest& SetNotificationId(int32_t notificationId);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp507 request.SetNotificationId(id); in GetNotificationRequestByNumber()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp417 request.SetNotificationId(notificationId); in GetNotificationId()
421 request.SetNotificationId(0); in GetNotificationId()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp939 request.SetNotificationId(notificationId); in GetNotificationId()
943 request.SetNotificationId(0); in GetNotificationId()

12