Home
last modified time | relevance | path

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

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