HomeSort by relevance Sort by last modified time
    Searched refs:Technology (Results 76 - 95 of 95) sorted by null

1 2 34

  /system/connectivity/shill/
device.cc 71 #include "shill/technology.h"
146 Technology::Identifier technology)
164 technology_(technology),
450 return Technology::NameFromIdentifier(technology());
    [all...]
active_link_monitor_unittest.cc 169 EXPECT_CALL(*connection_, technology())
170 .WillRepeatedly(Return(Technology::kEthernet));
eap_credentials_unittest.cc 35 #include "shill/technology.h"
330 eap_.OutputConnectionMetrics(&metrics, Technology::kWifi);
device_unittest.cc 69 #include "shill/technology.h"
108 Technology::Identifier technology)
110 address, interface_index, technology) {
183 Technology::kUnknown)),
811 device_->technology(),
814 NotifyIPv6ConnectivityStatus(device_->technology(), false));
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 75 Technology::kCellular);
cellular_capability_gsm_unittest.cc 82 Technology::kCellular);
243 void SetAccessTechnology(uint32_t technology) {
244 capability_->access_technology_ = technology;
cellular.cc 61 #include "shill/technology.h"
98 Technology::kCellular),
    [all...]
cellular_capability_universal_unittest.cc 105 Technology::kCellular);
    [all...]
cellular_unittest.cc 165 Technology::kCellular);
    [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 159 void ProxyDbusClient::SetLogging(Technology tech) {
  /system/connectivity/shill/vpn/
third_party_vpn_driver.cc 479 link_name, interface_index, Technology::kVPN);
vpn_service_unittest.cc 381 EXPECT_CALL(*connection_, technology())
392 EXPECT_CALL(*lower_connection_, technology())
393 .WillOnce(Return(Technology::kWifi));
openvpn_driver.cc 373 link_name, interface_index, Technology::kVPN);
    [all...]
openvpn_driver_unittest.cc 48 #include "shill/technology.h"
115 kInterfaceName, kInterfaceIndex, Technology::kVPN)),
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 44 #include "shill/technology.h"
680 EXPECT_CALL(manager_, IsTechnologyConnected(Technology::kWifi))
709 EXPECT_CALL(manager_, IsTechnologyConnected(Technology::kWifi))
824 EXPECT_CALL(manager_, IsTechnologyConnected(Technology::kWifi))
    [all...]
wifi_service_unittest.cc 52 #include "shill/technology.h"
410 Metrics::kMetricTimeToJoinMillisecondsSuffix, Technology::kWifi);
    [all...]
wifi.cc 65 #include "shill/technology.h"
141 Technology::kWifi),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 1042 IN const GUID* Technology) PURE;
1047 IN const GUID* Technology);
    [all...]
  /external/autotest/client/tools/
boottool     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 985 milliseconds

1 2 34