HomeSort by relevance Sort by last modified time
    Searched refs:get_service (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 87 this->get_service().open(this->get_implementation(), protocol, ec);
112 this->get_service().open(this->get_implementation(), protocol, ec);
114 this->get_service().bind(this->get_implementation(), endpoint, ec);
136 this->get_service().assign(this->get_implementation(),
193 this->get_service().template converting_move_construct<Protocol1>(
264 this->get_service().open(this->get_implementation(), protocol, ec);
290 return this->get_service().open(this->get_implementation(), protocol, ec);
307 this->get_service().assign(this->get_implementation(),
325 return this->get_service().assign(this->get_implementation(),
332 return this->get_service().is_open(this->get_implementation())
    [all...]
basic_socket_acceptor.hpp 101 this->get_service().open(this->get_implementation(), protocol, ec);
138 this->get_service().open(this->get_implementation(), protocol, ec);
142 this->get_service().set_option(this->get_implementation(),
146 this->get_service().bind(this->get_implementation(), endpoint, ec);
148 this->get_service().listen(this->get_implementation(),
173 this->get_service().assign(this->get_implementation(),
232 this->get_service().template converting_move_construct<Protocol1>(
277 this->get_service().open(this->get_implementation(), protocol, ec);
304 return this->get_service().open(this->get_implementation(), protocol, ec);
321 this->get_service().assign(this->get_implementation()
    [all...]
basic_io_object.hpp 77 * @code get_service().construct(get_implementation()); @endcode
89 * @code get_service().destroy(get_implementation()); @endcode
97 service_type& get_service() function in class:asio::basic_io_object
103 const service_type& get_service() const function in class:asio::basic_io_object
108 /// (Deprecated: Use get_service().) The service associated with the I/O
157 : service_(&other.get_service())
175 service_type& get_service() function in class:asio::basic_io_object
180 const service_type& get_service() const function in class:asio::basic_io_object
basic_stream_socket.hpp 237 std::size_t s = this->get_service().send(
275 std::size_t s = this->get_service().send(
303 return this->get_service().send(
352 return this->get_service().async_send(
405 return this->get_service().async_send(
442 std::size_t s = this->get_service().receive(
483 std::size_t s = this->get_service().receive(
511 return this->get_service().receive(
562 return this->get_service().async_receive(this->get_implementation(),
616 return this->get_service().async_receive(this->get_implementation()
    [all...]
  /external/autotest/client/cros/networking/
shill_context.py 29 construction. Instead, it takes a |get_service| function at construction,
31 context. It is assumed that |get_service| always returns a service object
35 def get_service():
38 with ServiceAutoConnectContext(get_service, False):
40 # returned by |get_service| is temporarily set to False if it's
45 def __init__(self, get_service, autoconnect):
46 self._get_service = get_service
shill_proxy.py 551 def get_service(self, params): member in class:ShillProxy
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 198 service = proxy.get_service(self.get_vpn_client_properties(tpm))

Completed in 197 milliseconds