Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp50 const std::string JSON_AUTH_INTENT = "authIntent"; variable
231 {JSON_AUTH_INTENT, notice.authIntent}}); in to_json()
287 if (isNumberItem(jsonNotice[JSON_AUTH_PAYLOAD], JSON_AUTH_INTENT)) { in from_json()
288 jsonNotice[JSON_AUTH_PAYLOAD].at(JSON_AUTH_INTENT).get_to(notice.authIntent); in from_json()