/ohos5.0/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/ |
H A D | net_proxy_adapter_test.cpp | 252 httpProxy.SetHost(""); 254 httpProxy.SetHost("NONE"); 256 httpProxy.SetHost("test_web"); 266 NetManagerStandard::NetConnClient::GetInstance().appHttpProxy_.SetHost("web_test"); 273 NetManagerStandard::NetConnClient::GetInstance().appHttpProxy_.SetHost("NONE");
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_property.h | 40 void SetHost(const WeakPtr<FrameNode>& host) in SetHost() function 60 paintProperty->SetHost(this->GetHost()); in Clone()
|
H A D | checkbox_pattern.h | 66 paintProperty->SetHost(host); in CreateNodePaintMethod()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | global_proxy_plugin_test.cpp | 61 httpProxy.SetHost("192.168.1.1"); 78 httpProxy.SetHost("any host");
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_accessibility_property_test.cpp | 71 property.SetHost(frameNode); 98 property.SetHost(frameNode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_paint_property.h | 39 void SetHost(const WeakPtr<FrameNode>& host) in SetHost() function 61 paintProperty->SetHost(this->GetHost()); in Clone()
|
H A D | checkboxgroup_pattern.h | 62 paintProperty->SetHost(host); in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_paint_property.h | 33 void SetHost(const WeakPtr<FrameNode>& host) in SetHost() function
|
H A D | render_node_pattern.h | 83 paintProperty->SetHost(host); in CreateNodePaintMethod()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | http_proxy.h | 44 void inline SetHost(std::string &&host) in SetHost() function
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/ |
H A D | setglobalhttpproxy_context.cpp | 51 httpProxy_.SetHost(NapiUtils::GetStringPropertyUtf8(GetEnv(), params[0], "host")); in ParseParams()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/ |
H A D | set_iface_config_context.cpp | 109 config_->httpProxy_.SetHost(std::move(host)); in ParseHttpProxy()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | network_manager_proxy_test.cpp | 311 httpProxy.SetHost("baidu.com"); 330 httpProxy.SetHost("baidu.com");
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_net_agent.cpp | 271 … netLinkInfo->httpProxy_.SetHost(std::move(wifiProxyConfig.manualProxyConfig.serverHostName)); 275 netLinkInfo->httpProxy_.SetHost("");
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.h | 174 void SetHost(const std::string& input);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.h | 290 void SetHost(const WeakPtr<FrameNode>& host);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 661 accessibilityProperty.SetHost(nullptr); 666 accessibilityProperty.SetHost(hostBak);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/ |
H A D | net_connection_adapter.cpp | 147 httpProxyObj.SetHost(std::string(netConn.host)); in ConvertNetConn2HttpProxy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 168 void SetHost(const WeakPtr<FrameNode>& host) in SetHost() function
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | native_net_conn_test.cpp | 98 httpProxy.SetHost("testHost"); in GetHttpProxySample()
|
H A D | net_conn_service_proxy_test.cpp | 549 proxy.SetHost(TEST_HOST);
|
H A D | net_conn_service_test.cpp | 252 netLinkInfo->httpProxy_.SetHost(TEST_HOST); 840 netLinkInfo->httpProxy_.SetHost(TEST_HOST);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_property_test_ng.cpp | 617 layoutProperty->SetHost(frameNodeHost); 627 layoutProperty->SetHost(FRAME_NODE_ROOT);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 740 accessibility->SetHost(frameNode); 1168 accessibility->SetHost(frameNode); 1592 accessibility->SetHost(frameNode);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/ |
H A D | test_napi.cpp | 623 url.SetHost("0.0.0.0.0:199"); 635 url.SetHost(""); 647 url.SetHost("/"); 659 url.SetHost("asdzxc:54/");
|