Searched refs:CONNECTION_UNKNOWN (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
H A D | net_connect_utils.cpp | 24 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 D | net_connect_adapter_test.cpp | 56 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 D | net_capabilities_adapter_impl.h | 43 NetConnectType type_ = NetConnectType::CONNECTION_UNKNOWN;
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | net_connect_adapter.h | 25 CONNECTION_UNKNOWN = 0, member in OHOS::NWeb::NetConnectType
|
/base/telephony/core_service/services/network_search/include/ |
H A D | network_register.h | 57 CONNECTION_UNKNOWN = 0, member in OHOS::Telephony::NetworkRegister::RilRegister::ConnectServiceCell
|
/base/web/webview/test/unittest/net_connect_adapter_impl_test/ |
H A D | net_connect_adapter_impl_test.cpp | 189 NetConnectType type = NetConnectType::CONNECTION_UNKNOWN; in HWTEST_F()
|
Completed in 3 milliseconds