Searched refs:NotificationDistributedOptions (Results 1 – 6 of 6) sorted by relevance
21 NotificationDistributedOptions::NotificationDistributedOptions( in NotificationDistributedOptions() function in OHOS::Notification::NotificationDistributedOptions26 void NotificationDistributedOptions::SetDistributed(bool distribute) in SetDistributed()31 bool NotificationDistributedOptions::IsDistributed() const in IsDistributed()36 void NotificationDistributedOptions::SetDevicesSupportDisplay(const std::vector<std::string> &devic… in SetDevicesSupportDisplay()41 std::vector<std::string> NotificationDistributedOptions::GetDevicesSupportDisplay() const in GetDevicesSupportDisplay()46 void NotificationDistributedOptions::SetDevicesSupportOperate(const std::vector<std::string> &devic… in SetDevicesSupportOperate()51 std::vector<std::string> NotificationDistributedOptions::GetDevicesSupportOperate() const in GetDevicesSupportOperate()56 std::string NotificationDistributedOptions::Dump() in Dump()77 bool NotificationDistributedOptions::ToJson(nlohmann::json &jsonObject) const in ToJson()86 NotificationDistributedOptions *NotificationDistributedOptions::FromJson(const nlohmann::json &json… in FromJson()[all …]
634 NotificationDistributedOptions NotificationRequest::GetNotificationDistributedOptions() const in GetNotificationDistributedOptions()1398 auto pOpt = parcel.ReadParcelable<NotificationDistributedOptions>(); in ReadFromParcel()1837 … auto pOpt = NotificationJsonConverter::ConvertFromJson<NotificationDistributedOptions>(optObj); in ConvertJsonToNotificationDistributedOptions()
24 class NotificationDistributedOptions : public Parcelable, public NotificationJsonConvertionBase {26 NotificationDistributedOptions() = default;35 NotificationDistributedOptions(38 ~NotificationDistributedOptions() = default;103 static NotificationDistributedOptions *FromJson(const nlohmann::json &jsonObject);119 static NotificationDistributedOptions *Unmarshalling(Parcel &parcel);
961 NotificationDistributedOptions GetNotificationDistributedOptions() const;1190 NotificationDistributedOptions distributedOptions_;
31 …Notification::NotificationDistributedOptions notificationDistributedOptions(distribute, dvsDisplay… in DoSomethingInterestingWithMyAPI()
230 …NotificationDistributedOptions options = notification->GetNotificationRequest().GetNotificationDis… in SetNotificationByDistributedOptions()