/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/services/ans/test/unittest/ |
D | advanced_notification_service_test.cpp | 142 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/ |
D | ans_innerkits_module_publish_test.cpp | 584 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 …]
|
D | ans_fw_module_test.cpp | 1140 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/ |
D | background_notification.cpp | 50 req.SetSlotType(NotificationConstant::OTHER); in RequestBackgroundNotify()
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 739 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/ |
D | setprogressbar_fuzzer.cpp | 56 request.SetSlotType(slotType); in DoSomethingInterestingWithMyAPI()
|
/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/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 192 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/ |
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/interfaces/inner_api/ |
D | notification_request.h | 668 void SetSlotType(NotificationConstant::SlotType slotType);
|
D | reminder_request.h | 510 ReminderRequest& SetSlotType(const NotificationConstant::SlotType &slotType);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 679 ReminderRequest& ReminderRequest::SetSlotType(const NotificationConstant::SlotType &slotType) in SetSlotType() function in OHOS::Notification::ReminderRequest 1582 notificationRequest_->SetSlotType(slotType_); in UpdateNotificationCommon()
|
D | notification_request.cpp | 431 void NotificationRequest::SetSlotType(NotificationConstant::SlotType slotType) in SetSlotType() function in OHOS::Notification::NotificationRequest
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 281 reminder->SetSlotType(actureType); in GenReminder()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 463 rrc->SetSlotType(mySlotType);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1731 request.SetSlotType(outType); in GetNotificationSlotType() 1735 request.SetSlotType(NotificationConstant::OTHER); in GetNotificationSlotType()
|