Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h79 int32_t LnnRegistProtocol(LnnProtocolManager *impl);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp183 int ret = LnnRegistProtocol(nullptr);
192 ret = LnnRegistProtocol(&protocolMgr);
196 ret = LnnRegistProtocol(&protocolMgr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c381 return LnnRegistProtocol(&g_btProtocol); in RegistBtProtocolManager()
H A Dlnn_ip_network_impl.c749 return LnnRegistProtocol(&g_ipProtocol); in RegistIPProtocolManager()
H A Dlnn_network_manager.c323 int32_t LnnRegistProtocol(LnnProtocolManager *protocolMgr) in LnnRegistProtocol() function