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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 213 void ChangePin(const std::string& old_pin, const std::string& new_pin);
214 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/chromium_org/chromeos/network/
fake_network_device_handler.cc 63 const std::string& new_pin,
70 const std::string& new_pin,
fake_network_device_handler.h 72 const std::string& new_pin,
79 const std::string& new_pin,
network_device_handler.h 170 const std::string& new_pin,
188 const std::string& new_pin,
network_device_handler_impl.h 80 const std::string& new_pin,
87 const std::string& new_pin,
network_device_handler_impl.cc 365 const std::string& new_pin,
371 new_pin, local
379 const std::string& new_pin,
385 new_pin, local
  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 24 browserTest.expect(typeof data.new_pin == 'string');
26 browserTest.expect(data.new_pin != data.old_pin,
29 this.changePIN_(data.new_pin).then(
39 this.enterPIN_.bind(this, data.new_pin, false /* expectError*/)
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 134 const std::string& new_pin,
fake_shill_device_client.h 65 const std::string& new_pin,
shill_device_client.cc 149 const std::string& new_pin,
156 writer.AppendString(new_pin);
fake_shill_device_client.cc 164 const std::string& new_pin,
  /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 4047 int new_pin; local
    [all...]

Completed in 1696 milliseconds