HomeSort by relevance Sort by last modified time
    Searched refs:interface_name (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /system/connectivity/shill/
async_connection.cc 36 AsyncConnection::AsyncConnection(const string& interface_name,
40 : interface_name_(interface_name),
connection.h 85 const std::string& interface_name,
107 virtual const std::string& interface_name() const { return interface_name_; } function in class:shill::Connection
mock_manager.h 125 const std::string& interface_name, Error* error));
127 const std::string& interface_name,
dns_server_tester.cc 60 connection_->interface_name(),
device_info.h 150 virtual bool CreateTunnelInterface(std::string* interface_name) const;
151 virtual int OpenTunnelInterface(const std::string& interface_name) const;
154 // Returns the interface index for |interface_name| or -1 if unknown.
155 virtual int GetIndex(const std::string& interface_name) const;
http_request.cc 44 static string ObjectID(Connection* c) { return c->interface_name(); }
75 connection->interface_name(),
81 new AsyncConnection(connection_->interface_name(),
dns_client.cc 50 static string ObjectID(DNSClient* d) { return d->interface_name(); }
77 const string& interface_name,
83 interface_name_(interface_name),
connection_health_checker.cc 53 return c->interface_name();
97 tcp_connection_(new AsyncConnection(connection_->interface_name(),
154 connection_->interface_name(),
212 tcp_connection_.reset(new AsyncConnection(connection_->interface_name(),
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 82 const std::string& interface_name,
124 void OnSignalConnected(const std::string& interface_name,
chromeos_dbus_objectmanager_proxy.h 85 void OnSignalConnected(const std::string& interface_name,
chromeos_power_manager_proxy.h 87 void OnSignalConnected(const std::string& interface_name,
chromeos_mm1_modem_proxy.cc 272 const string& interface_name, const string& signal_name, bool success) {
274 << "interface: " << interface_name
278 << " to interface " << interface_name; local
chromeos_power_manager_proxy.cc 348 const string& interface_name, const string& signal_name, bool success) {
349 LOG(INFO) << __func__ << " interface: " << interface_name
353 << " to interface " << interface_name; local
chromeos_mm1_modem_proxy.h 111 void OnSignalConnected(const std::string& interface_name,
chromeos_modem_gsm_card_proxy.h 77 const std::string& interface_name,
  /system/update_engine/
chrome_browser_proxy_resolver.cc 121 void ChromeBrowserProxyResolver::OnSignalConnected(const string& interface_name,
125 LOG(ERROR) << "Couldn't connect to the signal " << interface_name << "."
  /system/update_engine/update_manager/
real_shill_provider.cc 105 void RealShillProvider::OnSignalConnected(const string& interface_name,
109 LOG(ERROR) << "Couldn't connect to the signal " << interface_name << "."
  /development/host/windows/usb/api/
adb_api.cpp 107 const wchar_t* interface_name) {
113 if (IsLegacyInterface(interface_name)) {
115 obj = new AdbLegacyInterfaceObject(interface_name);
121 obj = InstantiateWinUsbInterface(interface_name);
  /external/autotest/client/common_lib/cros/network/
interface.py 22 DefaultRoute = collections.namedtuple('DefaultRoute', ['interface_name',
437 interface_name = match.group(2)
440 if re.match(interface_name_regex, interface_name) is None:
442 defaults.append(DefaultRoute(interface_name=interface_name,
iw_runner.py 203 def get_current_bssid(self, interface_name):
204 """Get the BSSID that |interface_name| is associated with.
206 @param interface_name: string name of interface (e.g. 'wlan0').
211 (self._command_iw, interface_name),
220 'Connected to ([0-9a-fA-F:]{17}) \\(on %s\\)' % interface_name,
227 def get_interface(self, interface_name):
230 @param interface_name: string name of interface (e.g. 'wlan0').
235 if iw_if.if_name == interface_name]
238 interface_name)
  /system/connectivity/apmanager/
service.h 75 // |interface_name|.
77 const std::string& interface_name,
config.cc 294 void Config::SetInterfaceName(const std::string& interface_name) {
295 adaptor_->SetInterfaceName(interface_name);
350 void Config::SetBridgeInterface(const std::string& interface_name) {
351 adaptor_->SetBridgeInterface(interface_name);
  /external/dbus-binding-generator/chromeos-dbus-bindings/
generate_chromeos_dbus_bindings.cc 111 std::string interface_name; local
112 if (!item->GetAsString(&interface_name)) {
116 config->ignore_interfaces.push_back(interface_name);
  /system/webservd/webservd/
server.cc 124 << handler_config.interface_name;
127 handler_config.interface_name,
128 base::Bind(&OnFirewallSuccess, handler_config.interface_name,
  /external/avahi/avahi-autoipd/
main.c 128 static char *interface_name = NULL; variable
408 avahi_set_proc_title(argv0, "%s: [%s] sleeping", argv0, interface_name);
410 avahi_set_proc_title(argv0, "%s: [%s] announcing %s", argv0, interface_name, inet_ntop(AF_INET, &address, buf, sizeof(buf)));
412 avahi_set_proc_title(argv0, "%s: [%s] bound %s", argv0, interface_name, inet_ntop(AF_INET, &address, buf, sizeof(buf)));
414 avahi_set_proc_title(argv0, "%s: [%s] probing %s", argv0, interface_name, inet_ntop(AF_INET, &address, buf, sizeof(buf)));
824 avahi_set_proc_title(argv0, "%s: [%s] callout dispatcher", argv0, interface_name);
    [all...]

Completed in 3673 milliseconds

1 2 3 4 5 67 8 910