Searched refs:test_id (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_cli.c | 37 u8_t *test_id; member 47 u8_t test_id; in health_fault_status() local 76 if (param->test_id) { in health_fault_status() 77 *param->test_id = test_id; in health_fault_status() 97 u8_t test_id; in health_current_status() local 108 test_id, cid, buf->len); in health_current_status() 404 .expect_test_id = &test_id, in bt_mesh_health_fault_test() 457 .test_id = test_id, in bt_mesh_health_fault_clear() 468 if (test_id) { in bt_mesh_health_fault_clear() 483 if (!test_id) { in bt_mesh_health_fault_clear() [all …]
|
A D | health_srv.c | 48 u8_t *test_id; in health_get_registered() local 54 test_id = net_buf_simple_add(msg, 1); in health_get_registered() 66 *test_id = HEALTH_TEST_STANDARD; in health_get_registered() 72 *test_id = HEALTH_TEST_STANDARD; in health_get_registered() 81 u8_t *test_id, *company_ptr; in health_get_current() local 88 test_id = net_buf_simple_add(msg, 1); in health_get_current() 100 *test_id = HEALTH_TEST_STANDARD; in health_get_current() 109 *test_id = HEALTH_TEST_STANDARD; in health_get_current() 179 u8_t test_id; in health_fault_test_unrel() local 181 test_id = net_buf_simple_pull_u8(buf); in health_fault_test_unrel() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | acceleration_test_util_internal.h | 47 bool Matches(const std::string& test_id) { in Matches() argument 48 return RE2::FullMatch(test_id, test_id_rex_); in Matches() 67 absl::optional<T> GetAccelerationTestParam(std::string test_id) { in GetAccelerationTestParam() argument 92 [&test_id](ConfigurationEntry<T> elem) { return elem.Matches(test_id); }); in GetAccelerationTestParam()
|
A D | test_util.h | 859 void ExpectOpAcceleratedWithNnapi(const std::string& test_id);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | health_cli.h | 29 u8_t test_id, u16_t cid, u8_t *faults, 50 u16_t cid, u8_t *test_id, u8_t *faults, 54 u16_t cid, u8_t *test_id, u8_t *faults, 58 u16_t cid, u8_t test_id, u8_t *faults,
|
A D | health_srv.h | 26 int (*fault_get_cur)(struct bt_mesh_model *model, u8_t *test_id, 32 u8_t *test_id, u8_t *faults, 39 int (*fault_test)(struct bt_mesh_model *model, u8_t test_id,
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 116 *test_id = 0x00; in fault_get_cur() 133 *test_id = 0x00; in fault_get_reg() 157 if (test_id != 0x00) { in fault_test() 305 show_faults(test_id, cid, faults, fault_count); in health_current_status() 2659 u8_t test_id; in cmd_fault_get() local 2675 show_faults(test_id, cid, faults, fault_count); in cmd_fault_get() 2685 u8_t test_id; in cmd_fault_clear() local 2731 u8_t test_id; in cmd_fault_test() local 2740 test_id = strtoul(argv[2], NULL, 0); in cmd_fault_test() 2757 u8_t test_id; in cmd_fault_test_unack() local [all …]
|
Completed in 14 milliseconds