Searched defs:EnterPin (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dfake_network_device_handler.cc54 void FakeNetworkDeviceHandler::EnterPin( function in class:chromeos::FakeNetworkDeviceHandler
H A Dnetwork_device_handler_impl.cc350 void NetworkDeviceHandlerImpl::EnterPin( function in class:chromeos::NetworkDeviceHandlerImpl
355 DBusThreadManager::Get()->GetShillDeviceClient()->EnterPin(
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc165 void FakeShillDeviceClient::EnterPin(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient
169 VLOG(1) << "EnterPin: " << device_path.value();
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc508 EnterPin(me2me_pin(), remember_pin);
529 EnterPin(me2me_pin(), remember_pin);
727 void RemoteDesktopBrowserTest::EnterPin(const std::string& pin, function in class:remoting::RemoteDesktopBrowserTest
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc201 void EnterPin(const std::string& pin);
452 EnterPin(code);
483 void SimUnlockHandler::EnterPin(const std::string& pin) { function in class:chromeos::SimUnlockHandler
489 std::string operation_name = "EnterPin";
491 GetNetworkDeviceHandler()->EnterPin(

Completed in 3934 milliseconds