/external/parameter-framework/asio-1.10.6/include/asio/ |
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_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_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_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 | 522 def get_service(self, params): member in class:ShillProxy
|
/external/avahi/avahi-discover-standalone/ |
main.c | 74 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) { function 172 if ((s = get_service(service_type, service_name, domain_name, interface, protocol)))
|
/system/connectivity/shill/vpn/ |
vpn_provider_unittest.cc | 163 ServiceRefPtr get_service = provider_.GetService(args, &error); local 165 ASSERT_EQ(service, get_service);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
resultset.py | 71 # Makes owner available for get_service and
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msimcntl.h | 164 virtual HRESULT WINAPI get_Service(short *pVal) = 0; 186 HRESULT (WINAPI *get_Service)(_IUseIMBase *This,short *pVal); 210 #define _IUseIMBase_get_Service(This,pVal) (This)->lpVtbl->get_Service(This,pVal) 302 HRESULT (WINAPI *get_Service)(IMSIMContactView *This,short *pVal); 364 #define IMSIMContactView_get_Service(This,pVal) (This)->lpVtbl->get_Service(This,pVal) [all...] |
msimcsdk.h | [all...] |
/external/autotest/client/site_tests/network_VPNConnect/ |
network_VPNConnect.py | 198 service = proxy.get_service(self.get_vpn_client_properties(tpm))
|
/external/freetype/include/internal/ |
ftserv.h | [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftserv.h | [all...] |