Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h41 class LnnServiceInterface {
43 LnnServiceInterface() {}; in LnnServiceInterface() function
44 virtual ~LnnServiceInterface() {}; in ~LnnServiceInterface()
98 class LnnServicetInterfaceMock : public LnnServiceInterface {
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp39 static LnnServiceInterface *GetServiceInterface() in GetServiceInterface()
41 return reinterpret_cast<LnnServiceInterface *>(g_serviceInterface); in GetServiceInterface()