Searched refs:TestSendMessage (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 223 static void TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex = false); 355 void AuthSessionTest::TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendMessage() function in OHOS::AuthSessionTest 430 TestSendMessage(transInfo.sendNum, data, ex ? SEND_DATA_SIZE_1M : SEND_DATA_SIZE_1K, ex); in TransTest()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 248 static void TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex = false); 376 void AuthSessionTest::TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendMessage() function in OHOS::AuthSessionTest 454 TestSendMessage(transInfo.sendNum, data, ex ? SEND_DATA_SIZE_1M : SEND_DATA_SIZE_1K, ex); in TransTest()
|