Searched refs:new_pin (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc214 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 Dnetwork_device_handler.h173 const std::string& new_pin,
191 const std::string& new_pin,
H A Dnetwork_device_handler.cc234 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 Dcros_network_functions.h216 const std::string& new_pin,
H A Dcros_network_functions.cc574 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 Dcros_network_functions_unittest.cc736 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 Dnetwork_library_impl_stub.h51 const std::string& new_pin) OVERRIDE;
56 const std::string& new_pin) OVERRIDE;
H A Dnetwork_library_impl_cros.h50 const std::string& new_pin) OVERRIDE;
55 const std::string& new_pin) OVERRIDE;
H A Dnetwork_library_impl_cros.cc287 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 Dnetwork_library_impl_stub.cc626 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 Dnetwork_library.h1391 // 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 Dsim_unlock_ui.cc473 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 Dfake_shill_device_client.cc76 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 Dfake_shill_device_client.h60 const std::string& new_pin,
H A Dmock_shill_device_client.h61 const std::string& new_pin,
H A Dshill_device_client.cc150 const std::string& new_pin,
157 writer.AppendString(new_pin);
H A Dshill_device_client.h135 const std::string& new_pin,
H A Dshill_device_client_stub.h63 const std::string& new_pin,
H A Dshill_device_client_stub.cc143 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 Dnetwork_library.h1055 // 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 Dnetwork_library.cc2466 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 Ddbus_new_handlers_p2p.c436 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 Dctrl_iface.c3697 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 Dpkcs11.h756 unsigned long old_len, unsigned char *new_pin,

Completed in 364 milliseconds