Home
last modified time | relevance | path

Searched refs:LnnClearDiscoveryType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp628 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type) in LnnClearDiscoveryType() function
630 return GetNetBuilderDepsInterface()->LnnClearDiscoveryType(info, type); in LnnClearDiscoveryType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h183 virtual int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type);
320 MOCK_METHOD2(LnnClearDiscoveryType, int32_t (NodeInfo *, DiscoveryType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h205 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp180 EXPECT_TRUE(LnnClearDiscoveryType(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.c84 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type) in LnnClearDiscoveryType() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c896 (void)LnnClearDiscoveryType(info, DISCOVERY_TYPE_WIFI); in FilterWifiInfo()
903 (void)LnnClearDiscoveryType(info, DISCOVERY_TYPE_BR); in FilterBrInfo()
1322 LnnClearDiscoveryType(info, LnnConvAddrTypeToDiscType(type)); in LnnSetNodeOffline()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c702 (void)LnnClearDiscoveryType(&nodeInfo, LnnConvAddrTypeToDiscType(msgPara->addrType)); in ProcessLeaveSpecific()