Searched defs:new_pin (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dfake_network_device_handler.cc63 const std::string& new_pin,
70 const std::string& new_pin,
60 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
67 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 Dnetwork_device_handler_impl.cc365 const std::string& new_pin,
371 new_pin, local
379 const std::string& new_pin,
385 new_pin, local
362 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
376 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
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc198 const std::string& new_pin,
196 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_org/chrome/browser/ui/webui/chromeos/
H A 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) {
514 new_pin,
524 const std::string& new_pin) {
535 new_pin,
569 std::string new_pin; local
572 !args->GetString(1, &new_pin)) {
576 new_pin_ = new_pin;
600 std::string new_pin; local
502 ChangePin(const std::string& old_pin, const std::string& new_pin) argument
523 UnblockPin(const std::string& puk, const std::string& new_pin) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c437 int new_pin; local
507 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
511 if (new_pin >= 0) {
514 os_snprintf(npin, sizeof(npin), "%08d", new_pin);
520 switch (new_pin) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c4078 int new_pin; local
4160 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
4164 if (new_pin == -2) {
4168 if (new_pin == -3) {
4172 if (new_pin < 0)
4175 ret = os_snprintf(buf, buflen, "%08d", new_pin);

Completed in 193 milliseconds