Home
last modified time | relevance | path

Searched refs:BIT_ETH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_capability.c90 if ((configValue & (1 << BIT_ETH)) != 0) { in LnnGetNetCapabilty()
91 (void)LnnSetNetCapability(&capability, BIT_ETH); in LnnGetNetCapabilty()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp99 (void)LnnSetNetCapability(&netCapability, BIT_ETH); in OnInterfaceLinkStateChanged()
112 (void)LnnClearNetCapability(&netCapability, BIT_ETH); in OnInterfaceLinkStateChanged()
152 (void)LnnSetNetCapability(&netCapability, BIT_ETH); in OnInterfaceAddressUpdated()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c131 … if (((local & (1 << BIT_WIFI_24G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_5G))) && in Wlan2P4GCapCheck()
132 ((remote & (1 << BIT_WIFI_24G)) || (remote & (1 << BIT_ETH)) || in Wlan2P4GCapCheck()
137 …return ((local & (1 << BIT_WIFI_24G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_5G)))… in Wlan2P4GCapCheck()
161 … if (((local & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_24G))) && in Wlan5GCapCheck()
162 ((remote & (1 << BIT_WIFI_5G)) || (remote & (1 << BIT_ETH)) || in Wlan5GCapCheck()
167 …return ((local & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_24G)))… in Wlan5GCapCheck()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h204 BIT_ETH, /**< Support ETH */ enumerator