Home
last modified time | relevance | path

Searched refs:PROXY (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp110 for (i = PROXY; i < LISTENER_MODULE_DYNAMIC_START; i++) {
142 for (module = PROXY; module < LISTENER_MODULE_DYNAMIC_START; module++) {
163 for (module = PROXY; module < LISTENER_MODULE_DYNAMIC_START; module++) {
186 for (module = PROXY; module < LISTENER_MODULE_DYNAMIC_START; module++) {
229 for (i = PROXY; i < LISTENER_MODULE_DYNAMIC_START; i++) {
276 for (i = PROXY; i < LISTENER_MODULE_DYNAMIC_START; i++) {
300 .moduleId = PROXY,
304 for (i = PROXY; i < LISTENER_MODULE_DYNAMIC_START; i++) {
329 .moduleId = PROXY,
333 for (i = PROXY; i <= LISTENER_MODULE_DYNAMIC_START; i++) {
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp193 option.socketOption.moduleId = PROXY;
241 info.socketOption.moduleId = PROXY;
275 option.socketOption.moduleId = PROXY;
310 option.socketOption.moduleId = PROXY;
358 option.socketOption.moduleId = PROXY;
401 option.socketOption.moduleId = PROXY;
444 option.socketOption.moduleId = PROXY;
531 option.socketOption.moduleId = PROXY;
758 info.socketOption.moduleId = PROXY;
1136 info.socketOption.moduleId = PROXY;
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/constant/src/
H A Dconstant.cpp27 const char *ContextKey::PROXY = "proxy"; member in OHOS::NetStack::Websocket::ContextKey
/ohos5.0/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_bundle_test.cpp84 if (pluginPair->second->GetType() != Plugin::PluginType::PROXY) {
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/constant/include/
H A Dconstant.h83 static const char *PROXY; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c230 .moduleId = PROXY, in OpenProxyPort()
257 .moduleId = PROXY, in CloseProxyPort()
719 return PROXY; in LnnGetIpListenerModule()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp207 if (!NapiUtils::HasNamedProperty(GetEnv(), optionsValue, ContextKey::PROXY)) { in ParseProxy()
212 …value websocketProxyValue = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, ContextKey::PROXY); in ParseProxy()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h82 PROXY = 0, enumerator
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp425 plugin->SetType(Plugin::PluginType::PROXY); in CreatePlugin()
522 if (plugin->GetType() == Plugin::PluginType::PROXY) { in InitPlugin()
956 if (pluginKv.second->GetType() != Plugin::PluginType::PROXY) { in CheckUnloadablePlugins()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_test.cpp81 EXPECT_TRUE(ret == PROXY);
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h38 PROXY, enumerator
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp29 const std::string PROXY = "proxy"; variable
262 stringBuilder.Append(TAB).AppendFormat("private %s", PROXY.c_str()); in EmitInterfaceProxyImpl()
269 stringBuilder.Append(prefix).AppendFormat("constructor(%s) {\n", PROXY.c_str()); in EmitInterfaceProxyConstructor()
270 …stringBuilder.Append(prefix).Append(TAB).AppendFormat("%s = %s;\n", THIS_PROXY.c_str(), PROXY.c_st… in EmitInterfaceProxyConstructor()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c817 ret = TransProxyOpenNewConnChannel(PROXY, connInfo, chanNewId); in TransProxyOpenConnChannel()
820 ret = TransProxyOpenNewConnChannel(PROXY, connInfo, chanNewId); in TransProxyOpenConnChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp332 ListenerModule moduleId = PROXY;
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1210 OnWiFiDataReceived(PROXY, 0, &head, data);