| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_request_test.cpp | 548 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 578 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 596 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 615 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 623 oldNotificationRequest->SetSlotType(NotificationConstant::SlotType::OTHER); in HWTEST_F() 638 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 646 oldNotificationRequest->SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 665 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 673 oldNotificationRequest->SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() 692 notificationRequest.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() [all …]
|
| D | notification_check_info_test.cpp | 92 checkInfo.SetSlotType(1);
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | advanced_notification_live_view_service_test.cpp | 81 request->SetSlotType(slotType); 114 request->SetSlotType(slotType); 157 request->SetSlotType(slotType);
|
| D | advanced_notification_service_test.cpp | 163 req->SetSlotType(NotificationConstant::SlotType::OTHER); 190 req->SetSlotType(NotificationConstant::SlotType::OTHER); 218 req->SetSlotType(NotificationConstant::SlotType::CUSTOM); 246 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 275 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 303 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 330 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 357 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); 384 req->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER); 411 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); [all …]
|
| D | advanced_notification_publish_service_test.cpp | 85 request->SetSlotType(slotType); in TestAddNotification() 105 request->SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 126 request->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 470 req->SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 517 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
|
| D | advanced_notification_utils_test.cpp | 128 request->SetSlotType(slotType); in TestAddNotification() 148 oldRequest->SetSlotType(slotType); 254 oldRequest->SetSlotType(slotType); 299 request->SetSlotType(slotType);
|
| D | advanced_notification_slot_service_test.cpp | 331 request->SetSlotType(NotificationConstant::SlotType::CUSTOMER_SERVICE);
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/ |
| D | notification_publish_test.cpp | 71 req_.SetSlotType(NotificationConstant::OTHER); in InitTextRequest() 87 reqWantAgent_.SetSlotType(NotificationConstant::OTHER); in InitWantAgentRequest() 110 reqButton_.SetSlotType(NotificationConstant::OTHER); in InitButtonRequest()
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 637 req.SetSlotType(NotificationConstant::OTHER); 735 req.SetSlotType(NotificationConstant::OTHER); 788 req.SetSlotType(NotificationConstant::OTHER); 842 req.SetSlotType(NotificationConstant::OTHER); 881 req.SetSlotType(NotificationConstant::OTHER); 920 req.SetSlotType(NotificationConstant::OTHER); 960 req.SetSlotType(NotificationConstant::OTHER); 994 req.SetSlotType(NotificationConstant::CONTENT_INFORMATION); 1037 req.SetSlotType(NotificationConstant::OTHER); 1086 req.SetSlotType(NotificationConstant::SERVICE_REMINDER); [all …]
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | notification_check_request.h | 66 void SetSlotType(NotificationConstant::SlotType slotType);
|
| D | notification_check_info.h | 48 void SetSlotType(int32_t slotType);
|
| D | notification_request.h | 748 void SetSlotType(NotificationConstant::SlotType slotType);
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 742 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 788 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); 1908 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); 1909 req1->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); 1967 req->SetSlotType(NotificationConstant::SlotType::OTHER); 1968 req1->SetSlotType(NotificationConstant::SlotType::OTHER); 2027 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 2028 req1->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); 2086 req->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER); 2087 req1->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER); [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
| D | ans_notification_branch_test.cpp | 639 request.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 658 request.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 676 request.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 695 request.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 714 request.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW); 774 req.SetSlotType(NotificationConstant::SlotType::LIVE_VIEW);
|
| /base/request/request/services/service/request/c_wrapper/source/ |
| D | background_notification.cpp | 55 req.SetSlotType(NotificationConstant::OTHER); in RequestBackgroundNotify()
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_check_request.cpp | 40 void NotificationCheckRequest::SetSlotType(NotificationConstant::SlotType slotType) in SetSlotType() function in OHOS::Notification::NotificationCheckRequest
|
| D | notification_check_info.cpp | 79 void NotificationCheckInfo::SetSlotType(int32_t slotType) in SetSlotType() function in OHOS::Notification::NotificationCheckInfo
|
| D | reminder_request.cpp | 755 ReminderRequest& ReminderRequest::SetSlotType(const NotificationConstant::SlotType &slotType) in SetSlotType() function in OHOS::Notification::ReminderRequest 1624 notificationRequest_->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION); in UpdateNotificationCommon() 1626 notificationRequest_->SetSlotType(snoozeSlotType_); in UpdateNotificationCommon() 1629 notificationRequest_->SetSlotType(slotType_); in UpdateNotificationCommon()
|
| /base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/ |
| D | setprogressbar_fuzzer.cpp | 56 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
| D | notification_service_test.cpp | 195 req->SetSlotType(NotificationConstant::SlotType::OTHER); in BENCHMARK_F() 226 req->SetSlotType(NotificationConstant::SlotType::OTHER); in BENCHMARK_F()
|
| /base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
| D | publishnotification_fuzzer.cpp | 76 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/ |
| D | reminderrequest_fuzzer.cpp | 85 reminderRequest.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
| D | publishcontinuoustasknotification_fuzzer.cpp | 76 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| D | napi_push.cpp | 212 checkRequest->SetSlotType(outSlotType); in ParseCheckRequest()
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_mass_storage_notification.cpp | 211 request.SetSlotType(OHOS::Notification::NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in PublishUsbNotification()
|