Home
last modified time | relevance | path

Searched refs:CONNECTION_ETHERNET (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp84 return NetConnectType::CONNECTION_ETHERNET; in ConvertToConnectType()
99 case NetConnectType::CONNECTION_ETHERNET: in ConnectTypeToString()
/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp124 … typeMap.insert(std::make_pair(NetBearType::BEARER_ETHERNET, NetConnectType::CONNECTION_ETHERNET));
150 typeMap.insert(std::make_pair(NetConnectType::CONNECTION_ETHERNET, "ethernet"));
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dnet_connect_adapter.h26 CONNECTION_ETHERNET = 1, enumerator