Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_distributed_options.h73 void SetDevicesSupportOperate(const std::vector<std::string> &devices);
H A Dnotification_request.h1081 void SetDevicesSupportOperate(const std::vector<std::string> &devices);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp64 request.SetDevicesSupportOperate(text); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_distributed_options.cpp46 void NotificationDistributedOptions::SetDevicesSupportOperate(const std::vector<std::string> &devic… in SetDevicesSupportOperate() function in OHOS::Notification::NotificationDistributedOptions
H A Dnotification_request.cpp697 void NotificationRequest::SetDevicesSupportOperate(const std::vector<std::string> &devices) in SetDevicesSupportOperate() function in OHOS::Notification::NotificationRequest
699 distributedOptions_.SetDevicesSupportOperate(devices); in SetDevicesSupportOperate()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp478 request.SetDevicesSupportOperate(devices); in GetNotificationSupportOperateDevices()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp462 notificationRequest.SetDevicesSupportOperate(devices); in HWTEST_F()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp392 request.SetDevicesSupportOperate(devices); in GetNotificationSupportOperateDevices()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp915 request.SetDevicesSupportOperate(devices); in GetNotificationSupportOperateDevices()