Searched refs:JSON_OBJ_DESCR_PRIM_NAMED (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_priv.h | 166 JSON_OBJ_DESCR_PRIM_NAMED(struct resp_probe_any_boards, 194 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 200 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 203 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 210 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 218 JSON_OBJ_DESCR_PRIM_NAMED(struct probe,
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_json.c | 145 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "bn", 147 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "n", 149 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "v", 151 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "vb", 153 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "vlo", 155 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "vd", 157 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_context, "vs", 175 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_float_bn_payload, "bn", 177 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_float_bn_payload, "n", 179 JSON_OBJ_DESCR_PRIM_NAMED(struct senml_float_bn_payload, "v", [all …]
|
D | lwm2m_rw_json.c | 108 JSON_OBJ_DESCR_PRIM_NAMED(struct json_context, "bn", 110 JSON_OBJ_DESCR_PRIM_NAMED(struct json_context, "e", 128 JSON_OBJ_DESCR_PRIM_NAMED(struct json_obj_struct, "n", 130 JSON_OBJ_DESCR_PRIM_NAMED(struct json_obj_struct, "v", 132 JSON_OBJ_DESCR_PRIM_NAMED(struct json_obj_struct, "bv", 134 JSON_OBJ_DESCR_PRIM_NAMED(struct json_obj_struct, "ov", 136 JSON_OBJ_DESCR_PRIM_NAMED(struct json_obj_struct, "sv", 150 JSON_OBJ_DESCR_PRIM_NAMED(struct json_float_payload, "n", 152 JSON_OBJ_DESCR_PRIM_NAMED(struct json_float_payload, "v", 157 JSON_OBJ_DESCR_PRIM_NAMED(struct json_boolean_payload, "n", [all …]
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 444 #define JSON_OBJ_DESCR_PRIM_NAMED(struct_, json_field_name_, \ macro
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 89 JSON_OBJ_DESCR_PRIM_NAMED(struct test_struct, "another_b!@l", 91 JSON_OBJ_DESCR_PRIM_NAMED(struct test_struct, "if",
|