Home
last modified time | relevance | path

Searched refs:CONNECTION_ADDR_ETH (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_connection_addr_utils.c52 if (addr1->type == CONNECTION_ADDR_WLAN || addr1->type == CONNECTION_ADDR_ETH) { in LnnIsSameConnectionAddr()
93 if (addr->type == CONNECTION_ADDR_ETH || addr->type == CONNECTION_ADDR_WLAN) { in LnnConvertAddrToOption()
159 if (type == CONNECTION_ADDR_WLAN || type == CONNECTION_ADDR_ETH) { in LnnConvAddrTypeToDiscType()
213 if (addr->type == CONNECTION_ADDR_ETH || addr->type == CONNECTION_ADDR_WLAN) { in LnnConvertAddrToAuthConnInfo()
274 case CONNECTION_ADDR_ETH: in LnnIsConnectionAddrInvalid()
317 case CONNECTION_ADDR_ETH: in LnnPrintConnectionAddr()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/utils/
H A Dlnn_bus_center_utils_test.cpp109 addr1.type = CONNECTION_ADDR_ETH;
110 addr2.type = CONNECTION_ADDR_ETH;
146 addr.type = CONNECTION_ADDR_ETH;
191 EXPECT_TRUE(LnnConvAddrTypeToDiscType(CONNECTION_ADDR_ETH) == DISCOVERY_TYPE_WIFI);
234 addr.type = CONNECTION_ADDR_ETH;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_builder_test.cpp115 .type = CONNECTION_ADDR_ETH,
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h252 CONNECTION_ADDR_ETH, /**< Ethernet */ enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_coap_discovery_impl.c48 … if (device->addr[0].type != CONNECTION_ADDR_WLAN && device->addr[0].type != CONNECTION_ADDR_ETH) { in LnnCheckDiscoveryDeviceInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info_test.cpp134 PostNetchangedInfo(nullptr, CONNECTION_ADDR_ETH);
135 PostNetchangedInfo(nullptr, CONNECTION_ADDR_ETH);
H A Dlnn_connection_fsm_test.cpp854 bool ret = LnnIsNeedCleanConnectionFsm(&nodeInfo, CONNECTION_ADDR_ETH);
856 ret = LnnIsNeedCleanConnectionFsm(&nodeInfo, CONNECTION_ADDR_ETH);
858 ret = LnnIsNeedCleanConnectionFsm(&nodeInfo, CONNECTION_ADDR_ETH);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_physical_subnet_manager.c171 … if (type == CONNECTION_ADDR_ETH || type == CONNECTION_ADDR_WLAN || type == CONNECTION_ADDR_MAX) { in LnnNotifyAllTypeOffline()
H A Dlnn_ip_network_impl.c328 addrType[CONNECTION_ADDR_ETH] = true; in LeaveOldIpNetwork()
H A Dlnn_network_manager.c815 *type = CONNECTION_ADDR_ETH; in LnnGetAddrTypeByIfName()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c41 case CONNECTION_ADDR_ETH: in LnnConvertConnAddrTypeToHbType()
184 case CONNECTION_ADDR_ETH: in LnnHasActiveConnection()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_tdc_sdk_test.c113 .type = CONNECTION_ADDR_ETH, in JoinNetwork()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c649 …ILDER, "notify=%{public}d, eth=%{public}d, wifi=%{public}d", notify, addrType[CONNECTION_ADDR_ETH], in ProcessLeaveByAddrType()
651 if (notify && (addrType[CONNECTION_ADDR_ETH] || addrType[CONNECTION_ADDR_WLAN])) { in ProcessLeaveByAddrType()
H A Dlnn_connection_fsm.c298 case CONNECTION_ADDR_ETH: in ConvertAddrTypeToHisysEvtLinkType()
475 } else if (type == CONNECTION_ADDR_WLAN || type == CONNECTION_ADDR_ETH) { in GetLnnOnlineType()
1165 if (connInfo->addr.type == CONNECTION_ADDR_ETH || connInfo->addr.type == CONNECTION_ADDR_WLAN) { in LnnFillConnInfo()
1385 …if (connFsm->connInfo.addr.type == CONNECTION_ADDR_ETH || connFsm->connInfo.addr.type == CONNECTIO… in IsNodeInfoChanged()
1407 if (type == CONNECTION_ADDR_ETH || type == CONNECTION_ADDR_WLAN) { in LnnIsNeedCleanConnectionFsm()
H A Dlnn_topo_manager.c281 !AddNumberToJsonObject(item, JSON_KEY_ETH_RELATION, relation[CONNECTION_ADDR_ETH]) || in PackTopoInfo()
493 relation[CONNECTION_ADDR_ETH] = (uint8_t)value; in ProcessTopoUpdateInfo()
H A Dlnn_net_builder.c255 …connInfo.addr.type == CONNECTION_ADDR_WLAN || connFsm->connInfo.addr.type == CONNECTION_ADDR_ETH) { in TrySendJoinLNNRequest()
421 case CONNECTION_ADDR_ETH: in BuildLnnEvent()
1228 type[CONNECTION_ADDR_BR], type[CONNECTION_ADDR_BLE], type[CONNECTION_ADDR_ETH]); in LnnRequestLeaveByAddrType()
H A Dlnn_net_builder_init.c292 } else if (addr1->type == CONNECTION_ADDR_WLAN || addr1->type == CONNECTION_ADDR_ETH) { in TryDisconnectAllConnection()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/
H A Dlnn_discovery_interface_test.cpp95 device.addr[0].type = CONNECTION_ADDR_ETH;
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp802 if (addrInfo->type == ConnectionAddrType::CONNECTION_ADDR_ETH) { in ConvertDeviceInfoToDmDevice()
884 if (addrInfo->type == ConnectionAddrType::CONNECTION_ADDR_ETH) { in GetTargetInfoFromCache()
1017 if (addrInfo->type == ConnectionAddrType::CONNECTION_ADDR_ETH || in GetIPAddrTypeFromCache()
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME_zh.md158 CONNECTION_ADDR_ETH,
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp48 case CONNECTION_ADDR_ETH: in ConvertConnectType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp153 ConnectionAddrType type1 = CONNECTION_ADDR_ETH;
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/coap/unittest/
H A Ddisc_nstackx_adapter_test.cpp511 EXPECT_EQ(testDiscDevInfo.addr[0].type, CONNECTION_ADDR_ETH);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c321 addrInfo->type = CONNECTION_ADDR_ETH; in ConvertAddrStr()
369 …if ((addrInfo[index].type == CONNECTION_ADDR_ETH || addrInfo[index].type == CONNECTION_ADDR_WLAN) … in IsValidAddrInfoArr()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_nstackx_adapter.c135 discDevInfo->addr[0].type = CONNECTION_ADDR_ETH; in ParseDiscDevInfo()

12