Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_socket_mock.cpp21 void *g_socketInterface; variable
24 g_socketInterface = reinterpret_cast<void *>(this); in LnnSocketInterfaceMock()
29 g_socketInterface = nullptr; in ~LnnSocketInterfaceMock()
34 return reinterpret_cast<LnnSocketInterfaceMock *>(g_socketInterface); in GetSocketMockInterface()