Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_user_input.cpp293 auto editTypeValue = jsonObject.at("editType").get<int32_t>(); in FromJson() local
294 pUserInput->editType_ = static_cast<NotificationConstant::InputEditType>(editTypeValue); in FromJson()