Home
last modified time | relevance | path

Searched refs:JSON_WIDGET_CTX_ID (Results 1 - 1 of 1) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp44 const std::string JSON_WIDGET_CTX_ID = "widgetContextId"; member
115 jsonCommand = nlohmann::json({{JSON_WIDGET_CTX_ID, command.widgetContextId}, in GetJsonCmd()
248 jsonNotice = nlohmann::json({{JSON_WIDGET_CTX_ID, notice.widgetContextId}, in to_json()
267 if (isNumberItem(jsonNotice, JSON_WIDGET_CTX_ID)) { in from_json()
268 jsonNotice.at(JSON_WIDGET_CTX_ID).get_to(notice.widgetContextId); in from_json()

Completed in 1 milliseconds