Searched refs:tech (Results 1 – 10 of 10) sorted by relevance
79 MOCK_METHOD1(IsPortalDetectionEnabled, bool(Technology::Identifier tech));86 bool(Technology::Identifier tech));88 bool(Technology::Identifier tech));90 bool(Technology::Identifier tech));
171 FilterByTechnology(Technology::Identifier tech) const;315 virtual bool IsPortalDetectionEnabled(Technology::Identifier tech);667 Technology::Identifier tech) const;
952 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() argument966 return IsTechnologyInList(GetCheckPortalList(nullptr), tech); in IsPortalDetectionEnabled()1736 Manager::FilterByTechnology(Technology::Identifier tech) const { in FilterByTechnology()1739 if (device->technology() == tech) in FilterByTechnology()
201 Technology::Identifier tech) { in IsDeviceRegistered() argument202 auto devices = manager()->FilterByTechnology(tech); in IsDeviceRegistered()
437 uint32_t tech = network_proxy_->AccessTechnology(); in GetProperties() local438 SetAccessTechnology(tech); in GetProperties()439 SLOG(this, 2) << "GSM AccessTechnology: " << tech; in GetProperties()597 int tech = 0; in ParseScanResult() local598 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()
399 def EnableTechnology(self, tech): argument401 self.manager.EnableTechnology(tech)408 def DisableTechnology(self, tech): argument409 self.manager.DisableTechnology(tech, timeout=60)
57 void SetLogging(Technology tech);
159 void ProxyDbusClient::SetLogging(Technology tech) { in SetLogging() argument161 switch (tech) { in SetLogging()
147 http://source.android.com/devices/tech/config/filesystem.html. When
69 # See storage config details at http://source.android.com/tech/storage/