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 D | lnn_net_builder_deps_mock.cpp | 628 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 D | lnn_net_builder_deps_mock.h | 183 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 D | lnn_node_info.h | 205 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_ledger_common_test.cpp | 180 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 D | lnn_node_info.c | 84 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 D | lnn_distributed_net_ledger.c | 896 (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 D | lnn_net_builder_process.c | 702 (void)LnnClearDiscoveryType(&nodeInfo, LnnConvAddrTypeToDiscType(msgPara->addrType)); in ProcessLeaveSpecific()
|