Home
last modified time | relevance | path

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

/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/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp142 req->SetSlotType(NotificationConstant::SlotType::OTHER);
167 req->SetSlotType(NotificationConstant::SlotType::OTHER);
193 req->SetSlotType(NotificationConstant::SlotType::CUSTOM);
219 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
245 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
271 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
296 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
321 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
346 req->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER);
371 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
[all …]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp584 req.SetSlotType(NotificationConstant::OTHER);
681 req.SetSlotType(NotificationConstant::OTHER);
734 req.SetSlotType(NotificationConstant::OTHER);
788 req.SetSlotType(NotificationConstant::OTHER);
827 req.SetSlotType(NotificationConstant::OTHER);
866 req.SetSlotType(NotificationConstant::OTHER);
906 req.SetSlotType(NotificationConstant::OTHER);
940 req.SetSlotType(NotificationConstant::CONTENT_INFORMATION);
983 req.SetSlotType(NotificationConstant::OTHER);
1032 req.SetSlotType(NotificationConstant::SERVICE_REMINDER);
[all …]
Dans_fw_module_test.cpp1140 req.SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
1184 req.SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
1238 req.SetSlotType(NotificationConstant::SlotType::OTHER);
1270 req.SetSlotType(NotificationConstant::SlotType::OTHER);
1302 req.SetSlotType(NotificationConstant::SlotType::OTHER);
/base/request/request/services/service/rust/src/c_wrapper/source/
Dbackground_notification.cpp50 req.SetSlotType(NotificationConstant::OTHER); in RequestBackgroundNotify()
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp739 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
785 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
1906 req->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
1907 req1->SetSlotType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION);
1965 req->SetSlotType(NotificationConstant::SlotType::OTHER);
1966 req1->SetSlotType(NotificationConstant::SlotType::OTHER);
2025 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
2026 req1->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
2084 req->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER);
2085 req1->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER);
[all …]
/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp56 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp76 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp192 req->SetSlotType(NotificationConstant::SlotType::OTHER); in BENCHMARK_F()
223 req->SetSlotType(NotificationConstant::SlotType::OTHER); in BENCHMARK_F()
/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/interfaces/inner_api/
Dnotification_request.h668 void SetSlotType(NotificationConstant::SlotType slotType);
Dreminder_request.h510 ReminderRequest& SetSlotType(const NotificationConstant::SlotType &slotType);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp679 ReminderRequest& ReminderRequest::SetSlotType(const NotificationConstant::SlotType &slotType) in SetSlotType() function in OHOS::Notification::ReminderRequest
1582 notificationRequest_->SetSlotType(slotType_); in UpdateNotificationCommon()
Dnotification_request.cpp431 void NotificationRequest::SetSlotType(NotificationConstant::SlotType slotType) in SetSlotType() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp281 reminder->SetSlotType(actureType); in GenReminder()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp463 rrc->SetSlotType(mySlotType);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1731 request.SetSlotType(outType); in GetNotificationSlotType()
1735 request.SetSlotType(NotificationConstant::OTHER); in GetNotificationSlotType()