Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp126 ret = LnnSetDiscoveryType(&g_nodeInfo[BR_NUM], DISCOVERY_TYPE_BR); in ConstructBRNode()
146 ret = LnnSetDiscoveryType(&g_nodeInfo[WLAN2P4G_NUM], DISCOVERY_TYPE_BLE); in ConstructWlan2P4GNode()
H A Dlane_test.cpp117 ret = LnnSetDiscoveryType(&g_nodeInfo, DISCOVERY_TYPE_WIFI); in ConstructRemoteNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h204 int32_t LnnSetDiscoveryType(NodeInfo *info, DiscoveryType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp179 EXPECT_TRUE(LnnSetDiscoveryType(nullptr, DISCOVERY_TYPE_WIFI) == SOFTBUS_INVALID_PARAM);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c74 int32_t LnnSetDiscoveryType(NodeInfo *info, DiscoveryType type) in LnnSetDiscoveryType() function