Home
last modified time | relevance | path

Searched refs:CONNECTION_3G (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp60 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
62 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G)); in HWTEST_F()
63 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_TD_SCDMA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
64 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EVDO, NetConnectType::CONNECTION_3G)); in HWTEST_F()
65 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EHRPD, NetConnectType::CONNECTION_3G)); in HWTEST_F()
153 typeMap.insert(std::make_pair(NetConnectType::CONNECTION_3G, "3g")); in HWTEST_F()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp34 return NetConnectType::CONNECTION_3G; in ConvertToConnectTypeInner()
105 case NetConnectType::CONNECTION_3G: in ConnectTypeToString()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dnet_connect_adapter.h29 CONNECTION_3G = 4, member in OHOS::NWeb::NetConnectType

Completed in 1 milliseconds