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()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()93 auto pOpt = new (std::nothrow) NotificationDistributedOptions(); in FromJson()115 bool NotificationDistributedOptions::Marshalling(Parcel &parcel) const in Marshalling()135 NotificationDistributedOptions *NotificationDistributedOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()137 auto objptr = new (std::nothrow) NotificationDistributedOptions(); in Unmarshalling()[all …]
702 NotificationDistributedOptions NotificationRequest::GetNotificationDistributedOptions() const in GetNotificationDistributedOptions()1683 auto pOpt = parcel.ReadParcelable<NotificationDistributedOptions>(); in ReadFromParcel()2293 … 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);
1088 NotificationDistributedOptions GetNotificationDistributedOptions() const;1541 NotificationDistributedOptions distributedOptions_;
31 …Notification::NotificationDistributedOptions notificationDistributedOptions(distribute, dvsDisplay… in DoSomethingInterestingWithMyAPI()
42 …NotificationDistributedOptions options = notification->GetNotificationRequest().GetNotificationDis… in SetNotificationByDistributedOptions()