Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_distributed_options.h73 void SetDevicesSupportOperate(const std::vector<std::string> &devices);
Dnotification_request.h954 void SetDevicesSupportOperate(const std::vector<std::string> &devices);
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp64 request.SetDevicesSupportOperate(text); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_distributed_options.cpp46 void NotificationDistributedOptions::SetDevicesSupportOperate(const std::vector<std::string> &devic… in SetDevicesSupportOperate() function in OHOS::Notification::NotificationDistributedOptions
Dnotification_request.cpp629 void NotificationRequest::SetDevicesSupportOperate(const std::vector<std::string> &devices) in SetDevicesSupportOperate() function in OHOS::Notification::NotificationRequest
631 distributedOptions_.SetDevicesSupportOperate(devices); in SetDevicesSupportOperate()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp440 notificationRequest.SetDevicesSupportOperate(devices); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp3006 request.SetDevicesSupportOperate(devices); in GetNotificationSupportOperateDevices()