/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_proxy_unittest.cpp | 910 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 D | dbinder_service_unittest.cpp | 700 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 D | http_exec.cpp | 519 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 D | GrD3DGpu.cpp | 1685 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 D | swiper_pattern.cpp | 1510 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 D | text_test_ng.cpp | 645 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 D | navigation_pattern.h | 538 bool isPopPage, const RefPtr<NavigationTransitionProxy>& proxy,
|
/third_party/jinja2/ |
H A D | loaders.py | 617 sys.modules[package_name] = weakref.proxy(
|
/third_party/lwip/src/apps/http/ |
H A D | altcp_proxyconnect.c | 3 * 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 D | GrGLSLProgramBuilder.cpp | 166 const GrBackendFormat& format = te->view().proxy()->backendFormat(); in emitFragProc()
|
/third_party/python/Lib/xml/sax/ |
H A D | expatreader.py | 43 _mkproxy = weakref.proxy
|
/third_party/skia/gm/ |
H A D | image_pict.cpp | 193 if (origin.fX == 0 && origin.fY == 0 && info.dimensions() == fView.proxy()->dimensions() &&
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_file_access_test_info.cpp | 883 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 D | tool_operate.c | 1188 * 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 D | GrVkGpu.cpp | 2219 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 D | js_navigation.cpp | 774 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 D | rich_editor_pattern_testfour_ng.cpp | 901 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 D | swiper_animation_test_ng.cpp | 53 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 D | node_list_modifier.cpp | 622 void SetInitialScroller(ArkUINodeHandle node, ArkUINodeHandle controller, ArkUINodeHandle proxy) in SetInitialScroller() argument 626 auto listProxy = AceType::Claim(reinterpret_cast<ScrollProxy*>(proxy)); in SetInitialScroller()
|
H A D | water_flow_modifier.cpp | 598 void SetWaterFlowScroller(ArkUINodeHandle node, ArkUINodeHandle controller, ArkUINodeHandle proxy) in SetWaterFlowScroller() argument 604 auto scrollProxy = AceType::Claim(reinterpret_cast<ScrollProxy*>(proxy)); in SetWaterFlowScroller()
|
H A D | node_scroll_modifier.cpp | 513 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 D | accessibility_touch_guider_test.cpp | 978 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 D | dbinder_databus_invoker.cpp | 80 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 D | ipc_object_proxy.cpp | 55 #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 D | urldata.h | 485 #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...] |