Home
last modified time | relevance | path

Searched refs:CONNECTION_UNKNOWN (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp24 return NetConnectType::CONNECTION_UNKNOWN; in ConvertToConnectTypeInner()
41 return NetConnectType::CONNECTION_UNKNOWN; in ConvertToConnectTypeInner()
88 return NetConnectType::CONNECTION_UNKNOWN; in ConvertToConnectType()
90 return NetConnectType::CONNECTION_UNKNOWN; in ConvertToConnectType()
97 case NetConnectType::CONNECTION_UNKNOWN: in ConnectTypeToString()
/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp56 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
57 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
76 EXPECT_EQ(NetConnectType::CONNECTION_UNKNOWN, in HWTEST_F()
121 typeMap.insert(std::make_pair(NetBearType::BEARER_CELLULAR, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
125 typeMap.insert(std::make_pair(NetBearType::BEARER_VPN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
126 typeMap.insert(std::make_pair(NetBearType::BEARER_WIFI_AWARE, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
127 typeMap.insert(std::make_pair(NetBearType::BEARER_DEFAULT, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
136 EXPECT_EQ(NetConnectType::CONNECTION_UNKNOWN, OHOS::NWeb::NetConnectUtils::ConvertToConnectType( in HWTEST_F()
149 typeMap.insert(std::make_pair(NetConnectType::CONNECTION_UNKNOWN, "unknown")); in HWTEST_F()
/base/web/webview/ohos_adapter/net_connect_adapter/include/
H A Dnet_capabilities_adapter_impl.h43 NetConnectType type_ = NetConnectType::CONNECTION_UNKNOWN;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dnet_connect_adapter.h25 CONNECTION_UNKNOWN = 0, member in OHOS::NWeb::NetConnectType
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_register.h57 CONNECTION_UNKNOWN = 0, member in OHOS::Telephony::NetworkRegister::RilRegister::ConnectServiceCell
/base/web/webview/test/unittest/net_connect_adapter_impl_test/
H A Dnet_connect_adapter_impl_test.cpp189 NetConnectType type = NetConnectType::CONNECTION_UNKNOWN; in HWTEST_F()

Completed in 3 milliseconds