Home
last modified time | relevance | path

Searched refs:ConnectTypeToString (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/ohos_adapter/net_connect_adapter/include/
Dnet_connect_utils.h35 static std::string ConnectTypeToString(const NetConnectType &type);
/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_utils.cpp94 std::string NetConnectUtils::ConnectTypeToString(const NetConnectType &type) in ConnectTypeToString() function in OHOS::NWeb::NetConnectUtils
Dnet_connect_callback_impl.cpp69 … WVLOG_I("net connect type = %{public}s.", NetConnectUtils::ConnectTypeToString(type).c_str()); in NetCapabilitiesChange()
Dnet_connect_adapter_impl.cpp108 … WVLOG_I("net connect type = %{public}s.", NetConnectUtils::ConnectTypeToString(type).c_str()); in GetDefaultNetConnect()
/base/web/webview/test/unittest/net_connect_adapter_test/
Dnet_connect_adapter_test.cpp161 std::string actualStr = OHOS::NWeb::NetConnectUtils::ConnectTypeToString(connectType);