Searched refs:GetNotificationDistributedOptions (Results 1 – 6 of 6) sorted by relevance
65 request.GetNotificationDistributedOptions(); in DoSomethingInterestingWithMyAPI()
961 NotificationDistributedOptions GetNotificationDistributedOptions() const;
634 NotificationDistributedOptions NotificationRequest::GetNotificationDistributedOptions() const in GetNotificationDistributedOptions() function in OHOS::Notification::NotificationRequest
3309 if (!record->request->GetNotificationDistributedOptions().IsDistributed()) { in DoDistributedPublish()3336 … if (!notification->GetNotificationRequest().GetNotificationDistributedOptions().IsDistributed()) { in DoDistributedDelete()3352 auto deviceTypeList = request->GetNotificationDistributedOptions().GetDevicesSupportDisplay(); in CheckDistributedNotificationType()
2970 req->GetNotificationDistributedOptions().SetDevicesSupportDisplay(devices);
230 …ibutedOptions options = notification->GetNotificationRequest().GetNotificationDistributedOptions(); in SetNotificationByDistributedOptions()