| /foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
| H A D | service.cpp | 827 auto proxy = backUpConnection->GetBackupExtProxy(); in NotifyCloneBundleFinish() local 883 auto proxy = backUpConnection->GetBackupExtProxy(); in GetFileHandle() local 994 auto proxy = backUpConnection->GetBackupExtProxy(); in ExtStart() local [all...] |
| H A D | svc_session_manager.cpp | 849 auto proxy = backUpConnection->GetBackupExtProxy(); in ClearSessionData() local 965 auto proxy = backUpConnection->GetBackupExtProxy(); in CleanAndCheckIfNeedWait() local
|
| /foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
| H A D | js_file_access_ext_ability.cpp | 1689 auto proxy = FileAccessServiceProxy::GetInstance(); in Notify() local
|
| H A D | file_access_helper.cpp | 536 sptr<IFileAccessExtBase> proxy = FileAccessHelper::GetProxyByUri(uri); in IsDirectory() local 600 sptr<IFileAccessExtBase> proxy = GetProxyByUri(sourceUri); in CopyOperation() local 628 sptr<IFileAccessExtBase> proxy = GetProxyByUri(sourceUri); in CopyFileOperation() local 1065 auto proxy in RegisterNotify() local 1089 auto proxy = FileAccessServiceProxy::GetInstance(); UnregisterNotify() local 1112 auto proxy = FileAccessServiceProxy::GetInstance(); UnregisterNotify() local [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/fnic/ |
| H A D | vnic_dev.c | 69 enum vnic_proxy_type proxy; member
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | label.c | 42 static void free_proxy(struct aa_proxy *proxy) in free_proxy() argument 55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() local 90 struct aa_proxy *proxy = new->proxy; __proxy_share() local 421 aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) aa_label_alloc() argument [all...] |
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | label.c | 42 static void free_proxy(struct aa_proxy *proxy) in free_proxy() argument 55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() local 90 struct aa_proxy *proxy = new->proxy; __proxy_share() local 424 aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) aa_label_alloc() argument [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/fnic/ |
| H A D | vnic_dev.c | 57 enum vnic_proxy_type proxy; member
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api.cpp | 727 jerry_value_t proxy = jerry_create_proxy (target, handler); in HWTEST_F() local 763 jerry_value_t proxy = jerry_create_proxy (target, handler); in HWTEST_F() local
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.cc | 947 VariableProxy* proxy = expression()->AsVariableProxy(); in GetCallType() local
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 527 Handle<JSObject> proxy = Proxy::Create(isolate, instance); in GetOrCreateInstanceProxy() local 893 Handle<JSObject> proxy = IndexedDebugProxy::Create( Create() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | keys.cc | 221 Maybe<bool> KeyAccumulator::AddKeysFromJSProxy(Handle<JSProxy> proxy, in AddKeysFromJSProxy() argument 1185 CollectOwnJSProxyKeys(Handle<JSReceiver> receiver, Handle<JSProxy> proxy) CollectOwnJSProxyKeys() argument 1357 CollectOwnJSProxyTargetKeys( Handle<JSProxy> proxy, Handle<JSReceiver> target) CollectOwnJSProxyTargetKeys() argument [all...] |
| H A D | objects-inl.h | 437 const JSGlobalProxy proxy = JSGlobalProxy::cast(*this); in DEF_GETTER() local
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | expression-scope.h | 104 VariableProxy* proxy = proxy_initializer_pair.first; in MergeVariableList() local 792 VariableProxy* proxy = proxy_initializer_pair.first; in ValidateAndCreateScope() local
|
| /third_party/node/deps/openssl/openssl/crypto/http/ |
| H A D | http_client.c | 53 char *proxy; /* Optional proxy name or URI */ member 371 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument 927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |
| /third_party/openssl/crypto/http/ |
| H A D | http_client.c | 53 char *proxy; /* Optional proxy name or URI */ member 364 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument 916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1112 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument 1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |
| /third_party/skia/src/gpu/v1/ |
| H A D | ClipStack.cpp | 327 auto proxy = proxyProvider->createProxy(format, bounds.size(), GrRenderable::kNo, 1, in render_sw_mask() local
|
| H A D | Device_drawTexture.cpp | 358 GrSurfaceProxy* proxy = view.proxy(); in draw_texture() local [all...] |
| /third_party/skia/src/image/ |
| H A D | SkImage_Gpu.cpp | 245 sk_sp<GrSurfaceProxy> proxy = fChooser.chooseProxy(dContext); in onFlush() local 264 sk_sp<GrSurfaceProxy> proxy = fChooser.switchToStableProxy(); onGetBackendTexture() local 398 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( new_wrapped_texture_common() local 433 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapCompressedBackendTexture( MakeFromCompressedTexture() local 518 sk_sp<GrTextureProxy> proxy = proxyProvider->createCompressedTextureProxy( MakeTextureFromCompressed() local 613 auto proxy = SkImage_GpuBase::MakePromiseImageLazyProxy(threadSafeProxy.get(), MakePromiseTexture() local 744 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( MakeFromAHardwareBufferWithData() local [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMorphologyImageFilter.cpp | 453 GrSurfaceProxy* proxy = srcView.proxy(); in apply_morphology() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrDirectContext.cpp | 740 auto proxy = context->priv().proxyProvider()->wrapBackendTexture(backendTexture, in update_texture_with_pixmaps() local
|
| /third_party/skia/src/gpu/ops/ |
| H A D | OpsTask.cpp | 551 GrRenderTargetProxy* proxy = this->target(0)->asRenderTargetProxy(); in onExecute() local 690 GrSurfaceProxy* proxy = this->target(0); setColorLoadOp() local 975 GrSurfaceProxy* proxy = this->target(0); recordOp() local 1078 GrSurfaceProxy* proxy = this->target(0); onMakeClosed() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Texture.cpp | 452 void Texture2D::addProxyRef(const Renderbuffer *proxy) in addProxyRef() argument 457 void Texture2D::releaseProxy(const Renderbuffer *proxy) in releaseProxy() argument 937 void TextureCubeMap::addProxyRef(const Renderbuffer *proxy) in addProxyRef() argument 948 void TextureCubeMap::releaseProxy(const Renderbuffer *proxy) in releaseProxy() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
| H A D | proxy.c | 412 struct Proxy *proxy = (struct Proxy *)SPDY_get_cls_from_request(request); in spdy_post_data_cb() local 447 struct Proxy *proxy = (struct Proxy *)cls; in response_callback() local 483 cleanup(struct Proxy *proxy) cleanup() argument 513 struct Proxy *proxy = (struct Proxy *)cls; response_done_callback() local 531 struct Proxy *proxy = (struct Proxy *)userp; curl_header_cb() local 686 struct Proxy *proxy = (struct Proxy *)userp; curl_write_cb() local 731 struct Proxy *proxy = (struct Proxy *)userp; curl_read_cb() local 792 struct Proxy *proxy = (struct Proxy *)cls; iterate_cb() local 846 struct Proxy *proxy; standard_request_handler() local 989 struct Proxy *proxy; run() local [all...] |
| /third_party/skia/tests/ |
| H A D | DeferredDisplayListTest.cpp | 627 sk_sp<GrContextThreadSafeProxy> proxy = context->threadSafeProxy(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 925 auto proxy = dContext->threadSafeProxy().get(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|