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