Home
last modified time | relevance | path

Searched refs:unity_send_signal_param (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/include/
Dtest_utils.h215 void unity_send_signal_param(const char* signal_name, const char *parameter);
224 unity_send_signal_param(signal_name, NULL); in unity_send_signal()
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_utils.c94 void unity_send_signal_param(const char* signal_name, const char *parameter) in unity_send_signal_param() function
/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_offchannel.c227 unity_send_signal_param("Listener mac", mac_str); in test_wifi_roc()
/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi.c335 unity_send_signal_param("SoftAP mac", mac_str); in test_wifi_connection_softap()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dunit-tests-legacy.rst110 这时,可使用 ``unity_wait_for_signal_param`` 以及 ``unity_send_signal_param``。
/hal_espressif-3.6.0/docs/en/api-guides/
Dunit-tests-legacy.rst94 In this case, ``unity_wait_for_signal_param`` and ``unity_send_signal_param`` can be used: