Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp53 const std::string JSON_ALREADY_LOAD = "alreadyLoad"; variable
236 {JSON_ALREADY_LOAD, notice.alreadyLoad}, in to_json()
263 if (isNumberItem(jsonNotice, JSON_ALREADY_LOAD)) { in from_json()
264 jsonNotice.at(JSON_ALREADY_LOAD).get_to(notice.alreadyLoad); in from_json()