Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp133 nlohmann::json progressObj; in ToJson() local
134 if (!NotificationJsonConverter::ConvertToJson(&progress_, progressObj)) { in ToJson()
148 jsonObject["progress"] = progressObj; in ToJson()
196 auto progressObj = jsonObject.at("progress"); in FromJson() local
197 … auto pProgress = NotificationJsonConverter::ConvertFromJson<NotificationProgress>(progressObj); in FromJson()