Searched defs:Connect (Results 1 - 25 of 33) sorted by relevance

12

/system/connectivity/shill/binder/
H A Dservice_binder_adaptor.cc98 Status ServiceBinderAdaptor::Connect() { function in class:shill::ServiceBinderAdaptor
/system/connectivity/shill/cellular/
H A Dmodem_manager_1.cc72 void ModemManager1::Connect() { function in class:shill::ModemManager1
73 ModemManager::Connect();
H A Dmodem_manager.cc47 void ModemManager::Connect() { function in class:shill::ModemManager
60 Connect();
125 void ModemManagerClassic::Connect() { function in class:shill::ModemManagerClassic
126 ModemManager::Connect();
H A Dmodem_manager_unittest.cc97 modem_manager_.Connect();
109 modem_manager_.Connect();
166 TEST_F(ModemManagerClassicTest, Connect) {
175 modem_manager_.Connect();
204 void Connect(const ObjectsWithProperties& expected_objects) { function in class:shill::ModemManager1Test
208 modem_manager_.Connect();
243 TEST_F(ModemManager1Test, Connect) {
247 Connect(GetModemWithProperties());
257 Connect(ObjectsWithProperties());
H A Dcellular_capability_classic.cc242 void CellularCapabilityClassic::Connect(const KeyValueStore& properties, function in class:shill::CellularCapabilityClassic
246 simple_proxy_->Connect(properties, error, callback, kTimeoutConnect);
/system/connectivity/shill/dbus/
H A Dchromeos_modem_simple_proxy.cc58 void ChromeosModemSimpleProxy::Connect(const KeyValueStore& properties, function in class:shill::ChromeosModemSimpleProxy
H A Dchromeos_mm1_modem_simple_proxy.cc45 void ChromeosModemSimpleProxy::Connect( function in class:shill::mm1::ChromeosModemSimpleProxy
H A Dchromeos_service_dbus_adaptor.cc163 bool ChromeosServiceDBusAdaptor::Connect(brillo::ErrorPtr* error) { function in class:shill::ChromeosServiceDBusAdaptor
H A Dchromeos_wimax_device_proxy.cc137 void ChromeosWiMaxDeviceProxy::Connect(const RpcIdentifier& network, function in class:shill::ChromeosWiMaxDeviceProxy
/system/connectivity/shill/ethernet/
H A Dethernet_service.cc84 void EthernetService::Connect(Error* error, const char* reason) { function in class:shill::EthernetService
85 Service::Connect(error, reason);
/system/extras/tests/net_test/
H A Dcsocket.py117 def Connect(s, to): function
/system/bt/service/common/bluetooth/binder/
H A DIBluetoothLowEnergy.cpp73 bool result = Connect(client_id, address, is_direct);
194 bool BpBluetoothLowEnergy::Connect(int client_id, const char* address, function in class:ipc::binder::BpBluetoothLowEnergy
/system/core/fastboot/
H A Dtcp.cpp181 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error) { function in namespace:tcp
182 return internal::Connect(Socket::NewClient(Socket::Protocol::kTcp, hostname, port, error),
188 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error) { function in namespace:tcp::internal
H A Dudp.cpp373 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error) { function in namespace:udp
374 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error),
380 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error) { function in namespace:udp::internal
/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cpp57 bool BluetoothLowEnergyBinderServer::Connect(int client_id, function in class:ipc::binder::BluetoothLowEnergyBinderServer
71 return client->Connect(std::string(address), is_direct);
/system/connectivity/shill/net/
H A Dsockets.cc83 int Sockets::Connect(int sockfd, function in class:shill::Sockets
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc84 void PPPoEService::Connect(Error* error, const char* reason) { function in class:shill::PPPoEService
85 Service::Connect(error, reason);
/system/connectivity/shill/vpn/
H A Dvpn_service.cc74 void VPNService::Connect(Error* error, const char* reason) { function in class:shill::VPNService
88 Service::Connect(error, reason);
89 driver_->Connect(this, error);
H A Dthird_party_vpn_driver.cc450 void ThirdPartyVpnDriver::Connect(const VPNServiceRefPtr& service, function in class:shill::ThirdPartyVpnDriver
/system/connectivity/shill/wimax/
H A Dwimax_service.cc151 void WiMaxService::Connect(Error* error, const char* reason) { function in class:shill::WiMaxService
174 Service::Connect(error, reason);
/system/webservd/libwebserv/
H A Ddbus_protocol_handler.cc160 void DBusProtocolHandler::Connect(ProtocolHandlerProxyInterface* proxy) { function in class:libwebserv::DBusProtocolHandler
H A Ddbus_server.cc111 void DBusServer::Connect( function in class:libwebserv::DBusServer
164 registered_handler->Connect(handler);
/system/weaved/buffet/
H A Dshill_client.cc138 void ShillClient::Connect(const string& ssid, function in class:buffet::ShillClient
174 connecting_service_->Connect(nullptr);
507 VLOG(1) << "Connecting service has signal. Calling Connect().";
513 connecting_service_->Connect(nullptr);
/system/weaved/libweaved/
H A Dservice.cc39 // When the client wants to connect to weaved they would call Service::Connect
43 // Service::Connect() creates an instance of ServiceImpl class and sets the only
73 // the original call to Service::Connect() and pass the weak pointer to the
80 // is started as if the client just invoked Service::Connect() again on the new
161 // This class is created as soon as Service::Connect() is called and it
170 // uses Service::Connect which is responsible for creating a instance of this
196 // Helper method called from Service::Connect() to initiate binder connection
498 std::unique_ptr<Service::Subscription> Service::Connect( function in class:weaved::Service
/system/bt/service/
H A Dlow_energy_client.cpp337 bool LowEnergyClient::Connect(std::string address, bool is_direct) { function in class:bluetooth::LowEnergyClient

Completed in 740 milliseconds

12