/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/ |
H A D | iproxy_client.h | 34 * @brief Provides the client proxy class.
58 * @brief Indicates the inherited macro of the client proxy.
60 * This constant is used when a client proxy needs to be customized or generated by a tool. \n
65 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify)
73 * <b>owner</b> indicates the client proxy that receives the response data; <b>code</b> indicates
82 * @brief Defines the client proxy object.
99 * The passed <b>proxy</b> is used to obtain the server information. Then, <b>request</b>
103 * @param proxy Indicates the pointer of the client proxy object.
114 int (*Invoke)(IClientProxy *proxy, in [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_create.js | 19 var proxy = new Proxy(target, handler); 23 var rev_proxy = revocable.proxy;
|
/third_party/skia/src/gpu/ |
H A D | GrTextureResolveRenderTask.h | 17 void addProxy(GrDrawingManager*, sk_sp<GrSurfaceProxy> proxy, 21 bool onIsUsed(GrSurfaceProxy* proxy) const override {
|
H A D | GrProgramInfo.cpp | 33 this->pipeline().visitProxies([](GrSurfaceProxy* proxy, GrMipmapped) { in checkAllInstantiated() 34 SkASSERT(proxy->isInstantiated()); in checkAllInstantiated()
|
H A D | GrCopyRenderTask.h | 35 bool onIsUsed(GrSurfaceProxy* proxy) const override { return proxy == fSrc.get(); }
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 114 view.proxy()->backendFormat(), view.swizzle()); in LatticeGP() 152 SkASSERT(view.proxy()); in Make() 183 func(fView.proxy(), GrMipmapped::kNo); 278 Sk4f scales(1.f / fView.proxy()->width(), 1.f / fView.proxy()->height(), 279 1.f / fView.proxy()->width(), 1.f / fView.proxy()->height()); 341 *fView.proxy(), 478 auto proxy = context->priv().proxyProvider()->createProxy(format, 535 std::move(proxy), origi [all...] |
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/ |
H A D | network_manager_proxy.cpp | 53 auto proxy = EnterpriseDeviceMgrProxy::GetInstance();
in GetAllNetworkInterfaces() local 61 proxy->GetPolicy(EdmInterfaceCode::GET_NETWORK_INTERFACES, data, reply);
in GetAllNetworkInterfaces() 86 auto proxy = EnterpriseDeviceMgrProxy::GetInstance();
in GetIpOrMacAddress() local 95 proxy->GetPolicy(policyCode, data, reply);
in GetIpOrMacAddress() 115 auto proxy = EnterpriseDeviceMgrProxy::GetInstance();
in SetNetworkInterfaceDisabled() local 127 return proxy->HandleDevicePolicy(funcCode, data);
in SetNetworkInterfaceDisabled() 139 auto proxy = EnterpriseDeviceMgrProxy::GetInstance();
in IsNetworkInterfaceDisabled() local 148 proxy->GetPolicy(EdmInterfaceCode::DISABLED_NETWORK_INTERFACE, data, reply);
in IsNetworkInterfaceDisabled() 354 EDMLOGE("NetworkManagerProxy::SetGlobalHttpProxy Marshalling proxy fail.");
in SetGlobalHttpProxy() 388 EDMLOGE("NetworkManagerProxy::GetGlobalHttpProxy Unmarshalling proxy fai in GetGlobalHttpProxy() [all...] |
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_service_test.cpp | 116 sptr<SystemAbilityManagerProxy> proxy = new SystemAbilityManagerProxy(nullptr); in HWTEST_F() local 117 EXPECT_CALL(*saClient, GetSystemAbilityManager()).WillOnce(testing::Return(proxy)); in HWTEST_F() 122 EXPECT_CALL(*saClient, GetSystemAbilityManager()).WillOnce(testing::Return(proxy)); in HWTEST_F() 124 EXPECT_CALL(*proxy, GetSystemAbility(testing::_)).WillOnce(testing::Return(object)); in HWTEST_F() 133 EXPECT_CALL(*saClient, GetSystemAbilityManager()).WillOnce(testing::Return(proxy)); in HWTEST_F() 134 EXPECT_CALL(*proxy, GetSystemAbility(testing::_)).WillOnce(testing::Return(object)); in HWTEST_F() 144 EXPECT_CALL(*saClient, GetSystemAbilityManager()).WillOnce(testing::Return(proxy)); in HWTEST_F() 145 EXPECT_CALL(*proxy, GetSystemAbility(testing::_)).WillOnce(testing::Return(object)); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint_rpc.c | 59 int SAMGR_AddRouter(Endpoint *endpoint, const SaName *saName, const Identity *id, IUnknown *proxy)
in SAMGR_AddRouter() argument 61 if (endpoint == NULL || id == NULL || proxy == NULL || saName == NULL) {
in SAMGR_AddRouter() 65 proxy->QueryInterface(proxy, SERVER_PROXY_VER, (void *)&serverProxy);
in SAMGR_AddRouter() 70 int index = VECTOR_FindByKey(&endpoint->routers, proxy);
in SAMGR_AddRouter() 76 int index = VECTOR_FindByKey(&endpoint->routers, proxy);
in SAMGR_AddRouter() 89 router->proxy = serverProxy;
in SAMGR_AddRouter() 337 return router->proxy;
in GetIServerProxy()
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_helper.cpp | 536 sptr<IFileAccessExtBase> proxy = FileAccessHelper::GetProxyByUri(uri); in IsDirectory() local 537 if (proxy == nullptr) { in IsDirectory() 543 int ret = proxy->GetFileInfoFromUri(uri, fileInfo); in IsDirectory() 600 sptr<IFileAccessExtBase> proxy = GetProxyByUri(sourceUri); in CopyOperation() local 601 if (proxy == nullptr) { in CopyOperation() 609 ret = proxy->Copy(sourceUri, destUri, copyResult, force); in CopyOperation() 628 sptr<IFileAccessExtBase> proxy = GetProxyByUri(sourceUri); in CopyFileOperation() local 629 if (proxy == nullptr) { in CopyFileOperation() 634 int ret = proxy->CopyFile(sourceUri, destUri, fileName, newFileUri); in CopyFileOperation() 1065 auto proxy in RegisterNotify() local 1089 auto proxy = FileAccessServiceProxy::GetInstance(); UnregisterNotify() local 1112 auto proxy = FileAccessServiceProxy::GetInstance(); UnregisterNotify() local [all...] |
/third_party/curl/lib/ |
H A D | url.c | 400 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ in Curl_init_userdefined() 402 /* SOCKS5 proxy auth defaults to username/password + GSS-API */ in Curl_init_userdefined() 589 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ in conn_free() 590 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */ in conn_free() 997 /* Note that if we use an HTTP proxy in normal mode (no tunneling), we in ConnectionExists() 998 * check connections to that proxy and not to the actual remote server. in ConnectionExists() 1098 /* match SSL config to proxy */ in ConnectionExists() 1102 " has different SSL proxy parameters, can't reuse", in ConnectionExists() 1187 * not talking to a HTTP proxy OR using a tunnel through a proxy */ in ConnectionExists() 2088 char *proxy = NULL; global() local 2178 parse_proxy(struct Curl_easy *data, struct connectdata *conn, char *proxy, curl_proxytype proxytype) global() argument 2408 char *proxy = NULL; global() local [all...] |
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | running_lock.h | 31 RunningLock(const wptr<IPowerMgr>& proxy, const std::string& name, RunningLockType type); 36 PowerErrors Recover(const wptr<IPowerMgr>& proxy);
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/ |
H A D | dlp_permission_proxy_test.cpp | 63 auto proxy = std::make_shared<DlpPermissionProxy>(callback->AsObject()); in HWTEST_F() local 65 int32_t ret = proxy->SetReadFlag(uid); in HWTEST_F()
|
/foundation/CastEngine/castengine_cast_framework/client/include/ |
H A D | mirror_player.h | 32 MirrorPlayer(sptr<IMirrorPlayerImpl> proxy) : proxy_(proxy) {}; in MirrorPlayer() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_scrollbar_ffi.cpp | 51 auto proxy = ScrollBarModel::GetInstance()->GetScrollBarProxy(scrollBarProxy); in FfiOHOSAceFrameworkScrollBarCreate() local 53 ScrollBarModel::GetInstance()->Create(proxy, infoflag, proxyFlag, direction, state); in FfiOHOSAceFrameworkScrollBarCreate()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_base.h | 48 void SetDrawingProxy(DrawingProxy* proxy) in SetDrawingProxy() argument 50 drawingProxy_ = proxy; in SetDrawingProxy()
|
/foundation/multimodalinput/input/service/display_state_manager/include/ |
H A D | display_event_monitor.h | 64 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) in SetDelegateProxy() argument 66 delegateProxy_ = proxy; in SetDelegateProxy()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_if_config.h | 32 virtual void SetProxy(bool isAuto, const std::string &proxy, const std::string &port, const std::string &noProxys, 42 MOCK_METHOD5(SetProxy, void(bool isAuto, const std::string &proxy, const std::string &port,
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | download.js | 13 proxy: gyp.opts.proxy,
|
/base/powermgr/powermgr_lite/frameworks/src/small/ |
H A D | power_screen_saver.c | 48 POWER_HILOGE("Failed to allocate memory for screen saver proxy entry"); in CreatClient() 95 POWER_HILOGI("Succeed to get screen saver proxy interface"); in GetScreenSaverProxyInterface() 120 ScreenSaverProxyInterface *proxy = (ScreenSaverProxyInterface *)iUnknown; in SetScreenSaverStateProxy() local 121 proxy->Invoke((IClientProxy *)proxy, SCREENSAVER_FUNCID_SETSTATE, &request, &ret, Callback); in SetScreenSaverStateProxy()
|
/base/security/device_security_level/interfaces/inner_api/src/standard/ |
H A D | device_security_info.cpp | 51 auto proxy = iface_cast<DeviceSecurityLevelProxy>(object); in RequestDeviceSecurityInfoAsyncImpl() local 52 if (proxy == nullptr) { in RequestDeviceSecurityInfoAsyncImpl() 66 auto result = proxy->RequestDeviceSecurityLevel(*identify, *option, stub->AsObject(), cookie); in RequestDeviceSecurityInfoAsyncImpl()
|
/base/security/security_guard/frameworks/common/obtaindata/src/ |
H A D | sg_obtaindata_client.cpp | 41 auto proxy = iface_cast<DataCollectManagerProxy>(object);
in RequestSecurityEventInfo() local 42 if (proxy == nullptr) {
in RequestSecurityEventInfo() 43 SGLOGE("proxy is null");
in RequestSecurityEventInfo() 52 int32_t ret = proxy->RequestRiskData(devId, eventList, obj);
in RequestSecurityEventInfo()
|
/base/useriam/face_auth/frameworks/ipc/src/ |
H A D | face_auth_client_impl.cpp | 86 sptr<IFaceAuth> proxy = GetProxy(); in SetBufferProducer() local 87 if (proxy == nullptr) { in SetBufferProducer() 91 return proxy->SetBufferProducer(producer); in SetBufferProducer() 141 IAM_LOGI("end reset proxy"); in ResetProxy()
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devhost_service_proxy.c | 84 struct DevHostServiceProxy *proxy = HDF_SLIST_CONTAINER_OF( in DevHostServiceProxyOnRemoteDied() local 87 message->data[0] = (void *)(uintptr_t)proxy->hostId; in DevHostServiceProxyOnRemoteDied() 89 HDF_LOGD("%{public}s: host %{public}u dead, respawn it", __FUNCTION__, proxy->hostId); in DevHostServiceProxyOnRemoteDied()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/ |
H A D | js_ui_service_proxy.cpp | 40 std::unique_ptr<JsUIServiceProxy> proxy = std::make_unique<JsUIServiceProxy>(impl, hostProxy); in CreateJsUIServiceProxy() local 41 proxy->SetConnectionId(connectionId); in CreateJsUIServiceProxy() 42 napi_wrap(env, object, proxy.release(), Finalizer, nullptr, nullptr); in CreateJsUIServiceProxy()
|