Home
last modified time | relevance | path

Searched refs:ServiceProxy (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/compose/v2/pkg/api/
H A Dproxy.go26 type ServiceProxy struct { struct
55 func NewServiceProxy() *ServiceProxy {
56 return &ServiceProxy{}
62 var _ Service = &ServiceProxy{}
65 func (s *ServiceProxy) WithService(service Service) *ServiceProxy { argument
94 func (s *ServiceProxy) WithInterceptor(interceptors ...Interceptor) *ServiceProxy { argument
177 func (s *ServiceProxy) Up(ctx context.Context, project *types.Project, options UpOptions) error { argument
188 func (s *ServiceProxy) Down(ctx context.Context, project string, options DownOptions) error { argument
212 func (s *ServiceProxy) List(ctx context.Context, options ListOptions) ([]Stack, error) { argument
283 func (s *ServiceProxy) Pause(ctx context.Context, project string, options PauseOptions) error { argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Dservice_proxy.cc31 ServiceProxy::ServiceProxy(EventListener* event_listener) in ServiceProxy() function in perfetto::ipc::ServiceProxy
34 ServiceProxy::~ServiceProxy() { in ~ServiceProxy()
39 void ServiceProxy::InitializeBinding( in InitializeBinding()
48 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke()
82 void ServiceProxy::EndInvoke(RequestID request_id, in EndInvoke()
100 void ServiceProxy::OnConnect(bool success) { in OnConnect()
108 void ServiceProxy::OnDisconnect() { in OnDisconnect()
113 base::WeakPtr<ServiceProxy> ServiceProxy::GetWeakPtr() const { in GetWeakPtr()
H A Dclient_impl.h53 void BindService(base::WeakPtr<ServiceProxy>) override;
67 base::WeakPtr<ServiceProxy>,
75 base::WeakPtr<ServiceProxy> service_proxy;
102 std::map<ServiceID, base::WeakPtr<ServiceProxy>> service_bindings_;
105 std::list<base::WeakPtr<ServiceProxy>> queued_bindings_;
H A Dclient_impl.cc71 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService()
104 base::WeakPtr<ServiceProxy> service_proxy, in BeginInvoke()
164 for (base::WeakPtr<ServiceProxy>& service_proxy : queued_bindings) { in OnConnect()
176 base::WeakPtr<ServiceProxy>& service_proxy = it.second; in OnDisconnect()
240 base::WeakPtr<ServiceProxy>& service_proxy = req.service_proxy; in OnBindServiceReply()
276 base::WeakPtr<ServiceProxy> service_proxy = req.service_proxy; in OnInvokeMethodReply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Dservice_proxy.cc31 ServiceProxy::ServiceProxy(EventListener* event_listener) in ServiceProxy() function in perfetto::ipc::ServiceProxy
34 ServiceProxy::~ServiceProxy() { in ~ServiceProxy()
39 void ServiceProxy::InitializeBinding( in InitializeBinding()
48 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke()
82 void ServiceProxy::EndInvoke(RequestID request_id, in EndInvoke()
100 void ServiceProxy::OnConnect(bool success) { in OnConnect()
108 void ServiceProxy::OnDisconnect() { in OnDisconnect()
113 base::WeakPtr<ServiceProxy> ServiceProxy::GetWeakPtr() const { in GetWeakPtr()
H A Dclient_impl.h53 void BindService(base::WeakPtr<ServiceProxy>) override;
67 base::WeakPtr<ServiceProxy>,
75 base::WeakPtr<ServiceProxy> service_proxy;
98 std::map<ServiceID, base::WeakPtr<ServiceProxy>> service_bindings_;
101 std::list<base::WeakPtr<ServiceProxy>> queued_bindings_;
H A Dclient_impl.cc60 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService()
93 base::WeakPtr<ServiceProxy> service_proxy, in BeginInvoke()
134 for (base::WeakPtr<ServiceProxy>& service_proxy : queued_bindings_) { in OnConnect()
146 base::WeakPtr<ServiceProxy>& service_proxy = it.second; in OnDisconnect()
210 base::WeakPtr<ServiceProxy>& service_proxy = req.service_proxy; in OnBindServiceReply()
246 base::WeakPtr<ServiceProxy> service_proxy = req.service_proxy; in OnInvokeMethodReply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/include/perfetto/ext/ipc/
H A Dservice_proxy.h42 class PERFETTO_EXPORT ServiceProxy {
61 explicit ServiceProxy(EventListener*);
62 virtual ~ServiceProxy();
85 base::WeakPtr<ServiceProxy> GetWeakPtr() const;
96 base::WeakPtrFactory<ServiceProxy> weak_ptr_factory_; // Keep last.
H A Dclient.h34 class ServiceProxy; variable
52 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/ipc/
H A Dservice_proxy.h42 class PERFETTO_EXPORT ServiceProxy {
61 explicit ServiceProxy(EventListener*);
62 virtual ~ServiceProxy();
85 base::WeakPtr<ServiceProxy> GetWeakPtr() const;
96 base::WeakPtrFactory<ServiceProxy> weak_ptr_factory_; // Keep last.
H A Dclient.h34 class ServiceProxy; variable
51 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
/dports/www/pomerium/pomerium-0.8.3/config/
H A Dhelpers.go7 ServiceProxy = "proxy" const
24 ServiceProxy:
57 ServiceProxy:
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/server/send_response/simple/no_typecode/
H A Dclient.py3 from ZSI import ServiceProxy
9 server = ServiceProxy('../binding.wsdl', use_wsdl=False)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/client/send_request/simple/ServiceProxy/
H A Dclient.py3 from ZSI import ServiceProxy
8 server = ServiceProxy('../binding.wsdl', use_wsdl=True)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/client/receive_response/simple/ServiceProxy/
H A Dclient.py3 from ZSI import ServiceProxy
8 server = ServiceProxy('../binding.wsdl', use_wsdl=True)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/server/send_response/simple/wsdl2py/
H A Dclient.py3 from ZSI import ServiceProxy
9 server = ServiceProxy('../binding.wsdl', use_wsdl=True)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/server/receive_request/simple/client/
H A Dclient.py3 from ZSI import ServiceProxy
9 server = ServiceProxy('../binding.wsdl', use_wsdl=True)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/client/send_request/complex/manual/
H A Dclient.py5 from ZSI import ServiceProxy
13 registration = ServiceProxy('../binding.wsdl',
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/server/receive_request/complex/client/
H A Dclient.py3 from ZSI import ServiceProxy
12 registration = ServiceProxy('../binding.wsdl',
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/client/receive_response/complex/manual/
H A Dclient.py3 from ZSI import ServiceProxy
10 server = ServiceProxy('../binding.wsdl',
/dports/security/nmap/nmap-7.91/scripts/
H A Dbitcoinrpc-info.nse73 local ServiceProxy = {}
74 function ServiceProxy:new(host, port, path, options)
89 function ServiceProxy:remote(req)
96 function ServiceProxy:call(method, args)
140 local bitcoind = ServiceProxy:new(host, port, "/", {auth = auth})
/dports/net/py-zeep/zeep-4.1.0/src/zeep/
H A Dclient.py4 from zeep.proxy import AsyncServiceProxy, ServiceProxy
123 return ServiceProxy(self, port.binding, **port.binding_options)
139 return ServiceProxy(self, binding, address=address)
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/tests/acceptance/dc/services/instances/
H A Dupstreams.feature8 - ServiceProxy:
24 - ServiceProxy:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/services/instances/
H A Dupstreams.feature8 - ServiceProxy:
24 - ServiceProxy:
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/services/instances/
H A Dupstreams.feature8 - ServiceProxy:
24 - ServiceProxy:

12345678910