Searched refs:unity_wait_for_signal_param (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/include/ |
D | test_utils.h | 197 void unity_wait_for_signal_param(const char* signal_name, char *parameter_buf, uint8_t buf_len); 206 unity_wait_for_signal_param(signal_name, NULL, 0); in unity_wait_for_signal()
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | unit-tests-legacy.rst | 110 这时,可使用 ``unity_wait_for_signal_param`` 以及 ``unity_send_signal_param``。 122 … ``10:20:30:40:50:60`` 并按回车键,然后 DUT1 会获取 DUT2 的 MAC 地址字符串,并从 ``unity_wait_for_signal_param`` 函数中解除…
|
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/ |
D | test_utils.c | 83 void unity_wait_for_signal_param(const char* signal_name, char* parameter_buf, uint8_t buf_len) in unity_wait_for_signal_param() function
|
/hal_espressif-3.6.0/components/wpa_supplicant/test/ |
D | test_offchannel.c | 187 unity_wait_for_signal_param("Listener mac", mac_str, 19); in test_wifi_offchan_tx()
|
/hal_espressif-3.6.0/components/esp_wifi/test/ |
D | test_wifi.c | 307 unity_wait_for_signal_param("SoftAP mac", mac_str, 19); in test_wifi_connection_sta()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | unit-tests-legacy.rst | 94 In this case, ``unity_wait_for_signal_param`` and ``unity_send_signal_param`` can be used: 105 …UT1 will get the MAC address string of DUT2 and unblock from ``unity_wait_for_signal_param``, then…
|