Home
last modified time | relevance | path

Searched refs:SetSlotType (Results 1 – 25 of 32) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp548 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 …]
Dnotification_check_info_test.cpp92 checkInfo.SetSlotType(1);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_live_view_service_test.cpp81 request->SetSlotType(slotType);
114 request->SetSlotType(slotType);
157 request->SetSlotType(slotType);
Dadvanced_notification_service_test.cpp163 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 …]
Dadvanced_notification_publish_service_test.cpp85 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);
Dadvanced_notification_utils_test.cpp128 request->SetSlotType(slotType); in TestAddNotification()
148 oldRequest->SetSlotType(slotType);
254 oldRequest->SetSlotType(slotType);
299 request->SetSlotType(slotType);
Dadvanced_notification_slot_service_test.cpp331 request->SetSlotType(NotificationConstant::SlotType::CUSTOMER_SERVICE);
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp71 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/
Dans_innerkits_module_publish_test.cpp637 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/
Dnotification_check_request.h66 void SetSlotType(NotificationConstant::SlotType slotType);
Dnotification_check_info.h48 void SetSlotType(int32_t slotType);
Dnotification_request.h748 void SetSlotType(NotificationConstant::SlotType slotType);
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp742 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/
Dans_notification_branch_test.cpp639 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/
Dbackground_notification.cpp55 req.SetSlotType(NotificationConstant::OTHER); in RequestBackgroundNotify()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_check_request.cpp40 void NotificationCheckRequest::SetSlotType(NotificationConstant::SlotType slotType) in SetSlotType() function in OHOS::Notification::NotificationCheckRequest
Dnotification_check_info.cpp79 void NotificationCheckInfo::SetSlotType(int32_t slotType) in SetSlotType() function in OHOS::Notification::NotificationCheckInfo
Dreminder_request.cpp755 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/
Dsetprogressbar_fuzzer.cpp56 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp195 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/
Dpublishnotification_fuzzer.cpp76 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp85 reminderRequest.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp76 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push.cpp212 checkRequest->SetSlotType(outSlotType); in ParseCheckRequest()
/base/usb/usb_manager/services/native/src/
Dusb_mass_storage_notification.cpp211 request.SetSlotType(OHOS::Notification::NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in PublishUsbNotification()

12