Searched refs:jsonCommand (Results 1 – 2 of 2) sorted by relevance
124 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() argument294 GetJsonCmd(jsonCommand, command, true); in to_json()300 nlohmann::json jsonCommand; in to_json() local301 GetJsonCmd(jsonCommand, widgetCmdParameters.useriamCmdData, false); in to_json()[all …]
91 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command);