Home
last modified time | relevance | path

Searched refs:get_service (Results 1 – 12 of 12) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp87 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket()
112 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket()
114 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket()
136 this->get_service().assign(this->get_implementation(), in basic_socket()
193 this->get_service().template converting_move_construct<Protocol1>( in basic_socket()
264 this->get_service().open(this->get_implementation(), protocol, ec); in open()
290 return this->get_service().open(this->get_implementation(), protocol, ec); in open()
307 this->get_service().assign(this->get_implementation(), in assign()
325 return this->get_service().assign(this->get_implementation(), in assign()
332 return this->get_service().is_open(this->get_implementation()); in is_open()
[all …]
Dbasic_socket_acceptor.hpp101 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor()
138 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor()
142 this->get_service().set_option(this->get_implementation(), in basic_socket_acceptor()
146 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket_acceptor()
148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor()
173 this->get_service().assign(this->get_implementation(), in basic_socket_acceptor()
232 this->get_service().template converting_move_construct<Protocol1>( in basic_socket_acceptor()
277 this->get_service().open(this->get_implementation(), protocol, ec); in open()
304 return this->get_service().open(this->get_implementation(), protocol, ec); in open()
321 this->get_service().assign(this->get_implementation(), in assign()
[all …]
Dbasic_stream_socket.hpp237 std::size_t s = this->get_service().send( in send()
275 std::size_t s = this->get_service().send( in send()
303 return this->get_service().send( in send()
352 return this->get_service().async_send( in ASIO_INITFN_RESULT_TYPE()
405 return this->get_service().async_send( in ASIO_INITFN_RESULT_TYPE()
442 std::size_t s = this->get_service().receive( in receive()
483 std::size_t s = this->get_service().receive( in receive()
511 return this->get_service().receive( in receive()
562 return this->get_service().async_receive(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
616 return this->get_service().async_receive(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
[all …]
Dbasic_io_object.hpp97 service_type& get_service() in get_service() function in asio::basic_io_object
103 const service_type& get_service() const in get_service() function in asio::basic_io_object
157 : service_(&other.get_service()) in basic_io_object()
175 service_type& get_service() in get_service() function in asio::basic_io_object
180 const service_type& get_service() const in get_service() function in asio::basic_io_object
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dk8s.py96 def get_service(self, name) -> V1Service: member in KubernetesNamespace
139 service = self.get_service(name)
184 service = self.get_service(name)
195 service = self.get_service(service_name)
/external/arm-trusted-firmware/lib/pmf/
Dpmf_main.c118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service() function
166 svc_desc = get_service(tid); in pmf_get_timestamp_smc()
/external/autotest/client/cros/networking/
Dshill_context.py120 def __init__(self, get_service, autoconnect): argument
121 self._get_service = get_service
Dshill_proxy.py591 def get_service(self, params): member in ShillProxy
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs657 if file.get_service().is_empty() { in gen_file()
668 for service in file.get_service() { in gen_file()
694 if file.get_service().is_empty() { in gen()
/external/libcups/tools/
Dippfind.c170 static ippfind_srv_t *get_service(cups_array_t *services, const char *serviceName, const char *regt…
1227 service = get_service(services, name, regtype, domain); in main()
1495 get_service((cups_array_t *)context, serviceName, regtype, replyDomain); in browse_callback()
1531 service = get_service((cups_array_t *)context, serviceName, regtype, in browse_local_callback()
1579 service = get_service((cups_array_t *)context, name, type, domain); in browse_callback()
2128 get_service(cups_array_t *services, /* I - Service array */ in get_service() function
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dbase_runner.py112 service = self.k8s_namespace.get_service(service_name)
/external/rust/crates/protobuf/src/
Ddescriptor.rs425 pub fn get_service(&self) -> &[ServiceDescriptorProto] { in get_service() method