Home
last modified time | relevance | path

Searched refs:tech (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/shill/
Dmock_manager.h79 MOCK_METHOD1(IsPortalDetectionEnabled, bool(Technology::Identifier tech));
86 bool(Technology::Identifier tech));
88 bool(Technology::Identifier tech));
90 bool(Technology::Identifier tech));
Dmanager.h171 FilterByTechnology(Technology::Identifier tech) const;
315 virtual bool IsPortalDetectionEnabled(Technology::Identifier tech);
667 Technology::Identifier tech) const;
Dmanager.cc952 Technology::Identifier tech) const { in IsTechnologyInList()
961 std::find(technologies.begin(), technologies.end(), tech) != in IsTechnologyInList()
965 bool Manager::IsPortalDetectionEnabled(Technology::Identifier tech) { in IsPortalDetectionEnabled() argument
966 return IsTechnologyInList(GetCheckPortalList(nullptr), tech); in IsPortalDetectionEnabled()
1736 Manager::FilterByTechnology(Technology::Identifier tech) const { in FilterByTechnology()
1739 if (device->technology() == tech) in FilterByTechnology()
Dmanager_unittest.cc201 Technology::Identifier tech) { in IsDeviceRegistered() argument
202 auto devices = manager()->FilterByTechnology(tech); in IsDeviceRegistered()
/system/connectivity/shill/cellular/
Dcellular_capability_gsm.cc437 uint32_t tech = network_proxy_->AccessTechnology(); in GetProperties() local
438 SetAccessTechnology(tech); in GetProperties()
439 SLOG(this, 2) << "GSM AccessTechnology: " << tech; in GetProperties()
597 int tech = 0; in ParseScanResult() local
598 if (base::StringToInt(it->second, &tech) && in ParseScanResult()
599 tech >= 0 && in ParseScanResult()
600 tech < static_cast<int>(arraysize(kTechnologyString))) { in ParseScanResult()
601 parsed[kTechnologyProperty] = kTechnologyString[tech]; in ParseScanResult()
/system/connectivity/shill/test-scripts/
Dflimflam.py399 def EnableTechnology(self, tech): argument
401 self.manager.EnableTechnology(tech)
408 def DisableTechnology(self, tech): argument
409 self.manager.DisableTechnology(tech, timeout=60)
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h57 void SetLogging(Technology tech);
Dproxy_dbus_client.cc159 void ProxyDbusClient::SetLogging(Technology tech) { in SetLogging() argument
161 switch (tech) { in SetLogging()
/system/core/init/
Dreadme.txt147 http://source.android.com/devices/tech/config/filesystem.html. When
/system/core/rootdir/
Dinit.rc69 # See storage config details at http://source.android.com/tech/storage/