Home
last modified time | relevance | path

Searched refs:new_pin (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/remoting/webapp/browser_test/
Dupdate_pin_browser_test.js24 browserTest.expect(typeof data.new_pin == 'string');
26 browserTest.expect(data.new_pin != data.old_pin,
29 this.changePIN_(data.new_pin).then(
39 return browserTest.enterPIN_(data.new_pin, false /* expectError*/)
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dsim_unlock_ui.cc202 void ChangePin(const std::string& old_pin, const std::string& new_pin);
203 void UnblockPin(const std::string& puk, const std::string& new_pin);
503 const std::string& new_pin) { in ChangePin() argument
514 new_pin, in ChangePin()
524 const std::string& new_pin) { in UnblockPin() argument
535 new_pin, in UnblockPin()
569 std::string new_pin; in HandleChangePinCode() local
572 !args->GetString(1, &new_pin)) { in HandleChangePinCode()
576 new_pin_ = new_pin; in HandleChangePinCode()
600 std::string new_pin; in HandleEnterPukCode() local
[all …]
/external/chromium_org/chromeos/network/
Dfake_network_device_handler.cc63 const std::string& new_pin, in UnblockPin() argument
70 const std::string& new_pin, in ChangePin() argument
Dnetwork_device_handler.h170 const std::string& new_pin,
188 const std::string& new_pin,
Dfake_network_device_handler.h72 const std::string& new_pin,
79 const std::string& new_pin,
Dnetwork_device_handler_impl.h80 const std::string& new_pin,
87 const std::string& new_pin,
Dnetwork_device_handler_impl.cc365 const std::string& new_pin, in UnblockPin() argument
371 new_pin, in UnblockPin()
379 const std::string& new_pin, in ChangePin() argument
385 new_pin, in ChangePin()
/external/chromium_org/chromeos/dbus/
Dshill_device_client.cc149 const std::string& new_pin, in ChangePin() argument
156 writer.AppendString(new_pin); in ChangePin()
Dshill_device_client.h134 const std::string& new_pin,
Dfake_shill_device_client.h65 const std::string& new_pin,
Dfake_shill_device_client.cc198 const std::string& new_pin, in ChangePin() argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c437 int new_pin; in wpas_dbus_handler_p2p_connect() local
507 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, in wpas_dbus_handler_p2p_connect()
511 if (new_pin >= 0) { in wpas_dbus_handler_p2p_connect()
514 os_snprintf(npin, sizeof(npin), "%08d", new_pin); in wpas_dbus_handler_p2p_connect()
520 switch (new_pin) { in wpas_dbus_handler_p2p_connect()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c4078 int new_pin; in p2p_ctrl_connect() local
4160 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, in p2p_ctrl_connect()
4164 if (new_pin == -2) { in p2p_ctrl_connect()
4168 if (new_pin == -3) { in p2p_ctrl_connect()
4172 if (new_pin < 0) in p2p_ctrl_connect()
4175 ret = os_snprintf(buf, buflen, "%08d", new_pin); in p2p_ctrl_connect()