Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h30 class LnnConnectInterface {
32 LnnConnectInterface() {}; in LnnConnectInterface() function
33 virtual ~LnnConnectInterface() {}; in ~LnnConnectInterface()
49 class LnnConnectInterfaceMock : public LnnConnectInterface {
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp37 static LnnConnectInterface *GetConnInterface() in GetConnInterface()