Searched refs:editTypeValue (Results 1 – 1 of 1) sorted by relevance
293 auto editTypeValue = jsonObject.at("editType").get<int32_t>(); in FromJson() local294 pUserInput->editType_ = static_cast<NotificationConstant::InputEditType>(editTypeValue); in FromJson()