Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp25 void *g_connInterface; variable
29 g_connInterface = reinterpret_cast<void *>(this); in LnnConnectInterfaceMock()
34 g_connInterface = nullptr; in ~LnnConnectInterfaceMock()
39 return reinterpret_cast<LnnConnectInterfaceMock *>(g_connInterface); in GetConnInterface()