HomeSort by relevance Sort by last modified time
    Searched defs:new_pin (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chromeos/network/
network_device_handler.cc 234 const std::string& new_pin,
240 new_pin, local
248 const std::string& new_pin,
254 new_pin, local
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,
cros_network_functions.cc 574 const std::string& new_pin,
577 dbus::ObjectPath(device_path), old_pin, new_pin, local
  /external/chromium/chrome/browser/ui/webui/chromeos/
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/chrome/browser/ui/webui/chromeos/
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
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
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) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3697 int new_pin; local
    [all...]

Completed in 261 milliseconds