Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp102 void GetJsonCmd(nlohmann::json &jsonCommand, const WidgetCommand &command) in GetJsonCmd() argument
115 jsonCommand = nlohmann::json({{JSON_WIDGET_CTX_ID, command.widgetContextId}, in GetJsonCmd()
121 jsonCommand[JSON_AUTH_PIN_SUB_TYPE] = command.pinSubType; in GetJsonCmd()
124 jsonCommand[JSON_AUTH_WINDOW_MODE] = command.windowModeType; in GetJsonCmd()
127 jsonCommand[JSON_AUTH_NAVI_BTN_TEXT] = command.navigationButtonText; in GetJsonCmd()
129 jsonCommand[JSON_WIDGET_IS_RELOAD] = command.isReload; in GetJsonCmd()
130 jsonCommand[JSON_WIDGET_ROTATE_AUTH_TYPE] = command.rotateAuthType; in GetJsonCmd()
131 jsonCommand[JSON_WIDGET_CALLING_APP_ID] = command.callingAppID; in GetJsonCmd()
308 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command) in to_json() argument
310 GetJsonCmd(jsonCommand, comman in to_json()
316 nlohmann::json jsonCommand; to_json() local
[all...]
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h91 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command);

Completed in 2 milliseconds