Searched refs:LnnSetSupportedProtocols (Results 1 – 4 of 4) sorted by relevance
247 int32_t LnnSetSupportedProtocols(NodeInfo *info, uint64_t protocols);
206 EXPECT_TRUE(LnnSetSupportedProtocols(nullptr, PROTOCOLS) == SOFTBUS_INVALID_PARAM);
512 int32_t LnnSetSupportedProtocols(NodeInfo *info, uint64_t protocols) in LnnSetSupportedProtocols() function
1476 return LnnSetSupportedProtocols(&g_localNetLedger.localInfo, *protocols); in LlUpdateSupportedProtocols()