Searched defs:carrier (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config_unittest.cc18 " \"carrier (country)\" : {\n"
29 " \"top_up_url\" : \"http://www.carrier.com/\",\n"
51 " \"setup_url\" : \"accounts.carrier.com\",\n"
61 " \"top_up_url\" : \"http://www.carrier.com/\",\n"
94 " \"carrier (country)\" : {\n"
96 " \"top_up_url\" : \"http://www.carrier-new-url.com/\",\n"
117 " \"setup_url\" : \"accounts.carrier.com/localized/\",\n"
130 const MobileConfig::Carrier* carrier; local
131 carrier = config.GetCarrier("Carrier (country)");
132 EXPECT_TRUE(carrier !
168 const MobileConfig::Carrier* carrier; local
182 const MobileConfig::Carrier* carrier; local
200 const MobileConfig::Carrier* carrier; local
216 const MobileConfig::Carrier* carrier; local
[all...]
H A Dmobile_config.cc47 // Initial locale carrier config attributes.
54 // Location of the global carrier config.
58 // Location of the local carrier config.
125 // TODO(nkostylev): Use carrier "default_deal_id" attribute.
162 // Extract list of external IDs for this carrier.
175 // Extract list of deals for this carrier.
272 Carrier* carrier = new Carrier(carrier_dict, initial_locale_); local
273 if (!carrier->external_ids().empty()) {
276 i = carrier->external_ids().begin();
277 i != carrier
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc73 // carrier deal notification has been shown to users on this machine.
86 LOG(ERROR) << "Empty carrier ID with a cellular connected.";
98 const chromeos::MobileConfig::Carrier* carrier) {
99 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal();
140 // of Mobile Data connection or if there's a carrier deal defined
149 const MobileConfig::Carrier* carrier = GetCarrier(cros); local
150 if (carrier)
151 deal = GetCarrierDeal(carrier);
159 deal_topup_url_ = carrier->top_up_url();
97 GetCarrierDeal( const chromeos::MobileConfig::Carrier* carrier) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc88 const std::string& carrier,
87 SetCarrier(const dbus::ObjectPath& device_path, const std::string& carrier, const base::Closure& callback, const ErrorCallback& error_callback) argument
H A Dshill_device_client_stub.cc157 const std::string& carrier,
156 SetCarrier(const dbus::ObjectPath& device_path, const std::string& carrier, const base::Closure& callback, const ErrorCallback& error_callback) argument
H A Dshill_service_client_stub.cc278 const std::string& carrier,
293 const std::string& carrier) {
276 ActivateCellularModem( const dbus::ObjectPath& service_path, const std::string& carrier, const base::Closure& callback, const ErrorCallback& error_callback) argument
291 CallActivateCellularModemAndBlock( const dbus::ObjectPath& service_path, const std::string& carrier) argument
/external/chromium_org/chromeos/network/
H A Ddevice_state.h36 const std::string& carrier() const { return carrier_; } function in class:chromeos::DeviceState
H A Dnetwork_device_handler.cc195 const std::string& carrier,
200 carrier, local
193 SetCarrier( const std::string& device_path, const std::string& carrier, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument
H A Dcros_network_functions.cc315 const std::string& carrier) {
318 carrier);
618 // Changes the active cellular carrier.
620 const std::string& carrier,
623 dbus::ObjectPath(device_path), carrier, local
314 CrosActivateCellularModem(const std::string& service_path, const std::string& carrier) argument
619 CrosSetCarrier(const std::string& device_path, const std::string& carrier, const NetworkOperationCallback& callback) argument
H A Dcros_network_functions_unittest.cc180 const std::string carrier = "carrier"; local
183 carrier))
185 EXPECT_TRUE(CrosActivateCellularModem(service_path, carrier));
H A Dnetwork_connection_handler.cc307 const std::string& carrier,
317 CallShillActivate(service_path, carrier, success_callback, error_callback);
687 const std::string& carrier,
690 NET_LOG_USER("Activate Request", service_path + ": '" + carrier + "'");
693 carrier, local
305 ActivateNetwork( const std::string& service_path, const std::string& carrier, const base::Closure& success_callback, const network_handler::ErrorCallback& error_callback) argument
685 CallShillActivate( const std::string& service_path, const std::string& carrier, const base::Closure& success_callback, const network_handler::ErrorCallback& error_callback) argument
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc47 bool IsDirectActivatedCarrier(const std::string& carrier) { argument
48 if (carrier == shill::kCarrierSprint)
273 if (!IsDirectActivatedCarrier(cellular_device->carrier())) {
289 "", // carrier
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c175 struct wpabuf *hc, *carrier; local
177 carrier = wpabuf_alloc(2 + os_strlen(wifi_handover_type));
178 if (carrier == NULL)
180 wpabuf_put_u8(carrier, 0x02); /* Carrier Type Format */
181 wpabuf_put_u8(carrier, os_strlen(wifi_handover_type));
182 wpabuf_put_str(carrier, wifi_handover_type);
186 "0", 1, carrier);
187 wpabuf_free(carrier);
/external/wpa_supplicant_8/src/wps/
H A Dndef.c175 struct wpabuf *hc, *carrier; local
177 carrier = wpabuf_alloc(2 + os_strlen(wifi_handover_type));
178 if (carrier == NULL)
180 wpabuf_put_u8(carrier, 0x02); /* Carrier Type Format */
181 wpabuf_put_u8(carrier, os_strlen(wifi_handover_type));
182 wpabuf_put_str(carrier, wifi_handover_type);
186 "0", 1, carrier);
187 wpabuf_free(carrier);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c175 struct wpabuf *hc, *carrier; local
177 carrier = wpabuf_alloc(2 + os_strlen(wifi_handover_type));
178 if (carrier == NULL)
180 wpabuf_put_u8(carrier, 0x02); /* Carrier Type Format */
181 wpabuf_put_u8(carrier, os_strlen(wifi_handover_type));
182 wpabuf_put_str(carrier, wifi_handover_type);
186 "0", 1, carrier);
187 wpabuf_free(carrier);
/external/dhcpcd/
H A Ddhcpcd.h118 int carrier; member in struct:interface
H A Ddhcpcd.c437 if (iface->carrier != LINK_DOWN)
905 int carrier; local
921 carrier = action == 1 ? 1 : 0;
924 carrier = carrier_status(iface);
926 if (carrier == -1)
928 else if (carrier == 0 || ~iface->flags & IFF_UP) {
929 if (iface->carrier != LINK_DOWN) {
930 iface->carrier = LINK_DOWN;
931 syslog(LOG_INFO, "%s: carrier lost", iface->name);
941 } else if (carrier
[all...]
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnative_network_parser.cc298 std::string carrier; local
299 if (!value.GetAsString(&carrier))
301 device->set_carrier(carrier);
H A Dnetwork_library_impl_cros.cc410 const std::string& carrier,
417 CrosSetCarrier(cellular->device_path(), carrier, completed);
409 SetCarrier( const std::string& carrier, const NetworkOperationCallback& completed) argument
H A Dnetwork_library_impl_stub.cc672 const std::string& carrier,
671 SetCarrier( const std::string& carrier, const NetworkOperationCallback& completed) argument
H A Dnetwork_library.h138 std::string carrier() const { return carrier_; } function in class:chromeos::NetworkDevice
188 void set_carrier(const std::string& carrier) { carrier_ = carrier; } argument
1381 // Returns home carrier ID if available, otherwise empty string is returned.
1382 // Carrier ID format: <carrier name> (country). Ex.: "Verizon (us)".
1388 // Note: Currently Sprint is the only carrier using direct activation.
1415 // Changes the active cellular carrier to the one provided, calls the closure
1417 virtual void SetCarrier(const std::string& carrier,
/external/chromium_org/chrome/browser/chromeos/system/
H A Dash_system_tray_delegate.cc832 const MobileConfig::Carrier* carrier = config->GetCarrier(*carrier_id); variable
833 if (carrier) {
834 *topup_url = carrier->top_up_url();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc698 // Given a list of supported carrier's by the device, return the index of
699 // the carrier the device is currently using.
712 // the Generic UMTS carrier option if present.
715 // For other carriers, the service name will match the carrier name.
716 if (value == device->carrier())
1210 if (device && (device->carrier() == shill::kCarrierSprint)) {
1223 std::string carrier; local
1226 !args->GetString(1, &carrier)) {
1238 carrier,
1808 const MobileConfig::Carrier* carrier local
1866 const MobileConfig::Carrier* carrier = local
[all...]

Completed in 354 milliseconds