Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp52 const std::string JSON_NEED_ROTATE = "needRotate"; variable
235 {JSON_NEED_ROTATE, notice.needRotate}, in to_json()
260 if (isNumberItem(jsonNotice, JSON_NEED_ROTATE)) { in from_json()
261 jsonNotice.at(JSON_NEED_ROTATE).get_to(notice.needRotate); in from_json()