Searched refs:child_data (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_telemetry_data.c | 73 rte_tel_data_start_array(child_data, RTE_TEL_INT_VAL); in test_dict_with_array_int_values() 82 rte_tel_data_add_array_int(child_data, i); in test_dict_with_array_int_values() 87 child_data, 0); in test_dict_with_array_int_values() 101 rte_tel_data_start_array(child_data, RTE_TEL_INT_VAL); in test_array_with_array_int_values() 110 rte_tel_data_add_array_int(child_data, i); in test_array_with_array_int_values() 191 rte_tel_data_add_array_string(child_data, "aaaa"); in test_dict_with_array_string_values() 195 child_data, 0); in test_dict_with_array_string_values() 215 rte_tel_data_add_array_string(child_data, "aaaa"); in test_array_with_array_string_values() 267 rte_tel_data_add_array_u64(child_data, i); in test_dict_with_array_u64_values() 272 child_data, 0); in test_dict_with_array_u64_values() [all …]
|