Searched refs:technology (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_observer.cc19 const std::string& technology = network->network_technology(); local
20 if (technology == flimflam::kNetworkTechnologyLte ||
21 technology == flimflam::kNetworkTechnologyLteAdvanced)
H A Dnetwork_icon.cc89 // Cached technology badge for the network when the icon was last generated.
411 const std::string& technology = network->network_technology(); local
412 if (technology == flimflam::kNetworkTechnologyEvdo) {
416 } else if (technology == flimflam::kNetworkTechnology1Xrtt) {
418 } else if (technology == flimflam::kNetworkTechnologyGprs) {
422 } else if (technology == flimflam::kNetworkTechnologyEdge) {
426 } else if (technology == flimflam::kNetworkTechnologyUmts) {
430 } else if (technology == flimflam::kNetworkTechnologyHspa) {
434 } else if (technology == flimflam::kNetworkTechnologyHspaPlus) {
438 } else if (technology
[all...]
H A Dnetwork_state_list_detailed_view.h87 const std::string& technology);
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos.cc198 const std::string& type, const std::string& technology) {
209 // For cellular types, mapping depends on the technology.
210 if (technology == flimflam::kNetworkTechnologyEvdo ||
211 technology == flimflam::kNetworkTechnologyGsm ||
212 technology == flimflam::kNetworkTechnologyUmts ||
213 technology == flimflam::kNetworkTechnologyHspa) {
215 } else if (technology == flimflam::kNetworkTechnologyHspaPlus ||
216 technology == flimflam::kNetworkTechnologyLte ||
217 technology == flimflam::kNetworkTechnologyLteAdvanced) {
197 ConnectionTypeFromShill( const std::string& type, const std::string& technology) argument
H A Dshill_property_handler.cc129 const std::string& technology) const {
130 return available_technologies_.count(technology) != 0;
134 const std::string& technology) const {
135 return enabled_technologies_.count(technology) != 0;
139 const std::string& technology) const {
140 return enabling_technologies_.count(technology) != 0;
144 const std::string& technology) const {
145 return uninitialized_technologies_.count(technology) != 0;
149 const std::string& technology,
153 enabling_technologies_.insert(technology);
148 SetTechnologyEnabled( const std::string& technology, bool enabled, const network_handler::ErrorCallback& error_callback) argument
423 std::string technology; local
437 std::string technology; local
452 std::string technology; local
459 EnableTechnologyFailed( const std::string& technology, const network_handler::ErrorCallback& error_callback, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
[all...]
H A Dshill_property_handler.h78 // Called when one or more manager properties (e.g. a technology list)
102 // Returns true if |technology| is available, enabled, etc.
103 bool IsTechnologyAvailable(const std::string& technology) const;
104 bool IsTechnologyEnabled(const std::string& technology) const;
105 bool IsTechnologyEnabling(const std::string& technology) const;
106 bool IsTechnologyUninitialized(const std::string& technology) const;
108 // Asynchronously sets the enabled state for |technology|.
111 const std::string& technology,
171 const std::string& technology,
H A Dgeolocation_handler.cc82 std::string technology; local
83 (*iter)->GetAsString(&technology);
84 if (technology == flimflam::kTypeWifi) {
H A Dnetwork_change_notifier_chromeos.h62 // Maps the shill network type and technology to its NetworkChangeNotifier
66 const std::string& technology);
H A Dnetwork_util.h57 std::string technology; // Access technology. member in struct:chromeos::CellularScanResult
H A Dnetwork_util_unittest.cc142 EXPECT_EQ("GSM", scan_results[0].technology);
150 EXPECT_TRUE(scan_results[1].technology.empty());
H A Dnetwork_util.cc123 &scan_result.technology);
H A Dnetwork_change_notifier_chromeos_unittest.cc62 const char* technology; member in struct:chromeos::TypeMapping
69 { "unknown type", "unknown technology",
91 { flimflam::kTypeCellular, "unknown technology",
98 type_mappings[i].shill_type, type_mappings[i].technology);
H A Dnetwork_state_handler.cc139 std::string technology = GetTechnologyForType(type); local
141 if (shill_property_handler_->IsTechnologyEnabled(technology))
143 else if (shill_property_handler_->IsTechnologyEnabling(technology))
145 else if (shill_property_handler_->IsTechnologyUninitialized(technology))
147 else if (shill_property_handler_->IsTechnologyAvailable(technology))
159 std::string technology = GetTechnologyForType(type); local
161 base::StringPrintf("%s:%d", technology.c_str(), enabled));
163 technology, enabled, error_callback);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dsetup.sh31 for f in $techprojects; do checkoutProjects /cvsroot/technology $f ; done
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
H A Dnetwork_status.js307 * technology (like WiFi or Ethernet) and unfolds a list of nested buttons
310 * @param {string} technology .
314 function TechnologyButton(networkStatus, technology) {
315 var el = new UnfoldingButton(networkStatus, technology);
317 el.decorate(technology);
325 * @param {string} technology .
328 decorate: function(technology) {
329 this.technology_ = technology;
375 get technology() {
535 * @param {string} technology
[all...]
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_connect.cc56 std::string technology = cellular->network_technology(); local
58 (technology == flimflam::kNetworkTechnologyLte ||
59 technology == flimflam::kNetworkTechnologyLteAdvanced)
/external/chromium_org/chromeos/dbus/
H A Dshill_manager_client.h49 virtual void AddGeoNetwork(const std::string& technology,
201 // For each technology present, connect to the "best" service available.
H A Dshill_manager_client_stub.h87 virtual void AddGeoNetwork(const std::string& technology,
117 // Dictionary of technology -> list of property dictionaries
H A Dshill_manager_client_stub.cc461 const std::string& technology,
465 technology, &list_value)) {
467 stub_geo_networks_.SetWithoutPathExpansion(technology, list_value);
460 AddGeoNetwork( const std::string& technology, const base::DictionaryValue& network) argument
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ee_api.h83 #define NFA_EE_PWR_STATE_NONE 0 /* used to remove a particular technology or protocol based routing cfg of a handle from the routing table. */
141 tNFC_RF_TECH technology; /* NFA_EE_TRGR_RF_TECHNOLOGY:the technology that triggers this event */ member in union:__anon19945
300 ** default routing based on RF technology in the listen mode
/external/qemu/telephony/
H A Dandroid_modem.c285 AModemTech technology; member in struct:AModemRec_
512 modem->technology = android_parse_modem_tech( tmp );
513 if (modem->technology == A_TECH_UNKNOWN) {
514 modem->technology = aconfig_int( modem->nvram_config, NV_MODEM_TECHNOLOGY, A_TECH_GSM );
1020 * return: If the specified technology is not set in any of the 4
1043 * lowest numbered technology that is set in the mask.
1062 modem->technology, newtech, modem->preferred_mask,newpreferred);
1067 return "ERROR: At least one technology must be enabled";
1079 if (modem->technology != newtech) {
1080 modem->technology
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc61 void ToggleTechnology(const std::string& technology) { argument
63 bool is_enabled = handler->IsTechnologyEnabled(technology);
64 handler->SetTechnologyEnabled(technology, !is_enabled,
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc42 const char kTechnologyProperty[] = "technology";
172 // Register API doesn't allow technology to be specified so just show unique
184 network->SetString(kTechnologyProperty, it->technology);
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnative_network_parser.h145 const std::string& technology);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc53 const char kTechnologyProperty[] = "technology";
176 // Register API doesn't allow technology to be specified so just show unique
188 network->SetString(kTechnologyProperty, it->technology);

Completed in 582 milliseconds

12