Searched refs:P2pTransTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/ |
H A D | distributed_stream_test.cpp | 77 void P2pTransTest(bool isRawStream, bool isP2P, int sendCnt, const string &mySessionName, 429 void DistributeStreamTest::P2pTransTest(bool isRawStream, bool isP2P, in P2pTransTest() function in OHOS::DistributeStreamTest 458 P2pTransTest(true, true, 60, STREAM_SESSION_NAME, STREAM_SESSION_NAME); 490 P2pTransTest(true, false, 60, STREAM_SESSION_NAME, STREAM_SESSION_NAME); 522 P2pTransTest(false, true, 20, STREAM_SESSION_NAME, STREAM_SESSION_NAME); 554 P2pTransTest(false, false, 20, STREAM_SESSION_NAME, STREAM_SESSION_NAME);
|