Home
last modified time | relevance | path

Searched refs:JSON_OBJ_DESCR_PRIM (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/lib/json/src/
Dmain.c63 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int, JSON_TOK_NUMBER),
64 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_bool, JSON_TOK_TRUE),
65 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_string,
67 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int64,
69 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_uint64,
74 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
75 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int, JSON_TOK_NUMBER),
76 JSON_OBJ_DESCR_PRIM(struct test_struct, some_bool, JSON_TOK_TRUE),
77 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int64,
79 JSON_OBJ_DESCR_PRIM(struct test_struct, another_int64,
[all …]
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h143 JSON_OBJ_DESCR_PRIM(struct resp_probe_objects,
145 JSON_OBJ_DESCR_PRIM(struct resp_probe_objects,
147 JSON_OBJ_DESCR_PRIM(struct resp_probe_objects,
164 JSON_OBJ_DESCR_PRIM(struct resp_probe_any_boards,
176 JSON_OBJ_DESCR_PRIM(struct resp_probe_some_boards,
189 JSON_OBJ_DESCR_PRIM(struct updatehub_config_device_identity,
206 JSON_OBJ_DESCR_PRIM(struct report,
208 JSON_OBJ_DESCR_PRIM(struct report,
213 JSON_OBJ_DESCR_PRIM(struct report,
224 JSON_OBJ_DESCR_PRIM(struct probe,
[all …]
/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)
74 JSON_OBJ_DESCR_PRIM(struct _type, _field, JSON_TOK_NUMBER)
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/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/jwt/
Djwt.c131 JSON_OBJ_DESCR_PRIM(struct jwt_payload, aud, JSON_TOK_STRING),
132 JSON_OBJ_DESCR_PRIM(struct jwt_payload, exp, JSON_TOK_NUMBER),
133 JSON_OBJ_DESCR_PRIM(struct jwt_payload, iat, JSON_TOK_NUMBER),
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c177 JSON_OBJ_DESCR_PRIM(struct hawkbit_href, href, JSON_TOK_STRING),
181 JSON_OBJ_DESCR_PRIM(struct hawkbit_status_result, finished, JSON_TOK_STRING),
185 JSON_OBJ_DESCR_PRIM(struct hawkbit_status, execution, JSON_TOK_STRING),
190 JSON_OBJ_DESCR_PRIM(struct hawkbit_ctl_res_sleep, sleep, JSON_TOK_STRING),
209 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg_data, VIN, JSON_TOK_STRING),
213 JSON_OBJ_DESCR_PRIM(struct hawkbit_cfg, mode, JSON_TOK_STRING),
222 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, sha1, JSON_TOK_STRING),
223 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, md5, JSON_TOK_STRING),
224 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_hashes, sha256, JSON_TOK_STRING),
235 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_arts, filename, JSON_TOK_STRING),
[all …]
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c34 JSON_OBJ_DESCR_PRIM(struct led_command, led_num, JSON_TOK_NUMBER),
35 JSON_OBJ_DESCR_PRIM(struct led_command, led_state, JSON_TOK_TRUE),
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c35 JSON_OBJ_DESCR_PRIM(struct sensor_sample, unit, JSON_TOK_STRING),
36 JSON_OBJ_DESCR_PRIM(struct sensor_sample, value, JSON_TOK_NUMBER),
/Zephyr-latest/include/zephyr/data/
Djson.h153 #define JSON_OBJ_DESCR_PRIM(struct_, field_name_, type_) \ macro
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c348 JSON_OBJ_DESCR_PRIM(struct publish_payload, counter, JSON_TOK_NUMBER),
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c37 JSON_OBJ_DESCR_PRIM(struct csr_json_struct, CSR, JSON_TOK_STRING)