Home
last modified time | relevance | path

Searched refs:proxy (Results 726 - 750 of 841) sorted by relevance

1...<<21222324252627282930>>...34

/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp910 IPCObjectProxy *proxy = object.GetRefPtr(); in HWTEST_F() local
914 serviceName, serverDeviceId, stubIndex, proxy, tokenId); in HWTEST_F()
1297 IPCObjectProxy *proxy = object.GetRefPtr(); in HWTEST_F() local
1300 serviceName, serverDeviceId, stubIndex, proxy, tokenId); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp700 IPCObjectProxy* proxy = nullptr; in HWTEST_F() local
701 std::string res = dBinderService->GetDatabusNameByProxy(proxy); in HWTEST_F()
1144 IPCObjectProxy* proxy = nullptr; in HWTEST_F() local
1153 proxy, replyMessage, remoteDeviceId, pid, uid, tokenId), DBinderErrorCode::DEVICEID_INVALID); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp519 CacheProxy proxy(context->options); in AddCurlHandle()
520 proxy.WriteResponseToCache(context->response); in AddCurlHandle()
557 CacheProxy proxy(context->options); in AddCurlHandle()
558 if (context->IsUsingCache() && proxy.ReadResponseFromCache(context)) { in AddCurlHandle()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1685 for (GrSurfaceProxy* proxy : proxies) { in prepareSurfacesForBackendAccessAndStateUpdates()
1686 SkASSERT(proxy->isInstantiated()); in prepareSurfacesForBackendAccessAndStateUpdates()
1687 if (GrTexture* tex = proxy->peekTexture()) { in prepareSurfacesForBackendAccessAndStateUpdates()
1690 GrRenderTarget* rt = proxy->peekRenderTarget(); in prepareSurfacesForBackendAccessAndStateUpdates()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1510 auto proxy = AceType::MakeRefPtr<SwiperContentTransitionProxy>(); in FireSwiperCustomAnimationEvent() local
1511 proxy->SetSelectedIndex(selectedIndex); in FireSwiperCustomAnimationEvent()
1512 proxy->SetIndex(item.first); in FireSwiperCustomAnimationEvent()
1513 proxy->SetPosition(position); in FireSwiperCustomAnimationEvent()
1514 proxy->SetMainAxisLength(mainAxisLength); in FireSwiperCustomAnimationEvent()
1515 proxy->SetFinishTransitionEvent([weak = WeakClaim(this), index = item.first]() { in FireSwiperCustomAnimationEvent()
1525 transition(proxy); in FireSwiperCustomAnimationEvent()
5466 auto proxy = AceType::MakeRefPtr<TabContentTransitionProxy>();
5467 proxy->SetFromIndex(fromIndex);
5468 proxy
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp645 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo, nullptr, false); in HWTEST_F() local
646 pattern->selectOverlayProxy_ = proxy; in HWTEST_F()
1236 * @tc.expected: return the proxy which has the right SelectOverlayId in HWTEST_F()
1238 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo, nullptr, false); in HWTEST_F() local
1239 pattern->selectOverlayProxy_ = proxy; in HWTEST_F()
3278 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo, nullptr, false); in HWTEST_F() local
3279 textPattern->selectOverlayProxy_ = proxy; in HWTEST_F()
3711 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectInfo, nullptr, false); in HWTEST_F() local
3753 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectInfo, nullptr, false); in HWTEST_F() local
3864 auto proxy in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h538 bool isPopPage, const RefPtr<NavigationTransitionProxy>& proxy,
/third_party/jinja2/
H A Dloaders.py617 sys.modules[package_name] = weakref.proxy(
/third_party/lwip/src/apps/http/
H A Daltcp_proxyconnect.c3 * Application layered TCP connection API that executes a proxy-connect.
5 * This file provides a starting layer that executes a proxy-connect e.g. to
6 * set up TLS connections through a http proxy.
101 /* Format the http proxy connect request via snprintf */
108 /* Create and send the http proxy connect request */
176 /* send proxy connect request here */ in altcp_proxyconnect_lower_connected()
183 * This one mainly differs between connection setup (wait for proxy OK string)
339 /** Allocate a new altcp layer connecting through a proxy.
342 * @param config struct altcp_proxyconnect_config that contains the proxy settings
343 * @param inner_pcb pcb that makes the connection to the proxy (
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp166 const GrBackendFormat& format = te->view().proxy()->backendFormat(); in emitFragProc()
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py43 _mkproxy = weakref.proxy
/third_party/skia/gm/
H A Dimage_pict.cpp193 if (origin.fX == 0 && origin.fY == 0 && info.dimensions() == fView.proxy()->dimensions() &&
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_info.cpp883 sptr<IFileAccessExtBase> proxy = fileAccessHelper->GetProxyByUri(uri); in HWTEST_F() local
884 ASSERT_TRUE(proxy == nullptr); in HWTEST_F()
908 sptr<IFileAccessExtBase> proxy = fileAccessHelper->GetProxyByUri(uri); in HWTEST_F() local
909 ASSERT_TRUE(proxy == nullptr); in HWTEST_F()
/third_party/curl/src/
H A Dtool_operate.c1188 * If the user has also selected --anyauth or --proxy-anyauth in single_transfer()
1193 "Using --anyauth or --proxy-anyauth with upload from stdin" in single_transfer()
1342 my_setopt_str(curl, CURLOPT_PROXY, config->proxy); in single_transfer()
1344 if(config->proxy && result) { in single_transfer()
1345 errorf(global, "proxy support is disabled in this libcurl"); in single_transfer()
1352 if(config->proxy) in single_transfer()
1568 /* For the time being if --proxy-capath is not set then we use the in single_transfer()
1579 "ignoring --proxy-capath, not supported by libcurl"); in single_transfer()
1766 if(config->proxy) in single_transfer()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2219 for (GrSurfaceProxy* proxy : proxies) { in prepareSurfacesForBackendAccessAndStateUpdates()
2220 SkASSERT(proxy->isInstantiated()); in prepareSurfacesForBackendAccessAndStateUpdates()
2221 if (GrTexture* tex = proxy->peekTexture()) { in prepareSurfacesForBackendAccessAndStateUpdates()
2224 GrRenderTarget* rt = proxy->peekRenderTarget(); in prepareSurfacesForBackendAccessAndStateUpdates()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation.cpp774 const RefPtr<NG::NavigationTransitionProxy>& proxy) { in SetCustomNavContentTransition()
777 func->Execute(proxy); in SetCustomNavContentTransition()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp901 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo, nullptr, false); in HWTEST_F() local
902 richEditorPattern->selectOverlayProxy_ = proxy; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp53 transitionInfo.transition = [](const RefPtr<SwiperContentTransitionProxy>& proxy) {}; in CreateWithCustomAnimation()
880 transitionInfo.transition = [](const RefPtr<SwiperContentTransitionProxy>& proxy) {}; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp622 void SetInitialScroller(ArkUINodeHandle node, ArkUINodeHandle controller, ArkUINodeHandle proxy) in SetInitialScroller() argument
626 auto listProxy = AceType::Claim(reinterpret_cast<ScrollProxy*>(proxy)); in SetInitialScroller()
H A Dwater_flow_modifier.cpp598 void SetWaterFlowScroller(ArkUINodeHandle node, ArkUINodeHandle controller, ArkUINodeHandle proxy) in SetWaterFlowScroller() argument
604 auto scrollProxy = AceType::Claim(reinterpret_cast<ScrollProxy*>(proxy)); in SetWaterFlowScroller()
H A Dnode_scroll_modifier.cpp513 void SetScrollBarProxy(ArkUINodeHandle node, ArkUINodeHandle proxy) in SetScrollBarProxy() argument
517 auto scrollProxy = AceType::Claim(reinterpret_cast<ScrollProxy*>(proxy)); in SetScrollBarProxy()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touch_guider_test.cpp978 sptr<IAccessibilityElementOperator> proxy = new(std::nothrow) AccessibilityElementOperatorProxy(nullptr); in HWTEST_F() local
980 new(std::nothrow) AccessibilityWindowConnection(WINDOW_ID, proxy, ACCOUNT_ID); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp80 ZLOGE(LOG_LABEL, "attempt to send a distributed proxy, handle:%{public}u", handle); in NewSessionOfBinderProxy()
189 ZLOGE(LOG_LABEL, "no session attach to this proxy:%{public}u", databusHandle); in QueryClientSessionObject()
599 ZLOGE(LOG_LABEL, "proxy handle is empty"); in OnDatabusSessionClientSideClosed()
619 ZLOGE(LOG_LABEL, "cannot find proxy with desc:%{public}s", descStr8.c_str()); in OnDatabusSessionClientSideClosed()
644 // a proxy doesn't refers this stub, we need to dec ref in OnDatabusSessionServerSideClosed()
889 // first time send this stub to proxy indicating by deviceId, pid, uid in ConnectRemoteObject2Session()
919 ZLOGE(LOG_LABEL, "proxy is invalid"); in FlushCommands()
923 IPCObjectProxy *proxy = reinterpret_cast<IPCObjectProxy *>(object); in FlushCommands() local
925 std::shared_ptr<DBinderSessionObject> session = QueryServerSessionObject(proxy->GetHandle()); in FlushCommands()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp55 #define PRINT_SEND_REQUEST_FAIL_INFO(handle, error, desc, proxy) \
58 ZLOGE(LABEL, "failed, handle:%{public}d error:%{public}d desc:%{public}s proxy:%{public}u time:%{public}" PRIu64, \
59 handle, error, (desc).c_str(), proxy, curTime)
184 ZLOGD(LABEL, "proxy is already dead, handle:%{public}d desc:%{public}s", in SendRequestInner()
334 // IPC proxy: AcquireHandle->AttachObject in OnFirstStrongRef()
348 // RPC proxy: AcquireHandle->AttachObject->Open Session->IncRef to Remote Stub in WaitForInit()
352 // proxy may still exist before OnLastStrongRef called. If so, in FindOrNewObject in WaitForInit()
353 // we may find the same proxy that has been marked as dead. Thus, we need to check again. in WaitForInit()
355 ZLOGW(LABEL, "proxy is dead, init again, handle:%{public}d desc:%{public}s", in WaitForInit()
370 // Anoymous rpc proxy nee in WaitForInit()
[all...]
/third_party/curl/lib/
H A Durldata.h485 #define CONN_IS_PROXIED(x) x->bits.proxy
493 BIT(httpproxy); /* if set, this transfer is done through an HTTP proxy */
494 BIT(socksproxy); /* if set, this transfer is done through a socks proxy */
495 BIT(proxy_user_passwd); /* user+password for the proxy? */
496 BIT(tunnel_proxy); /* if CONNECT is used to "tunnel" through the proxy.
500 BIT(proxy_connect_closed); /* TRUE if a proxy disconnected the connection
503 BIT(proxy); /* if set, this transfer is done through a proxy - any type */
864 HTTP proxy as HTTP proxies may know
869 #define PROTOPT_NOTCPPROXY (1<<14) /* this protocol can't proxy ove
[all...]

Completed in 53 milliseconds

1...<<21222324252627282930>>...34