/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
H A D | sim_unlock_ui.cc | 214 void ChangePin(const std::string& old_pin, const std::string& new_pin); 215 void UnblockPin(const std::string& puk, const std::string& new_pin); 545 const std::string& new_pin) { 556 new_pin, 566 const std::string& new_pin) { 577 new_pin, 636 std::string new_pin; local 639 !args->GetString(1, &new_pin)) { 643 new_pin_ = new_pin; 667 std::string new_pin; local 544 ChangePin(const std::string& old_pin, const std::string& new_pin) argument 565 UnblockPin(const std::string& puk, const std::string& new_pin) argument [all...] |
/external/chromium_org/chromeos/network/ |
H A D | network_device_handler.h | 173 const std::string& new_pin, 191 const std::string& new_pin,
|
H A D | network_device_handler.cc | 234 const std::string& new_pin, 240 new_pin, local 248 const std::string& new_pin, 254 new_pin, local 231 UnblockPin( const std::string& device_path, const std::string& puk, const std::string& new_pin, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument 245 ChangePin( const std::string& device_path, const std::string& old_pin, const std::string& new_pin, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument
|
H A D | cros_network_functions.h | 216 const std::string& new_pin,
|
H A D | cros_network_functions.cc | 574 const std::string& new_pin, 577 dbus::ObjectPath(device_path), old_pin, new_pin, local 572 CrosRequestChangePin(const std::string& device_path, const std::string& old_pin, const std::string& new_pin, const NetworkOperationCallback& callback) argument
|
H A D | cros_network_functions_unittest.cc | 736 const std::string new_pin = "234567"; local 741 ChangePin(dbus::ObjectPath(device_path), old_pin, new_pin, _, _)) 745 CrosRequestChangePin(device_path, old_pin, new_pin,
|
/external/chromium_org/chrome/browser/chromeos/cros/ |
H A D | network_library_impl_stub.h | 51 const std::string& new_pin) OVERRIDE; 56 const std::string& new_pin) OVERRIDE;
|
H A D | network_library_impl_cros.h | 50 const std::string& new_pin) OVERRIDE; 55 const std::string& new_pin) OVERRIDE;
|
H A D | network_library_impl_cros.cc | 287 const std::string& new_pin) { 295 cellular->device_path(), old_pin, new_pin, 329 const std::string& new_pin) { 337 cellular->device_path(), puk, new_pin, 286 ChangePin(const std::string& old_pin, const std::string& new_pin) argument 328 UnblockPin(const std::string& puk, const std::string& new_pin) argument
|
H A D | network_library_impl_stub.cc | 626 const std::string& new_pin) { 629 pin_ = new_pin; 658 const std::string& new_pin) { 625 ChangePin(const std::string& old_pin, const std::string& new_pin) argument 657 UnblockPin(const std::string& puk, const std::string& new_pin) argument
|
H A D | network_library.h | 1391 // Passes |old_pin|, |new_pin| to change SIM card PIM. 1393 const std::string& new_pin) = 0; 1402 // Passes |puk|, |new_pin| to unblock SIM card. 1404 const std::string& new_pin) = 0;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
H A D | sim_unlock_ui.cc | 473 std::string new_pin; local 476 !args->GetString(1, &new_pin)) { 480 new_pin_ = new_pin; 504 std::string new_pin; local 507 !args->GetString(1, &new_pin)) { 511 new_pin_ = new_pin;
|
/external/chromium_org/chromeos/dbus/ |
H A D | fake_shill_device_client.cc | 76 const std::string& new_pin, 74 ChangePin(const dbus::ObjectPath& device_path, const std::string& old_pin, const std::string& new_pin, const base::Closure& callback, const ErrorCallback& error_callback) argument
|
H A D | fake_shill_device_client.h | 60 const std::string& new_pin,
|
H A D | mock_shill_device_client.h | 61 const std::string& new_pin,
|
H A D | shill_device_client.cc | 150 const std::string& new_pin, 157 writer.AppendString(new_pin);
|
H A D | shill_device_client.h | 135 const std::string& new_pin,
|
H A D | shill_device_client_stub.h | 63 const std::string& new_pin,
|
H A D | shill_device_client_stub.cc | 143 const std::string& new_pin, 141 ChangePin(const dbus::ObjectPath& device_path, const std::string& old_pin, const std::string& new_pin, const base::Closure& callback, const ErrorCallback& error_callback) argument
|
/external/chromium/chrome/browser/chromeos/cros/ |
H A D | network_library.h | 1055 // Passes |old_pin|, |new_pin| to change SIM card PIM. 1057 const std::string& new_pin) = 0; 1066 // Passes |puk|, |new_pin| to unblock SIM card. 1068 const std::string& new_pin) = 0;
|
H A D | network_library.cc | 2466 const std::string& new_pin) { 2474 old_pin.c_str(), new_pin.c_str(), 2506 const std::string& new_pin) { 2514 puk.c_str(), new_pin.c_str(), 4437 const std::string& new_pin) {} 4440 virtual void UnblockPin(const std::string& puk, const std::string& new_pin) {} argument 2465 ChangePin(const std::string& old_pin, const std::string& new_pin) argument 2505 UnblockPin(const std::string& puk, const std::string& new_pin) argument 4436 ChangePin(const std::string& old_pin, const std::string& new_pin) argument
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 436 int new_pin; local 506 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, 510 if (new_pin >= 0) { 513 os_snprintf(npin, sizeof(npin), "%08d", new_pin); 519 switch (new_pin) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ctrl_iface.c | 3697 int new_pin; local 3777 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, 3781 if (new_pin == -2) { 3785 if (new_pin == -3) { 3789 if (new_pin < 0) 3792 ret = os_snprintf(buf, buflen, "%08d", new_pin);
|
/external/openssh/ |
H A D | pkcs11.h | 756 unsigned long old_len, unsigned char *new_pin,
|