Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_json_reader.c52 reader_ptr -> json_reader.token.kind = AZ_JSON_TOKEN_NONE; in nx_azure_iot_json_reader_with_buffer_init()
86 reader_ptr -> json_reader.token.kind = AZ_JSON_TOKEN_NONE; in nx_azure_iot_json_reader_init()
144 return((UINT)az_json_token_is_text_equal(&(reader_ptr -> json_reader.token), span)); in nx_azure_iot_json_reader_token_is_text_equal()
185 … if (az_result_failed(az_json_token_get_boolean(&(reader_ptr -> json_reader.token), &bool_value))) in nx_azure_iot_json_reader_token_bool_get()
203 if (az_result_failed(az_json_token_get_uint32(&(reader_ptr -> json_reader.token), value_ptr))) in nx_azure_iot_json_reader_token_uint32_get()
219 if (az_result_failed(az_json_token_get_int32(&(reader_ptr -> json_reader.token), value_ptr))) in nx_azure_iot_json_reader_token_int32_get()
235 if (az_result_failed(az_json_token_get_double(&(reader_ptr -> json_reader.token), value_ptr))) in nx_azure_iot_json_reader_token_double_get()
257 if (az_result_failed(az_json_token_get_string(&(reader_ptr -> json_reader.token), in nx_azure_iot_json_reader_token_string_get()
276 return(reader_ptr -> json_reader.token.kind); in nx_azure_iot_json_reader_token_type()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_json.md106 <div style="text-align: right">Move to next JSON token</div>
115 <p>Reads the next token in the JSON text and updates the reader state.</p>
124 * NX_AZURE_IOT_SUCCESS The token was read successfully.
156 * NX_AZURE_IOT_SUCCESS The children of the current JSON token are skipped successfully.
170 <div style="text-align: right">Gets the JSON token's boolean value</div>
180 <p>Gets the JSON token's boolean value.</p>
204 <div style="text-align: right">Gets the JSON token's number as a 32-bit unsigned integer</div>
214 <p>Gets the JSON token's number as a 32-bit unsigned integer.</p>
238 <div style="text-align: right">Gets the JSON token's number as a 32-bit signed integer</div>
248 <p>Gets the JSON token's number as a 32-bit signed integer.</p>
[all …]
/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2257 static void nx_iperf_check_token_value(char *token, char *value_ptr, ctrl_info *ctrl_info_ptr) in nx_iperf_check_token_value() argument
2266 status = _nx_utility_string_length_check(token, &token_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value()
2284 (memcmp(token, "TestType", token_length) == 0)) in nx_iperf_check_token_value()
2313 (memcmp(token, "ip", token_length) == 0)) in nx_iperf_check_token_value()
2403 (memcmp(token, "test_time", token_length) == 0)) in nx_iperf_check_token_value()
2414 (memcmp(token, "rate", token_length) == 0)) in nx_iperf_check_token_value()
2424 (memcmp(token, "size", token_length) == 0)) in nx_iperf_check_token_value()
2434 (memcmp(token, "port", token_length) == 0)) in nx_iperf_check_token_value()
2450 UCHAR *token = NX_NULL; in nx_iperf_parse_command() local
2475 token = cmd_string; in nx_iperf_parse_command()
[all …]