Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_distributed_options.h59 void SetDevicesSupportDisplay(const std::vector<std::string> &devices);
H A Dnotification_request.h1074 void SetDevicesSupportDisplay(const std::vector<std::string> &devices);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp63 request.SetDevicesSupportDisplay(text); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_distributed_options.cpp36 void NotificationDistributedOptions::SetDevicesSupportDisplay(const std::vector<std::string> &devic… in SetDevicesSupportDisplay() function in OHOS::Notification::NotificationDistributedOptions
H A Dnotification_request.cpp692 void NotificationRequest::SetDevicesSupportDisplay(const std::vector<std::string> &devices) in SetDevicesSupportDisplay() function in OHOS::Notification::NotificationRequest
694 distributedOptions_.SetDevicesSupportDisplay(devices); in SetDevicesSupportDisplay()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp455 request.SetDevicesSupportDisplay(devices); in GetNotificationSupportDisplayDevices()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp422 request.SetDevicesSupportDisplay(devices); in CreateDistributedRequest()
2238 request.SetDevicesSupportDisplay(devices);
2283 request.SetDevicesSupportDisplay(devices);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp461 notificationRequest.SetDevicesSupportDisplay(devices); in HWTEST_F()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp347 request.SetDevicesSupportDisplay(devices); in GetNotificationSupportDisplayDevices()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp870 request.SetDevicesSupportDisplay(devices); in GetNotificationSupportDisplayDevices()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1977 req->GetNotificationDistributedOptions().SetDevicesSupportDisplay(devices);