Searched refs:unity_send_signal_param (Results 1 – 6 of 6) sorted by relevance
215 void unity_send_signal_param(const char* signal_name, const char *parameter);224 unity_send_signal_param(signal_name, NULL); in unity_send_signal()
94 void unity_send_signal_param(const char* signal_name, const char *parameter) in unity_send_signal_param() function
227 unity_send_signal_param("Listener mac", mac_str); in test_wifi_roc()
335 unity_send_signal_param("SoftAP mac", mac_str); in test_wifi_connection_softap()
110 这时,可使用 ``unity_wait_for_signal_param`` 以及 ``unity_send_signal_param``。
94 In this case, ``unity_wait_for_signal_param`` and ``unity_send_signal_param`` can be used: