Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp241 bool isNumberItem(const nlohmann::json &jsonNotice, const std::string item) in isNumberItem() function
251 if (isNumberItem(jsonNotice, JSON_WIDGET_CTX_ID)) { in from_json()
257 if (isNumberItem(jsonNotice, JSON_ORIENTATION)) { in from_json()
260 if (isNumberItem(jsonNotice, JSON_NEED_ROTATE)) { in from_json()
263 if (isNumberItem(jsonNotice, JSON_ALREADY_LOAD)) { in from_json()
287 if (isNumberItem(jsonNotice[JSON_AUTH_PAYLOAD], JSON_AUTH_INTENT)) { in from_json()