Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp51 const std::string JSON_ORIENTATION = "orientation"; variable
234 {JSON_ORIENTATION, notice.orientation}, in to_json()
257 if (isNumberItem(jsonNotice, JSON_ORIENTATION)) { in from_json()
258 jsonNotice.at(JSON_ORIENTATION).get_to(notice.orientation); in from_json()