Searched refs:progressObj (Results 1 – 1 of 1) sorted by relevance
133 nlohmann::json progressObj; in ToJson() local134 if (!NotificationJsonConverter::ConvertToJson(&progress_, progressObj)) { in ToJson()148 jsonObject["progress"] = progressObj; in ToJson()196 auto progressObj = jsonObject.at("progress"); in FromJson() local197 … auto pProgress = NotificationJsonConverter::ConvertFromJson<NotificationProgress>(progressObj); in FromJson()