Home
last modified time | relevance | path

Searched refs:proxy (Results 601 - 625 of 1078) sorted by relevance

1...<<21222324252627282930>>...44

/base/request/request/services/src/task/
H A Dffi.rs42 pub(crate) proxy: CStringWrapper,
275 proxy: CStringWrapper::from(&self.proxy),
322 proxy: c_struct.proxy.to_string(),
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/
H A Djs_ability_context_test.cpp328 napi_value proxy = (reinterpret_cast<NativeReference*>(nref))->GetNapiValue(); in HWTEST_F() local
329 napi_value argv2[] = { proxy }; in HWTEST_F()
360 napi_value proxy = nullptr; in HWTEST_F() local
361 napi_create_object(env_, &proxy); in HWTEST_F()
362 napi_value argv[] = {proxy}; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/
H A Djs_ui_extension_context_test.cpp332 napi_value proxy = (reinterpret_cast<NativeReference*>(nref))->GetNapiValue(); in HWTEST_F() local
333 napi_value argv2[] = { proxy }; in HWTEST_F()
363 napi_value proxy = nullptr; in HWTEST_F() local
364 napi_create_object(env_, &proxy); in HWTEST_F()
365 napi_value argv[] = {proxy}; in HWTEST_F()
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.cpp148 const GrSurfaceProxy* proxy = geomProcTextures[i]; in bindTextures() local
149 SkASSERT(proxy); in bindTextures()
150 SkASSERT(proxy->backendFormat() == sampler.backendFormat()); in bindTextures()
151 SkASSERT(proxy->backendFormat().textureType() == sampler.backendFormat().textureType()); in bindTextures()
153 const GrTexture* tex = proxy->peekTexture(); in bindTextures()
H A DGrWaitRenderTask.cpp17 // we manipulate our target's proxy. in gatherProxyIntervals()
20 alloc->addInterval(fWaitedOn.proxy(), fakeOp, fakeOp, in gatherProxyIntervals()
/third_party/skia/tests/
H A DLazyProxyTest.cpp29 // This test verifies that lazy proxy callbacks get invoked during flush, after onFlush callbacks,
30 // but before Ops are executed. It also ensures that lazy proxy callbacks are invoked both for
294 sk_sp<GrTextureProxy> proxy = proxyProvider->createLazyProxy( in DEF_GPUTEST() local
300 REPORTER_ASSERT(reporter, proxy.get()); in DEF_GPUTEST()
304 proxy->priv().doLazyInstantiation(ctx->priv().resourceProvider()); in DEF_GPUTEST()
312 proxy.reset(); in DEF_GPUTEST()
315 proxy.reset(); in DEF_GPUTEST()
401 // Test that when a lazy proxy fails to instantiate during flush that we drop the Op that it was
/third_party/curl/lib/
H A Dhttp_aws_sigv4.h29 CURLcode Curl_output_aws_sigv4(struct Curl_easy *data, bool proxy);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp406 bool isPopPage, const RefPtr<NavigationTransitionProxy>& proxy)
411 CHECK_NULL_VOID(proxy);
415 weakProxy = WeakPtr<NavigationTransitionProxy>(proxy)] () {
418 auto proxy = weakProxy.Upgrade();
419 if (proxy && proxy->GetIsFinished()) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp71 FrameNode* frameNode, const RefPtr<ScrollControllerBase>& scroller, const RefPtr<ScrollProxy>& proxy) in SetScrollController()
80 auto scrollBarProxy = AceType::DynamicCast<NG::ScrollBarProxy>(proxy); in SetScrollController()
252 void ScrollModelNG::SetScrollBarProxy(const RefPtr<ScrollProxy>& proxy) in SetScrollBarProxy() argument
258 auto scrollBarProxy = AceType::DynamicCast<ScrollBarProxy>(proxy); in SetScrollBarProxy()
566 void ScrollModelNG::SetScrollBarProxy(FrameNode* frameNode, const RefPtr<ScrollProxy>& proxy) in SetScrollBarProxy() argument
571 auto scrollBarProxy = AceType::DynamicCast<ScrollBarProxy>(proxy); in SetScrollBarProxy()
70 SetScrollController( FrameNode* frameNode, const RefPtr<ScrollControllerBase>& scroller, const RefPtr<ScrollProxy>& proxy) SetScrollController() argument
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp35 {static_cast<int32_t>(HttpErrorCode::HTTP_COULDNT_RESOLVE_PROXY), "Couldn't resolve proxy name."},
396 void RequestContext::ParseUsingHttpProxy(CHttpProxy* proxy, bool useDefault) in ParseUsingHttpProxy() argument
398 if (proxy != nullptr) { in ParseUsingHttpProxy()
400 std::string host{proxy->host}; in ParseUsingHttpProxy()
402 for (int i = 0; i < proxy->exclusionListSize; i++) { in ParseUsingHttpProxy()
406 exclusionList += std::string{proxy->exclusionList[i]}; in ParseUsingHttpProxy()
408 options.SetSpecifiedHttpProxy(host, proxy->port, exclusionList); in ParseUsingHttpProxy()
/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_internal_utils.h27 bool IsIPCRemoteProxyValid(const OHIPCRemoteProxy *proxy, const char *promot);
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp201 sptr<IPCObjectProxy> proxy = reinterpret_cast<IPCObjectProxy *>(result.GetRefPtr()); in FindOrNewObject() local
202 proxy->WaitForInit(dbinderData); in FindOrNewObject()
204 if (proxy->GetProto() == IRemoteObject::IF_PROT_ERROR) { in FindOrNewObject()
207 ZLOGE(LOG_LABEL, "init rpc proxy failed, handle:%{public}d %{public}u, time:%{public}" PRIu64, handle, in FindOrNewObject()
209 if (proxy->GetSptrRefCount() <= DETACH_PROXY_REF_COUNT) { in FindOrNewObject()
215 ZLOGD(LOG_LABEL, "handle:%{public}d proto:%{public}d new:%{public}d", handle, proxy->GetProto(), newFlag); in FindOrNewObject()
245 // we need to create a new proxy and initialize it. Meanwhile, the old proxy is destroying concurrently. in GetProxyObject()
535 IPCObjectProxy *proxy) in ProxyDetachDBinderSession()
541 if (it != proxyToSession_.end() && it->second != nullptr && it->second->GetProxy() == proxy) { in ProxyDetachDBinderSession()
534 ProxyDetachDBinderSession(uint32_t handle, IPCObjectProxy *proxy) ProxyDetachDBinderSession() argument
580 ProxyMoveDBinderSession(uint32_t handle, IPCObjectProxy *proxy) ProxyMoveDBinderSession() argument
1608 AttachDBinderCallbackStub(sptr<IRemoteObject> proxy, sptr<DBinderCallbackStub> stub) AttachDBinderCallbackStub() argument
1616 DetachDBinderCallbackStubByProxy(sptr<IRemoteObject> proxy) DetachDBinderCallbackStubByProxy() argument
1636 QueryDBinderCallbackStub(sptr<IRemoteObject> proxy) QueryDBinderCallbackStub() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc389 const auto &proxy = get_config()->downstream_http_proxy; in initiate_connection() local
390 if (!proxy.host.empty() && state_ == Http2SessionState::DISCONNECTED) { in initiate_connection()
392 SSLOG(INFO, this) << "Connecting to the proxy " << proxy.host << ":" in initiate_connection()
393 << proxy.port; in initiate_connection()
396 conn_.fd = util::create_nonblock_socket(proxy.addr.su.storage.ss_family); in initiate_connection()
400 SSLOG(WARN, this) << "Backend proxy socket() failed; addr=" in initiate_connection()
401 << util::to_numeric_addr(&proxy.addr) in initiate_connection()
408 rv = connect(conn_.fd, &proxy.addr.su.sa, proxy in initiate_connection()
704 const auto &proxy = get_config()->downstream_http_proxy; downstream_connect_proxy() local
2206 const auto &proxy = get_config()->downstream_http_proxy; should_hard_fail() local
[all...]
/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_callback_client.h26 explicit DomainAccountCallbackClient(const sptr<IDomainAccountCallback> &proxy);
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/include/
H A Dipc_proxy_inner.h28 int32_t GetPidAndUidInfo(ProxyObject *proxy);
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_http.h20 * @brief HTTP part of the proxy. libmicrohttpd is used for the server side.
45 http_create_response(struct Proxy* proxy, char **nv);
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp827 auto proxy = backUpConnection->GetBackupExtProxy(); in NotifyCloneBundleFinish() local
828 if (!proxy) { in NotifyCloneBundleFinish()
831 proxy->HandleClear(); in NotifyCloneBundleFinish()
883 auto proxy = backUpConnection->GetBackupExtProxy(); in GetFileHandle() local
884 if (!proxy) { in GetFileHandle()
889 UniqueFd fd = proxy->GetFileHandle(fileName, errCode); in GetFileHandle()
994 auto proxy = backUpConnection->GetBackupExtProxy(); in ExtStart() local
995 if (!proxy) { in ExtStart()
999 auto ret = proxy->HandleBackup(session_->GetClearDataFlag(bundleName)); in ExtStart()
1010 auto ret = proxy in ExtStart()
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp137 * @tc.steps: step1.Get a proxy (called testService) from remote server. in HWTEST_F()
138 * @tc.expected: step1.Get the proxy successfully, and the proxy points to remote stub. in HWTEST_F()
147 * @tc.steps: step2.Use the proxy object to invoke remote function. in HWTEST_F()
190 * @tc.steps: step1.Get a proxy (called testService) from remote server. in HWTEST_F()
191 * @tc.expected: step1.Get the proxy successfully, and the proxy points to remote stub. in HWTEST_F()
200 * @tc.steps: step2.Use the proxy object to invoke remote function with legal and illegal data respectively. in HWTEST_F()
257 * @tc.steps: step1.Get a proxy (called testService) from remote server. in HWTEST_F()
258 * @tc.expected: step1.Get the proxy successfull in HWTEST_F()
1193 AddDeathRecipientAndCheck(sptr<IRemoteObject>& proxy, sptr<IRemoteObject::DeathRecipient>& deathRecipient) AddDeathRecipientAndCheck() argument
1506 sptr<IDBinderTestService> proxy = iface_cast<IDBinderTestService>(remoteObject); HWTEST_F() local
1557 sptr<IDBinderTestService> proxy = iface_cast<IDBinderTestService>(remoteObject); HWTEST_F() local
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp130 sk_sp<GrSurfaceProxy> proxy, in Make()
135 if (!rContext || !proxy || colorType == GrColorType::kUnknown) { in Make()
139 const GrBackendFormat& format = proxy->backendFormat(); in Make()
143 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make()
144 GrSurfaceProxyView writeView(std::move(proxy), origin, writeSwizzle); in Make()
177 sk_sp<GrTextureProxy> proxy = rContext->priv().proxyProvider()->createProxy( in Make() local
186 if (!proxy) { in Make()
190 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make()
191 GrSurfaceProxyView writeView(std::move(proxy), origin, writeSwizzle); in Make()
223 sk_sp<GrTextureProxy> proxy in Make() local
128 Make(GrRecordingContext* rContext, GrColorType colorType, sk_sp<GrSurfaceProxy> proxy, sk_sp<SkColorSpace> colorSpace, GrSurfaceOrigin origin, const SkSurfaceProps& surfaceProps, bool flushTimeOpsTask) Make() argument
[all...]
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_authorization_extension_callback_client.h27 const sptr<IAppAccountAuthorizationExtensionCallback> &proxy);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_bar_model_impl.h25 void Create(const RefPtr<ScrollProxy>& proxy, bool infoflag, bool proxyFlag,
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.h33 SaName *SAMGR_GetSAName(const IUnknown *proxy);
/third_party/lwip/src/include/lwip/apps/
H A Daltcp_proxyconnect.h3 * 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.
67 struct altcp_proxyconnect_config proxy; member
/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task.cpp65 void UploadTask::SetUploadProxy(std::shared_ptr<UploadTaskNapiV5> proxy) in SetUploadProxy() argument
67 uploadProxy_ = proxy; in SetUploadProxy()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session_manager.cpp90 auto proxy = iface_cast<CastSessionManagerServiceProxy>(object); in GetAdaptor() local
91 adaptor_ = std::make_shared<CastSessionManagerAdaptor>(proxy); in GetAdaptor()

Completed in 24 milliseconds

1...<<21222324252627282930>>...44