Home
last modified time | relevance | path

Searched defs:proxy (Results 126 - 150 of 792) sorted by relevance

12345678910>>...32

/third_party/node/deps/v8/src/runtime/
H A Druntime-proxy.cc28 auto proxy = JSProxy::cast(args[0]); in RUNTIME_FUNCTION() local
35 auto proxy = JSProxy::cast(args[0]); in RUNTIME_FUNCTION() local
/third_party/skia/src/gpu/
H A DGrDDLContext.cpp23 GrDDLContext(sk_sp<GrContextThreadSafeProxy> proxy) in GrDDLContext() argument
114 sk_sp<GrRecordingContext> GrRecordingContextPriv::MakeDDL(sk_sp<GrContextThreadSafeProxy> proxy) { in MakeDDL() argument
H A DGrDirectContextPriv.h57 flushSurface( GrSurfaceProxy* proxy, SkSurface::BackendSurfaceAccess access = SkSurface::BackendSurfaceAccess::kNoAccess, const GrFlushInfo& info = {}, const GrBackendSurfaceMutableState* newState = nullptr) flushSurface() argument
H A DGrDstProxyView.h47 GrSurfaceProxy* proxy() const { return fProxyView.proxy(); } in proxy() function in GrDstProxyView
H A DGrDeferredProxyUploader.h49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload() argument
H A DGrYUVATextureProxies.h52 GrSurfaceProxy* proxy(int i) const { return fProxies[i].get(); } in proxy() function in GrYUVATextureProxies
/third_party/skia/tests/
H A DVkBackendSurfaceTest.cpp76 const GrSurfaceProxy* proxy = view.proxy(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
131 GrSurfaceProxy* proxy = sk_gpu_test::GetTextureImageProxy(wrappedImage.get(), dContext); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
H A DGLBackendSurfaceTest.cpp73 GrSurfaceProxy* proxy = sk_gpu_test::GetTextureImageProxy(wrappedImage.get(), dContext); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
H A Djs_proxy.cpp51 static void InitProxyMethod(Class *cls, Method *src, Method *proxy) in InitProxyMethod() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.h34 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() argument
37 Store(VariableType::JS_ANY(), glue, proxy, offset, method); in SetMethod() local
40 void SetTarget(GateRef glue, GateRef proxy, GateRef target) in SetTarget() argument
43 Store(VariableType::JS_ANY(), glue, proxy, offset, target); in SetTarget() local
46 void SetHandler(GateRef glue, GateRef proxy, GateRef handler) in SetHandler() argument
49 Store(VariableType::JS_ANY(), glue, proxy, offset, handler); in SetHandler() local
52 void SetPrivateField(GateRef glue, GateRef proxy, GateRef privateField) in SetPrivateField() argument
55 Store(VariableType::JS_ANY(), glue, proxy, offset, privateField); in SetPrivateField() local
58 void SetIsRevoked(GateRef glue, GateRef proxy, GateRef value) in SetIsRevoked() argument
68 Store(VariableType::INT32(), glue, proxy, offset, newVal); SetIsRevoked() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_queue_test.cpp129 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp50 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in DisallowAddLocalAccount() local
62 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in IsAddLocalAccountDisallowed() local
74 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in DisallowAddOsAccountByUser() local
114 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in IsAddOsAccountByUserDisallowed() local
145 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in AddOsAccount() local
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/src/
H A Dwifi_manager_proxy.cpp48 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in IsWifiActive() local
71 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in SetWifiProfile() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H A Dfaultlogger_client.cpp78 sptr<FaultLoggerServiceProxy> proxy = new FaultLoggerServiceProxy(service); in GetFaultloggerService() local
139 sptr<FaultLogQueryResultProxy> proxy = new FaultLogQueryResultProxy(result); in QuerySelfFaultLog() local
/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp63 auto proxy = sptr<GnssAbilityProxy>(new (std::nothrow) GnssAbilityProxy(obj)); in GnssProxyFuzzTest001() local
104 auto proxy = sptr<GnssAbilityProxy>(new (std::nothrow) GnssAbilityProxy(obj)); in GnssProxyFuzzTest002() local
151 auto proxy = sptr<GnssAbilityProxy>(new (std::nothrow) GnssAbilityProxy(obj)); GnssProxyFuzzTest003() local
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp67 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in SetBluetoothDisabled() local
75 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in IsBluetoothDisabled() local
90 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in GetAllowedBluetoothDevices() local
131 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in AddOrRemoveAllowedBluetoothDevices() local
/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/src/
H A Dsystem_manager_proxy.cpp56 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in GetNTPServer() local
/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp62 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in GetDeviceInfo() local
84 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in GetDeviceInfoSync() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallowed_running_bundles_plugin.cpp139 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetAppControlProxy() local
H A Dbundle_install_plugin.cpp122 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetAppControlProxy() local
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c120 ScreenSaverProxyInterface *proxy = (ScreenSaverProxyInterface *)iUnknown; in SetScreenSaverStateProxy() local
/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_task_napiV5.h46 std::shared_ptr<Upload::UploadTaskNapiV5> proxy; member
/base/powermgr/power_manager/frameworks/native/
H A Drunning_lock.cpp35 RunningLock::RunningLock(const wptr<IPowerMgr>& proxy, const std::string& name, RunningLockType type) in RunningLock() argument
61 sptr<IPowerMgr> proxy = proxy_.promote(); in Create() local
69 PowerErrors RunningLock::Recover(const wptr<IPowerMgr>& proxy) in Recover() argument
79 sptr<IPowerMgr> proxy = proxy_.promote(); in UpdateWorkSource() local
97 sptr<IPowerMgr> proxy = proxy_.promote(); Lock() local
120 sptr<IPowerMgr> proxy = proxy_.promote(); UnLock() local
135 sptr<IPowerMgr> proxy = proxy_.promote(); IsUsed() local
147 sptr<IPowerMgr> proxy = proxy_.promote(); Release() local
[all...]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp70 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); in HWTEST_F() local
93 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); in HWTEST_F() local
116 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); in HWTEST_F() local
136 std::shared_ptr<AnsSubscriberProxy> proxy in HWTEST_F() local
159 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
185 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
211 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
231 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
254 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
272 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
295 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
315 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
340 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
366 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
392 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
413 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
437 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
457 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
477 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
495 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
515 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
535 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
555 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
575 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
593 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
611 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
629 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
647 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
667 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
684 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
701 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); HWTEST_F() local
[all...]
/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task.cpp65 void UploadTask::SetUploadProxy(std::shared_ptr<UploadTaskNapiV5> proxy) in SetUploadProxy() argument

Completed in 10 milliseconds

12345678910>>...32