Searched refs:json_obj_descr (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_priv.h | 142 static const struct json_obj_descr recv_probe_objects_descr[] = { 151 static const struct json_obj_descr recv_probe_objects_descr_array[] = { 156 static const struct json_obj_descr recv_probe_objects_descr_array_array[] = { 163 static const struct json_obj_descr recv_probe_sh_string_descr[] = { 175 static const struct json_obj_descr recv_probe_sh_array_descr[] = { 188 static const struct json_obj_descr device_identity_descr[] = { 193 static const struct json_obj_descr send_report_descr[] = { 217 static const struct json_obj_descr send_probe_descr[] = {
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 78 struct json_obj_descr { struct 104 const struct json_obj_descr *sub_descr; argument 108 const struct json_obj_descr *element_descr; 209 (const struct json_obj_descr[]) \ 602 const struct json_obj_descr *descr, size_t descr_len, 638 const struct json_obj_descr *descr, void *val); 672 int json_arr_separate_parse_object(struct json_obj *json, const struct json_obj_descr *descr, 709 ssize_t json_calc_encoded_len(const struct json_obj_descr *descr, 721 ssize_t json_calc_encoded_arr_len(const struct json_obj_descr *descr, 737 int json_obj_encode_buf(const struct json_obj_descr *descr, size_t descr_len, [all …]
|
/Zephyr-latest/lib/utils/ |
D | json.c | 527 const struct json_obj_descr *descr, size_t descr_len, 530 const struct json_obj_descr *elem_descr, 536 const struct json_obj_descr *descr, in decode_value() 603 static ptrdiff_t get_elem_size(const struct json_obj_descr *descr) in get_elem_size() 653 const struct json_obj_descr *elem_descr, in arr_parse() 741 static int64_t obj_parse(struct json_obj *obj, const struct json_obj_descr *descr, in obj_parse() 796 const struct json_obj_descr *descr, size_t descr_len, in json_obj_parse() 813 const struct json_obj_descr *descr, void *val) in json_arr_parse() 835 int json_arr_separate_parse_object(struct json_obj *json, const struct json_obj_descr *descr, in json_arr_separate_parse_object() 957 static int encode(const struct json_obj_descr *descr, const void *val, [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | tp.h | 55 static const struct json_obj_descr tp_msg_dsc[] = { 76 static const struct json_obj_descr tp_descr[] = { 92 static const struct json_obj_descr tp_entry_dsc[] = { 103 static const struct json_obj_descr tp_new_dsc[] = {
|
/Zephyr-latest/samples/subsys/mgmt/hawkbit/src/ |
D | main.c | 36 static const struct json_obj_descr json_cfg_data_descr[] = { 41 static const struct json_obj_descr json_cfg_descr[] = {
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.c | 107 static const struct json_obj_descr json_descr[] = { 127 static const struct json_obj_descr json_obj_descr[] = { variable 149 static const struct json_obj_descr json_float_descr[] = { 156 static const struct json_obj_descr json_boolean_descr[] = { 163 static const struct json_obj_descr json_obj_lnk_descr[] = { 170 static const struct json_obj_descr json_string_descr[] = { 273 const struct json_obj_descr *descr; in json_float_object_write() 313 const struct json_obj_descr *descr; in json_string_object_write() 352 const struct json_obj_descr *descr; in json_boolean_object_write() 391 const struct json_obj_descr *descr; in json_objlnk_object_write() [all …]
|
D | lwm2m_rw_senml_json.c | 144 static const struct json_obj_descr senml_descr[] = { 174 static const struct json_obj_descr senml_float_bn_descr[] = { 183 static const struct json_obj_descr senml_float_bn_t_descr[] = { 194 static const struct json_obj_descr senml_float_descr[] = { 201 static const struct json_obj_descr senml_float_t_descr[] = { 210 static const struct json_obj_descr senml_boolean_bn_descr[] = { 219 static const struct json_obj_descr senml_boolean_bn_t_descr[] = { 230 static const struct json_obj_descr senml_boolean_descr[] = { 237 static const struct json_obj_descr senml_boolean_t_descr[] = { 246 static const struct json_obj_descr senml_obj_lnk_bn_descr[] = { [all …]
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 62 static const struct json_obj_descr nested_descr[] = { 73 static const struct json_obj_descr test_descr[] = { 102 static const struct json_obj_descr elt_descr[] = { 107 static const struct json_obj_descr obj_array_descr[] = { 112 static const struct json_obj_descr obj_limits_descr[] = { 133 static const struct json_obj_descr array_descr[] = { 137 static const struct json_obj_descr array_array_descr[] = { 148 static const struct json_obj_descr array_2dim_descr[] = { 160 static const struct json_obj_descr array_2dim_extra_descr[] = { 168 static const struct json_obj_descr array_2dim_extra_named_descr[] = { [all …]
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 176 static const struct json_obj_descr json_href_descr[] = { 180 static const struct json_obj_descr json_status_result_descr[] = { 184 static const struct json_obj_descr json_status_descr[] = { 189 static const struct json_obj_descr json_ctl_res_sleep_descr[] = { 193 static const struct json_obj_descr json_ctl_res_polling_descr[] = { 197 static const struct json_obj_descr json_ctl_res_links_descr[] = { 203 static const struct json_obj_descr json_ctl_res_descr[] = { 208 static const struct json_obj_descr json_cfg_data_descr[] = { 212 static const struct json_obj_descr json_cfg_descr[] = { 217 static const struct json_obj_descr json_cancel_descr[] = { [all …]
|
/Zephyr-latest/subsys/jwt/ |
D | jwt.c | 130 static struct json_obj_descr jwt_payload_desc[] = {
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | main.c | 33 static const struct json_obj_descr led_command_descr[] = {
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/ |
D | main.c | 347 static const struct json_obj_descr json_descr[] = {
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | mqtt_client.c | 34 static const struct json_obj_descr sensor_sample_descr[] = {
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 36 static const struct json_obj_descr csr_json_descr[] = {
|