Home
last modified time | relevance | path

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

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