Home
last modified time | relevance | path

Searched refs:NotificationDistributedOptions (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_distributed_options.cpp21 NotificationDistributedOptions::NotificationDistributedOptions( in NotificationDistributedOptions() function in OHOS::Notification::NotificationDistributedOptions
26 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 …]
Dnotification_request.cpp634 NotificationDistributedOptions NotificationRequest::GetNotificationDistributedOptions() const in GetNotificationDistributedOptions()
1398 auto pOpt = parcel.ReadParcelable<NotificationDistributedOptions>(); in ReadFromParcel()
1837 … auto pOpt = NotificationJsonConverter::ConvertFromJson<NotificationDistributedOptions>(optObj); in ConvertJsonToNotificationDistributedOptions()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_distributed_options.h24 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);
Dnotification_request.h961 NotificationDistributedOptions GetNotificationDistributedOptions() const;
1190 NotificationDistributedOptions distributedOptions_;
/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
Dnotificationdistributedoptions_fuzzer.cpp31 …Notification::NotificationDistributedOptions notificationDistributedOptions(distribute, dvsDisplay… in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp230NotificationDistributedOptions options = notification->GetNotificationRequest().GetNotificationDis… in SetNotificationByDistributedOptions()