/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_cbor.c | 63 struct record *current; 82 /* Get the current record */ 85 /* Get a record */ 87 /* Consume the current record */ 162 struct record *record = GET_CBOR_FD_REC(fd); in put_basename() local 164 record->record_bn.record_bn.value = basename; in put_basename() 165 record->record_bn.record_bn.len = len; in put_basename() 166 record->record_bn_present = 1; in put_basename() 259 struct record *record = GET_CBOR_FD_REC(fd); in put_begin_r() local 261 record->record_n.record_n.value = name; in put_begin_r() [all …]
|
D | lwm2m_senml_cbor.cddl | 1 lwm2m_senml = [1* record] 3 record = {
|
D | lwm2m_senml_cbor_types.h | 108 struct record { struct 124 struct record lwm2m_senml_record_m[CONFIG_LWM2M_RW_SENML_CBOR_RECORDS];
|
D | lwm2m_senml_cbor.patch | 38 …)decode_record, state, (*&(*result).lwm2m_senml_record_m), sizeof(struct record))) || (zcbor_list_… 39 …)decode_record, state, (*&(*result).lwm2m_senml_record_m), sizeof(struct record))) || (zcbor_list_… 111 …*)encode_record, state, (*&(*input).lwm2m_senml_record_m), sizeof(struct record))) || (zcbor_list_… 112 …*)encode_record, state, (*&(*input).lwm2m_senml_record_m), sizeof(struct record))) || (zcbor_list_… 182 struct record { 203 - struct record lwm2m_senml_record_m[99]; 204 + struct record lwm2m_senml_record_m[CONFIG_LWM2M_RW_SENML_CBOR_RECORDS];
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | grow_r502a.h | 84 /** Add template to the sensor record storage */ 86 * @param val->val1 record index for template to be 91 /** To find requested data in record storage */ 93 * @result val->val1 matched record index. 97 /** To delete mentioned data from record storage */ 99 * @param val->val1 record start index to be deleted. 103 /** To get available position to store data on record storage */ 105 /** To empty the storage record*/ 109 * @param val->val1 record start index to be loaded in
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_sd.h | 58 * @param[out] record the DNS-SD record to initialize and populate 68 int dns_sd_query_extract(const uint8_t *query, size_t query_size, struct dns_sd_rec *record, 72 * @brief See if the DNS SD @p filter matches the @p record 108 * @param record The reference DNS-SD record 109 * @param filter The DNS-SD record filter 111 * @return true if the @p record matches the @p filter 112 * @return false if @p record is not a match for @p filter 113 * @return false if either @p record or @p filter are invalid 115 bool dns_sd_rec_match(const struct dns_sd_rec *record, 121 * This function should be called once for each DNS-SD record that [all …]
|
D | dns_sd.c | 65 * Resource Record (RR). 78 * @param ref the DNS-SD record 79 * @return the size of the DNS-SD service for a DNS Resource Record 281 * Check DNS SD Record for validity 724 * Instance Enumeration (subtype) PTR record in a response packet, the in dns_sd_handle_ptr_query() 727 * o The SRV record(s) named in the PTR rdata. in dns_sd_handle_ptr_query() 728 * o The TXT record(s) named in the PTR rdata. in dns_sd_handle_ptr_query() 730 * contain the SRV record(s), the TXT record(s), and the address in dns_sd_handle_ptr_query() 771 /* first add the answer record */ in dns_sd_handle_ptr_query() 921 bool dns_sd_rec_match(const struct dns_sd_rec *record, in dns_sd_rec_match() argument [all …]
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | testcase.yaml | 12 record: 13 regex: "RECORD:(?P<metrics>.*)" 22 record: 23 regex: "RECORD:(?P<metrics>.*)"
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | util_app_cfg.h | 30 * @brief The version number for the stored config record. 43 * @brief Creates a new config record in secure storage. 50 * @brief Attempts to load the config record from secure storage. If the 51 * record is not found in secure storage, a new record will be created
|
D | util_app_cfg.c | 15 /** The 64-bit UID associated with the config record in secure storage. */ 22 * config record is created, or when the config record is reset. 42 * call which also creates the secure storage record if necessary, in cfg_create_data() 62 /* Check if the config record exists, if not create it. */ in cfg_load_data()
|
/Zephyr-latest/scripts/dts/ |
D | edtlib_logger.py | 18 def format(self, record): argument 19 record.levelnamelower = record.levelname.lower() 20 return super().format(record)
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | testcase.yaml | 21 record: 37 record: 55 record: 77 record:
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 128 #define BT_SDP_ATTR_RECORD_HANDLE 0x0000 /**< Service Record Handle */ 130 #define BT_SDP_ATTR_RECORD_STATE 0x0002 /**< Service Record State */ 189 #define BT_SDP_ATTR_PRIMARY_RECORD 0x0204 /**< Primary Record */ 300 /** @brief SDP Service Record Value. */ 305 uint8_t index; /**< Index of the record in LL */ 306 struct bt_sdp_record *next; /**< Next service record */ 357 * @brief SDP New Service Record Declaration Macro. 359 * Helper macro to declare a new service record. 360 * Default attributes: Record Handle, Record State, 453 * @param _attrs List of attributes for the service record. [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | dns_sd.h | 104 * @param _id variable name for the DNS-SD service record 109 * @param _text information for the DNS TXT record 152 * @param id variable name for the DNS-SD service record 156 * @param text information for the DNS TXT record 181 * @param id variable name for the DNS-SD service record 185 * @param text information for the DNS TXT record 200 * @brief DNS Service Discovery record 224 /** DNS TXT record */ 226 /** Size (in bytes) of the DNS TXT record */ 252 * @param rec the record to in question [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 61 /* SDP record handle size */ 93 /* buffer for collecting record data */ 139 * @brief SDP service record iterator callback. 141 * @param rec Service record found. 144 * @return BT_SDP_ITER_CONTINUE if should continue to the next service record 413 /* @brief SDP service record iterator. 420 * @return Pointer to the record where the iterator stopped, or NULL if all 438 /* @brief Inserts a service record into a record pointer list 440 * Inserts a service record into a record pointer list 442 * @param rec The current service record. [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | has_client_test.c | 74 static void check_preset_record(const struct bt_has_preset_record *record, in check_preset_record() argument 78 if (record->properties != expected_properties || strcmp(record->name, expected_name)) { in check_preset_record() 80 record->properties, record->name, expected_properties, expected_name); in check_preset_record() 85 const struct bt_has_preset_record *record, bool is_last) in preset_read_rsp_cb() argument 92 if (record->index == test_preset_index_1) { in preset_read_rsp_cb() 95 check_preset_record(record, test_preset_properties, test_preset_name_1); in preset_read_rsp_cb() 96 } else if (record->index == test_preset_index_5) { in preset_read_rsp_cb() 99 check_preset_record(record, test_preset_properties, test_preset_name_5); in preset_read_rsp_cb() 101 FAIL("unexpected index 0x%02x", record->index); in preset_read_rsp_cb() 106 const struct bt_has_preset_record *record, bool is_last) in preset_update_cb() argument [all …]
|
/Zephyr-latest/samples/subsys/profiling/perf/pytest/ |
D | test_perf.py | 19 logger.info('send "perf record 200 99" command') 20 lines = shell.exec_command('perf record 200 99')
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | binary_adapter_test.py | 127 for record in caplog.records: 128 if record.message == warning_msg: 129 assert record.levelname == 'DEBUG' 136 for record in caplog.records: 137 if record.message == warning_msg: 138 assert record.levelname == 'DEBUG'
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_dir_list_internal.h | 19 /** Maximum size of the Directory Listing Object Record. Table 4.1 in the OTS spec. */ 28 * object record at a time so the buffer must be a multiple of object record length. 41 /** @brief Directory Listing record flag field. */
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 121 /** @brief Preset record definition */ 168 * The record object as well as its members are temporary and must be copied to in order 173 * @param record Preset record or NULL on errors. 177 const struct bt_has_preset_record *record, bool is_last); 182 * The callback is called when the preset record update is notified by the remote server. 183 * The record object as well as its objects are temporary and must be copied to in order 188 * @param record Preset record. 192 const struct bt_has_preset_record *record, bool is_last);
|
/Zephyr-latest/tests/net/lib/mdns_responder/src/ |
D | main.c | 39 struct dns_sd_rec *record; member 198 services[i].record = &records[i]; in test_setup() 255 if (services[i].record == rec) { in free_ext_record() 350 services[i].record->text_size = txt_len; in alloc_ext_record() 352 return services[i].record; in alloc_ext_record() 393 zassert_not_null(records[0], "Failed to alloc the record"); in ZTEST() 396 zassert_not_null(records[1], "Failed to alloc the record"); in ZTEST() 399 zassert_not_null(records[2], "Failed to alloc the record"); in ZTEST() 422 /* Remove record from the middle */ in ZTEST() 434 /* Repeat checks without the removed record */ in ZTEST()
|
/Zephyr-latest/tests/net/lib/dns_sd/src/ |
D | main.c | 62 /** A completely invalid record */ 83 * @param the type of DNS Resource Record to query 633 DNS_SD_REGISTER_TCP_SERVICE(record, in ZTEST() 662 zassert_equal(false, dns_sd_rec_match(&record, NULL), ""); in ZTEST() 663 zassert_equal(false, dns_sd_rec_match(&record, &filter_nok), ""); in ZTEST() 664 zassert_equal(true, dns_sd_rec_match(&record, &filter_ok), ""); in ZTEST() 770 struct dns_sd_rec record; in ZTEST() local 796 dns_sd_query_extract(query, ARRAY_SIZE(query), &record, label, size, &n), in ZTEST() 799 zassert_true(dns_sd_is_service_type_enumeration(&record), ""); in ZTEST() 810 DNS_SD_FOREACH(record) { in ZTEST() [all …]
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | testcase.yaml | 16 record:
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | testcase.yaml | 16 record:
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | testcase.yaml | 17 record:
|