Searched refs:LnnServiceInterface (Results 1 – 2 of 2) sorted by relevance
41 class LnnServiceInterface {43 LnnServiceInterface() {}; in LnnServiceInterface() function44 virtual ~LnnServiceInterface() {}; in ~LnnServiceInterface()98 class LnnServicetInterfaceMock : public LnnServiceInterface {
39 static LnnServiceInterface *GetServiceInterface() in GetServiceInterface()41 return reinterpret_cast<LnnServiceInterface *>(g_serviceInterface); in GetServiceInterface()