Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 34) sorted by relevance

12

/mcumgr-2.7.6/cborattr/test/src/testcases/
Dcborattr_encode_simple.c27 .type = CborAttrNullType, in TEST_CASE_SELF()
33 .type = CborAttrBooleanType, in TEST_CASE_SELF()
40 .type = CborAttrIntegerType, in TEST_CASE_SELF()
47 .type = CborAttrUnsignedIntegerType, in TEST_CASE_SELF()
54 .type = CborAttrFloatType, in TEST_CASE_SELF()
61 .type = CborAttrDoubleType, in TEST_CASE_SELF()
68 .type = CborAttrByteStringType, in TEST_CASE_SELF()
76 .type = CborAttrTextStringType, in TEST_CASE_SELF()
83 .type = CborAttrArrayType, in TEST_CASE_SELF()
87 .type = CborAttrUnsignedIntegerType, in TEST_CASE_SELF()
[all …]
Dcborattr_encode_omit.c28 .type = CborAttrNullType, in TEST_CASE_SELF()
35 .type = CborAttrBooleanType, in TEST_CASE_SELF()
43 .type = CborAttrIntegerType, in TEST_CASE_SELF()
51 .type = CborAttrUnsignedIntegerType, in TEST_CASE_SELF()
59 .type = CborAttrFloatType, in TEST_CASE_SELF()
67 .type = CborAttrDoubleType, in TEST_CASE_SELF()
75 .type = CborAttrByteStringType, in TEST_CASE_SELF()
84 .type = CborAttrTextStringType, in TEST_CASE_SELF()
91 .type = CborAttrArrayType, in TEST_CASE_SELF()
95 .type = CborAttrUnsignedIntegerType, in TEST_CASE_SELF()
[all …]
Dcborattr_decode1.c37 .type = CborAttrTextStringType, in TEST_CASE()
44 .type = CborAttrTextStringType, in TEST_CASE()
51 .type = CborAttrTextStringType, in TEST_CASE()
58 .type = CborAttrTextStringType, in TEST_CASE()
65 .type = CborAttrTextStringType, in TEST_CASE()
Dcborattr_decode_object.c117 .type = CborAttrIntegerType, in TEST_CASE()
128 .type = CborAttrObjectType, in TEST_CASE()
141 .type = CborAttrIntegerType, in TEST_CASE()
152 .type = CborAttrObjectType, in TEST_CASE()
163 .type = CborAttrObjectType, in TEST_CASE()
169 .type = CborAttrIntegerType, in TEST_CASE()
175 .type = CborAttrObjectType, in TEST_CASE()
Dcborattr_decode_substring_key.c80 .type = CborAttrTextStringType, in TEST_CASE()
87 .type = CborAttrTextStringType, in TEST_CASE()
94 .type = CborAttrTextStringType, in TEST_CASE()
Dcborattr_decode_simple.c93 .type = CborAttrIntegerType, in TEST_CASE()
99 .type = CborAttrIntegerType, in TEST_CASE()
105 .type = CborAttrByteStringType, in TEST_CASE()
Dcborattr_decode_int_array.c84 .type = CborAttrArrayType, in TEST_CASE()
93 .type = CborAttrIntegerType, in TEST_CASE()
104 .type = CborAttrArrayType, in TEST_CASE()
113 .type = CborAttrIntegerType, in TEST_CASE()
Dcborattr_decode_partial.c33 .type = CborAttrTextStringType, in TEST_CASE()
Dcborattr_decode_object_array.c98 .type = CborAttrTextStringType, in TEST_CASE()
109 .type = CborAttrArrayType, in TEST_CASE()
Dcborattr_decode_unnamed_array.c79 .type = CborAttrArrayType, in TEST_CASE()
Dcborattr_decode_bool_array.c81 .type = CborAttrArrayType, in TEST_CASE()
Dcborattr_decode_obj_array.c92 .type = CborAttrArrayType, in TEST_CASE()
/mcumgr-2.7.6/cmd/img_mgmt/port/mynewt/src/
Dmynewt_img_mgmt_log.c83 .type = CborAttrTextStringType, in img_mgmt_log_gen()
90 .type = CborAttrIntegerType, in img_mgmt_log_gen()
97 .type = CborAttrByteStringType, in img_mgmt_log_gen()
/mcumgr-2.7.6/cmd/fs_mgmt/src/
Dfs_mgmt.c75 .type = CborAttrUnsignedIntegerType, in fs_mgmt_file_download()
80 .type = CborAttrTextStringType, in fs_mgmt_file_download()
168 .type = CborAttrUnsignedIntegerType, in fs_mgmt_file_upload()
174 .type = CborAttrByteStringType, in fs_mgmt_file_upload()
181 .type = CborAttrUnsignedIntegerType, in fs_mgmt_file_upload()
187 .type = CborAttrTextStringType, in fs_mgmt_file_upload()
/mcumgr-2.7.6/cmd/log_mgmt/include/log_mgmt/
Dlog_mgmt.h76 int type; member
90 uint8_t type:4; member
/mcumgr-2.7.6/samples/smp_svr/mynewt/src/
Dmain.c75 desc->conn_handle, desc->our_ota_addr.type); in smp_svr_print_conn_desc()
78 desc->our_id_addr.type); in smp_svr_print_conn_desc()
81 desc->peer_ota_addr.type); in smp_svr_print_conn_desc()
84 desc->peer_id_addr.type); in smp_svr_print_conn_desc()
184 switch (event->type) { in smp_svr_gap_event()
/mcumgr-2.7.6/cborattr/src/
Dcborattr.c117 switch (cursor->type) { in cbor_target_address()
172 CborType type = CborInvalidType; in cbor_internal_read_object() local
179 switch (cursor->type) { in cbor_internal_read_object()
232 type = cbor_value_get_type(&cur_value); in cbor_internal_read_object()
239 type = cbor_value_get_type(&cur_value); in cbor_internal_read_object()
245 if (valid_attr_type(type, cursor->type)) { in cbor_internal_read_object()
261 switch (cursor->type) { in cbor_internal_read_object()
494 switch (val->type) { in cbor_write_val()
605 for (attr = attrs; attr->val.type != 0; attr++) { in cbor_write_object()
/mcumgr-2.7.6/cmd/log_mgmt/src/
Dlog_mgmt.c98 switch (entry->type) { in log_mgmt_encode_entry()
226 entry->type = LOG_ETYPE_STRING; in log_mgmt_cb_encode()
329 err |= cbor_encode_uint(&logs, log->type); in log_encode()
366 .type = CborAttrTextStringType, in log_mgmt_show()
372 .type = CborAttrIntegerType, in log_mgmt_show()
377 .type = CborAttrUnsignedIntegerType, in log_mgmt_show()
428 if (log.type != LOG_MGMT_TYPE_STREAM) { in log_mgmt_show()
530 if (log.type != LOG_MGMT_TYPE_STREAM) { in log_mgmt_logs_list()
603 .type = CborAttrTextStringType, in log_mgmt_clear()
628 if (log.type != LOG_MGMT_TYPE_STREAM) { in log_mgmt_clear()
/mcumgr-2.7.6/samples/omp_svr/mynewt/src/
Dmain.c158 desc->conn_handle, desc->our_ota_addr.type); in omp_svr_print_conn_desc()
161 desc->our_id_addr.type); in omp_svr_print_conn_desc()
164 desc->peer_ota_addr.type); in omp_svr_print_conn_desc()
167 desc->peer_id_addr.type); in omp_svr_print_conn_desc()
273 switch (event->type) { in omp_svr_gap_event()
/mcumgr-2.7.6/cborattr/include/cborattr/
Dcborattr.h102 CborAttrType type; member
140 CborAttrType type; member
/mcumgr-2.7.6/cmd/img_mgmt/src/
Dimg_mgmt.c418 .type = CborAttrUnsignedIntegerType, in img_mgmt_upload()
424 .type = CborAttrByteStringType, in img_mgmt_upload()
431 .type = CborAttrUnsignedIntegerType, in img_mgmt_upload()
437 .type = CborAttrUnsignedIntegerType, in img_mgmt_upload()
443 .type = CborAttrByteStringType, in img_mgmt_upload()
450 .type = CborAttrBooleanType, in img_mgmt_upload()
/mcumgr-2.7.6/cmd/shell_mgmt/src/
Dshell_mgmt.c59 .type = CborAttrArrayType, in shell_mgmt_exec()
/mcumgr-2.7.6/cmd/fs_mgmt/port/zephyr/src/
Dzephyr_fs_mgmt.c35 if (dirent.type != FS_DIR_ENTRY_FILE) { in fs_mgmt_impl_filelen()
/mcumgr-2.7.6/samples/smp_svr/zephyr/src/
Dmain.c66 .type = FS_LITTLEFS,
/mcumgr-2.7.6/cmd/log_mgmt/port/mynewt/src/
Dmynewt_log_mgmt.c109 out_log->type = log->l_log->log_type; in log_mgmt_impl_get_log()
195 entry.type = leh->ue_etype; in mynewt_log_mgmt_walk_cb()

12