Home
last modified time | relevance | path

Searched refs:SetDevicesSupportDisplay (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_distributed_options.h59 void SetDevicesSupportDisplay(const std::vector<std::string> &devices);
Dnotification_request.h947 void SetDevicesSupportDisplay(const std::vector<std::string> &devices);
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp63 request.SetDevicesSupportDisplay(text); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_distributed_options.cpp36 void NotificationDistributedOptions::SetDevicesSupportDisplay(const std::vector<std::string> &devic… in SetDevicesSupportDisplay() function in OHOS::Notification::NotificationDistributedOptions
Dnotification_request.cpp624 void NotificationRequest::SetDevicesSupportDisplay(const std::vector<std::string> &devices) in SetDevicesSupportDisplay() function in OHOS::Notification::NotificationRequest
626 distributedOptions_.SetDevicesSupportDisplay(devices); in SetDevicesSupportDisplay()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp439 notificationRequest.SetDevicesSupportDisplay(devices); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp415 request.SetDevicesSupportDisplay(devices); in CreateDistributedRequest()
2231 request.SetDevicesSupportDisplay(devices);
2276 request.SetDevicesSupportDisplay(devices);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp2970 req->GetNotificationDistributedOptions().SetDevicesSupportDisplay(devices);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2961 request.SetDevicesSupportDisplay(devices); in GetNotificationSupportDisplayDevices()