Home
last modified time | relevance | path

Searched refs:TransTcpDirectP2pInterface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_p2p_test_mock.h28 class TransTcpDirectP2pInterface {
30 TransTcpDirectP2pInterface() {}; in TransTcpDirectP2pInterface() function
31 virtual ~TransTcpDirectP2pInterface() {}; in ~TransTcpDirectP2pInterface()
61 class TransTcpDirectP2pInterfaceMock : public TransTcpDirectP2pInterface {
H A Dtrans_tcp_direct_p2p_test_mock.cpp33 static TransTcpDirectP2pInterface *GetTransTcpDirectP2pInterface() in GetTransTcpDirectP2pInterface()
35 return reinterpret_cast<TransTcpDirectP2pInterface *>(g_transTcpDirectP2pInterface); in GetTransTcpDirectP2pInterface()