Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp124 jsonCommand[JSON_AUTH_PIN_SUB_TYPE] = command.pinSubType; in GetJsonCmd()
127 jsonCommand[JSON_AUTH_WINDOW_MODE] = command.windowModeType; in GetJsonCmd()
130 jsonCommand[JSON_AUTH_NAVI_BTN_TEXT] = command.navigationButtonText; in GetJsonCmd()
132 jsonCommand[JSON_WIDGET_IS_RELOAD] = command.isReload; in GetJsonCmd()
133 jsonCommand[JSON_WIDGET_ROTATE_AUTH_TYPE] = command.rotateAuthType; in GetJsonCmd()
134 jsonCommand[JSON_WIDGET_CALLING_APP_ID] = command.callingAppID; in GetJsonCmd()
292 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command) in to_json() argument
294 GetJsonCmd(jsonCommand, command, true); in to_json()
300 nlohmann::json jsonCommand; in to_json() local
301 GetJsonCmd(jsonCommand, widgetCmdParameters.useriamCmdData, false); in to_json()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h91 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command);