Home
last modified time | relevance | path

Searched refs:GetDevicesSupportDisplay (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
Dnotificationdistributedoptions_fuzzer.cpp35 notificationDistributedOptions.GetDevicesSupportDisplay(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_distributed_options.h66 std::vector<std::string> GetDevicesSupportDisplay() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_distributed_options.cpp41 std::vector<std::string> NotificationDistributedOptions::GetDevicesSupportDisplay() const in GetDevicesSupportDisplay() function in OHOS::Notification::NotificationDistributedOptions
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp3347 auto deviceTypeList = request->GetNotificationDistributedOptions().GetDevicesSupportDisplay(); in CheckDistributedNotificationType()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp244 std::vector<std::string> displayDevices = options.GetDevicesSupportDisplay(); in SetNotificationByDistributedOptions()