Searched refs:LnnRegistProtocol (Results 1 – 5 of 5) sorted by relevance
79 int32_t LnnRegistProtocol(LnnProtocolManager *impl);
183 int ret = LnnRegistProtocol(nullptr);192 ret = LnnRegistProtocol(&protocolMgr);196 ret = LnnRegistProtocol(&protocolMgr);
381 return LnnRegistProtocol(&g_btProtocol); in RegistBtProtocolManager()
749 return LnnRegistProtocol(&g_ipProtocol); in RegistIPProtocolManager()
323 int32_t LnnRegistProtocol(LnnProtocolManager *protocolMgr) in LnnRegistProtocol() function