Home
last modified time | relevance | path

Searched refs:JSON_TOK_STRING (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h144 mode, JSON_TOK_STRING),
146 sha256sum, JSON_TOK_STRING),
165 product, JSON_TOK_STRING),
168 JSON_TOK_STRING),
177 product, JSON_TOK_STRING),
181 supported_hardware_len, JSON_TOK_STRING),
190 id, JSON_TOK_STRING),
196 JSON_TOK_STRING),
202 JSON_TOK_STRING),
205 JSON_TOK_STRING),
[all …]
/Zephyr-latest/samples/subsys/mgmt/hawkbit/src/
Dmain.c37 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg_data, VIN, JSON_TOK_STRING),
38 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg_data, customAttr, JSON_TOK_STRING),
42 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg, mode, JSON_TOK_STRING),
/Zephyr-latest/subsys/net/ip/
Dtp.h56 JSON_OBJ_DESCR_PRIM(struct tp_msg, msg, JSON_TOK_STRING)
72 JSON_OBJ_DESCR_PRIM(struct _type, _field, JSON_TOK_STRING)
93 JSON_OBJ_DESCR_PRIM(struct tp_entry, key, JSON_TOK_STRING),
94 JSON_OBJ_DESCR_PRIM(struct tp_entry, value, JSON_TOK_STRING),
104 JSON_OBJ_DESCR_PRIM(struct tp_new, msg, JSON_TOK_STRING),
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c146 base_name, JSON_TOK_STRING),
148 name, JSON_TOK_STRING),
154 val_object_link, JSON_TOK_STRING),
158 val_string, JSON_TOK_STRING),
176 base_name, JSON_TOK_STRING),
178 name, JSON_TOK_STRING),
185 base_name, JSON_TOK_STRING),
189 name, JSON_TOK_STRING),
196 name, JSON_TOK_STRING),
203 name, JSON_TOK_STRING),
[all …]
Dlwm2m_rw_json.c109 base_name, JSON_TOK_STRING),
129 name, JSON_TOK_STRING),
135 val_object_link, JSON_TOK_STRING),
137 val_string, JSON_TOK_STRING),
151 name, JSON_TOK_STRING),
158 name, JSON_TOK_STRING),
165 name, JSON_TOK_STRING),
167 val_string, JSON_TOK_STRING),
172 name, JSON_TOK_STRING),
174 val_string, JSON_TOK_STRING),
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c176 JSON_OBJ_DESCR_PRIM(struct hawkbit_href, href, JSON_TOK_STRING),
180 JSON_OBJ_DESCR_PRIM(struct hawkbit_status_result, finished, JSON_TOK_STRING),
184 JSON_OBJ_DESCR_PRIM(struct hawkbit_status, execution, JSON_TOK_STRING),
189 JSON_OBJ_DESCR_PRIM(struct hawkbit_ctl_res_sleep, sleep, JSON_TOK_STRING),
208 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg_data, VIN, JSON_TOK_STRING),
212 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg, mode, JSON_TOK_STRING),
221 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, sha1, JSON_TOK_STRING),
222 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, md5, JSON_TOK_STRING),
223 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, sha256, JSON_TOK_STRING),
234 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_arts, filename, JSON_TOK_STRING),
[all …]
/Zephyr-latest/lib/utils/
Djson.c140 emit(lex, JSON_TOK_STRING); in lexer_string()
309 case JSON_TOK_STRING: in element_token()
346 if (tok.type != JSON_TOK_STRING) { in obj_next()
351 case JSON_TOK_STRING: in obj_next()
515 if (type1 == JSON_TOK_STRING && type2 == JSON_TOK_OPAQUE) { in equivalent_types()
590 case JSON_TOK_STRING: { in decode_value()
616 case JSON_TOK_STRING: in get_elem_size()
710 if (*obj->lex.pos == JSON_TOK_STRING) { in arr_data_parse()
728 } else if (*obj->lex.pos == JSON_TOK_STRING) { in arr_data_parse()
1142 case JSON_TOK_STRING: in encode()
/Zephyr-latest/subsys/jwt/
Djwt.c131 JSON_OBJ_DESCR_PRIM(struct jwt_payload, aud, JSON_TOK_STRING),
/Zephyr-latest/samples/net/openthread/coap/src/
Dbutton.c29 JSON_OBJ_DESCR_PRIM(struct json_btn_get, device_id, JSON_TOK_STRING),
Dled.c32 JSON_OBJ_DESCR_PRIM(struct json_led_get, device_id, JSON_TOK_STRING),
/Zephyr-latest/tests/lib/json/src/
Dmain.c66 JSON_TOK_STRING),
74 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
103 JSON_OBJ_DESCR_PRIM(struct elt, name, JSON_TOK_STRING),
161 JSON_OBJ_DESCR_PRIM(struct obj_array_2dim_extra, name, JSON_TOK_STRING),
169 JSON_OBJ_DESCR_PRIM(struct obj_array_2dim_extra, name, JSON_TOK_STRING),
/Zephyr-latest/include/zephyr/data/
Djson.h37 JSON_TOK_STRING = '"', enumerator
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c35 JSON_OBJ_DESCR_PRIM(struct sensor_sample, unit, JSON_TOK_STRING),
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c37 JSON_OBJ_DESCR_PRIM(struct csr_json_struct, CSR, JSON_TOK_STRING)