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

1 23 4

  /system/connectivity/shill/
ppp_device.cc 24 #include "shill/technology.h"
43 interface_index, Technology::kPPP) {}
profile_unittest.cc 308 string service1_storage_name = Technology::NameFromIdentifier(
309 Technology::kCellular) + "_1";
310 string service2_storage_name = Technology::NameFromIdentifier(
311 Technology::kCellular) + "_2";
service.h 42 #include "shill/technology.h"
160 Technology::Identifier technology);
312 // of this service's technology via a property set on it.
423 virtual Technology::Identifier technology() const { return technology_; } function in class:shill::Service
454 const std::vector<Technology::Identifier>& tech_order,
    [all...]
service.cc 75 "technology not connectable";
106 const char Service::kServiceSortTechnology[] = "Technology";
147 Technology::Identifier technology)
169 technology_(technology),
303 LOG(INFO) << Technology::NameFromIdentifier(technology) << " service "
    [all...]
property_store_unittest.cc 88 default_technology_order_{Technology::kVPN,
89 Technology::kEthernet,
90 Technology::kWifi,
91 Technology::kWiMax,
92 Technology::kCellular},
device.h 44 #include "shill/technology.h"
83 Technology::Identifier technology);
241 virtual Technology::Identifier technology() const { return technology_; } function in class:shill::Device
288 // (if necessary). Derived classes may implement any technology
625 // device technology.
    [all...]
profile.cc 397 // to a technology. (wifi_*, etc)
399 if (Technology::IdentifierFromStorageGroup(group) != Technology::kUnknown)
default_profile.cc 176 if (service->technology() == Technology::kEthernet) {
link_monitor_unittest.cc 110 EXPECT_CALL(*connection_, technology())
111 .WillRepeatedly(Return(Technology::kEthernet));
service_unittest.cc 232 vector<Technology::Identifier> technology_order_for_sorting_;
271 service_->technology_ = Technology::kWifi;
    [all...]
connection.cc 113 Technology::Identifier technology,
122 technology_(technology),
143 << Technology::NameFromIdentifier(technology) << ")";
default_profile_unittest.cc 373 EXPECT_CALL(*unknown_service, technology())
374 .WillOnce(Return(Technology::kUnknown));
382 EXPECT_CALL(*ethernet_service, technology())
383 .WillOnce(Return(Technology::kEthernet));
connection_unittest.cc 87 Technology::kUnknown,
217 Technology::kUnknown,
738 Technology::kUnknown,
    [all...]
eap_credentials.cc 319 Metrics* metrics, Technology::Identifier technology) const {
324 technology),
332 technology),
  /system/connectivity/shill/vpn/
third_party_vpn_driver_unittest.cc 54 kInterfaceIndex, Technology::kVPN)) {}
247 kInterfaceName, kInterfaceIndex, Technology::kVPN);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
batclass.h 98 UCHAR Technology;
poclass.h 137 UCHAR Technology;
  /system/connectivity/shill/pppoe/
pppoe_service.cc 60 Technology::kPPPoE, ethernet),
  /system/connectivity/shill/wifi/
wifi_service.cc 90 Technology::kWifi),
474 technology());
485 technology()),
492 technology()),
505 technology()),
510 eap()->OutputConnectionMetrics(metrics(), technology());
518 technology()),
527 Metrics::kMetricTimeResumeToReadyMillisecondsSuffix, technology()),
537 technology()),
    [all...]
wifi_provider.cc 44 #include "shill/technology.h"
162 !manager_->IsTechnologyConnected(Technology::kWifi)) {
386 Technology::kWifi),
  /system/connectivity/shill/wimax/
wimax_service.cc 36 #include "shill/technology.h"
56 : Service(control, dispatcher, metrics, manager, Technology::kWiMax),
wimax.cc 78 interface_index, Technology::kWiMax),
  /external/autotest/client/cros/cellular/
cell_tools.py 186 logger.info('Changing firmware to technology family %s' % family)
260 """Prepare modem for the technology: Sets things like firmware, PRL."""
286 # because the call box can only emulate one technology at a time (EVDO).
288 if target_technology == cellular.Technology.EVDO_1X:
  /system/connectivity/shill/cellular/
cellular_capability_cdma_unittest.cc 64 Technology::kCellular);
cellular_service.cc 79 Technology::kCellular),
447 void CellularService::SetNetworkTechnology(const string& technology) {
448 if (technology == network_technology_) {
451 network_technology_ = technology;
453 technology);

Completed in 911 milliseconds

1 23 4