/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...] |
/device/linaro/bootloader/arm-trusted-firmware/lib/pmf/ |
pmf_main.c | 118 static pmf_svc_desc_t *get_service(unsigned int tid) function 166 svc_desc = get_service(tid);
|
/external/autotest/client/cros/networking/ |
shill_context.py | 103 construction. Instead, it takes a |get_service| function at construction, 105 context. It is assumed that |get_service| always returns a service object 109 def get_service(): 112 with ServiceAutoConnectContext(get_service, False): 114 # returned by |get_service| is temporarily set to False if it's 119 def __init__(self, get_service, autoconnect): 120 self._get_service = get_service
|
shill_proxy.py | 562 def get_service(self, params): member in class:ShillProxy
|
/external/autotest/client/site_tests/network_VPNConnect/ |
network_VPNConnect.py | 200 service = proxy.get_service(self.get_vpn_client_properties(tpm))
|