Home
last modified time | relevance | path

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

/Zephyr-4.2.1/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-4.2.1/subsys/net/lib/ocpp/
Docpp_j.c100 val1, JSON_TOK_STRING), in frame_authorize_msg()
161 charge_point_model, JSON_TOK_STRING), in frame_bootnotif_msg()
163 charge_point_vendor, JSON_TOK_STRING), in frame_bootnotif_msg()
169 charge_box_serial_number, JSON_TOK_STRING); in frame_bootnotif_msg()
175 charge_point_serial_number, JSON_TOK_STRING); in frame_bootnotif_msg()
181 firmware_version, JSON_TOK_STRING); in frame_bootnotif_msg()
187 iccid, JSON_TOK_STRING); in frame_bootnotif_msg()
193 imsi, JSON_TOK_STRING); in frame_bootnotif_msg()
199 meter_serial_number, JSON_TOK_STRING); in frame_bootnotif_msg()
205 meter_type, JSON_TOK_STRING); in frame_bootnotif_msg()
[all …]
/Zephyr-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/subsys/mgmt/hawkbit/
Dhawkbit.c192 JSON_OBJ_DESCR_PRIM(struct hawkbit_href, href, JSON_TOK_STRING),
196 JSON_OBJ_DESCR_PRIM(struct hawkbit_status_result, finished, JSON_TOK_STRING),
200 JSON_OBJ_DESCR_PRIM(struct hawkbit_status, execution, JSON_TOK_STRING),
205 JSON_OBJ_DESCR_PRIM(struct hawkbit_ctl_res_sleep, sleep, JSON_TOK_STRING),
224 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg_data, VIN, JSON_TOK_STRING),
228 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg, mode, JSON_TOK_STRING),
237 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, sha1, JSON_TOK_STRING),
238 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, md5, JSON_TOK_STRING),
239 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, sha256, JSON_TOK_STRING),
250 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_arts, filename, JSON_TOK_STRING),
[all …]
/Zephyr-4.2.1/lib/utils/
Djson.c141 emit(lex, JSON_TOK_STRING); in lexer_string()
347 case JSON_TOK_STRING: in element_token()
389 if (tok.type != JSON_TOK_STRING) { in obj_next()
394 case JSON_TOK_STRING: in obj_next()
883 if (type1 == JSON_TOK_STRING && type2 == JSON_TOK_OPAQUE) { in equivalent_types()
887 if (type1 == JSON_TOK_STRING && type2 == JSON_TOK_STRING_BUF) { in equivalent_types()
894 type1 == JSON_TOK_STRING); in equivalent_types()
984 case JSON_TOK_STRING: { in decode_value()
1019 case JSON_TOK_STRING: in get_elem_size()
1122 if (*obj->lex.pos == JSON_TOK_STRING) { in arr_data_parse()
[all …]
/Zephyr-4.2.1/doc/services/serialization/
Djson.rst28 JSON_OBJ_DESCR_PRIM(struct foo, baz, JSON_TOK_STRING),
/Zephyr-4.2.1/subsys/jwt/
Djwt.c131 JSON_OBJ_DESCR_PRIM(struct jwt_payload, aud, JSON_TOK_STRING),
/Zephyr-4.2.1/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-4.2.1/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c35 JSON_OBJ_DESCR_PRIM(struct sensor_sample, unit, JSON_TOK_STRING),
/Zephyr-4.2.1/include/zephyr/data/
Djson.h37 JSON_TOK_STRING = '"', enumerator
/Zephyr-4.2.1/tests/lib/json/src/
Dmain.c127 JSON_TOK_STRING),
139 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
170 JSON_OBJ_DESCR_PRIM(struct elt, name, JSON_TOK_STRING),
270 JSON_OBJ_DESCR_PRIM(struct obj_array_2dim_extra, name, JSON_TOK_STRING),
278 JSON_OBJ_DESCR_PRIM(struct obj_array_2dim_extra, name, JSON_TOK_STRING),
382 JSON_MIXED_ARR_DESCR_PRIM(struct test_mixed_arr, msg_type, JSON_TOK_STRING, count),
/Zephyr-4.2.1/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c37 JSON_OBJ_DESCR_PRIM(struct csr_json_struct, CSR, JSON_TOK_STRING)