Home
last modified time | relevance | path

Searched refs:GetDevicesSupportOperate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
H A Dnotificationdistributedoptions_fuzzer.cpp37 notificationDistributedOptions.GetDevicesSupportOperate(); in DoSomethingInterestingWithMyAPI()
39 notificationDistributedOptions.GetDevicesSupportOperate(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_distributed_options.h80 std::vector<std::string> GetDevicesSupportOperate() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_distributed_options.cpp51 std::vector<std::string> NotificationDistributedOptions::GetDevicesSupportOperate() const in GetDevicesSupportOperate() function in OHOS::Notification::NotificationDistributedOptions
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp70 std::vector<std::string> operateDevices = options.GetDevicesSupportOperate(); in SetNotificationByDistributedOptions()