Searched refs:EncryptLogMsg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_log_helper_test.cpp | 25 EncryptLogMsg("", msg, sizeof(msg)); 27 EncryptLogMsg("a", msg, sizeof(msg)); 29 EncryptLogMsg("ab", msg, sizeof(msg)); 31 EncryptLogMsg("abc", msg, sizeof(msg)); 33 EncryptLogMsg("abcd", msg, sizeof(msg)); 35 EncryptLogMsg("abcde", msg, sizeof(msg)); 37 EncryptLogMsg("abcdef", msg, sizeof(msg)); 39 EncryptLogMsg("abcdefg", msg, sizeof(msg)); 41 EncryptLogMsg("abcdefgh", msg, sizeof(msg)); 43 EncryptLogMsg("abcdefghi", msg, sizeof(msg)); [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/log/ |
H A D | log_helper.h | 29 void EncryptLogMsg(const char *srcMsg, char *desMsg, int desLen);
|
H A D | log_helper.c | 23 void EncryptLogMsg(const char *srcMsg, char *desMsg, int desLen) in EncryptLogMsg() function
|