Searched refs:EnterPin (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc318 TEST_F(NetworkDeviceHandlerTest, EnterPin) {
320 network_device_handler_->EnterPin(kDefaultCellularDevicePath,
328 network_device_handler_->EnterPin(kUnknownCellularDevicePath,
H A Dfake_network_device_handler.cc54 void FakeNetworkDeviceHandler::EnterPin( function in class:chromeos::FakeNetworkDeviceHandler
H A Dfake_network_device_handler.h64 virtual void EnterPin(const std::string& device_path,
H A Dnetwork_device_handler.h151 virtual void EnterPin(
H A Dnetwork_device_handler_impl.h72 virtual void EnterPin(const std::string& device_path,
H A Dnetwork_device_handler_impl.cc350 void NetworkDeviceHandlerImpl::EnterPin( function in class:chromeos::NetworkDeviceHandlerImpl
355 DBusThreadManager::Get()->GetShillDeviceClient()->EnterPin(
/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(
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.h54 virtual void EnterPin(const dbus::ObjectPath& device_path,
H A Dshill_device_client.h115 // Calls the EnterPin method.
117 virtual void EnterPin(const dbus::ObjectPath& device_path,
H A Dshill_device_client_unittest.cc245 TEST_F(ShillDeviceClientTest, EnterPin) {
261 client_->EnterPin(dbus::ObjectPath(kExampleDevicePath),
H A Dshill_device_client.cc121 virtual void EnterPin(const dbus::ObjectPath& device_path,
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
H A Dremote_desktop_browsertest.h157 void EnterPin(const std::string& name, bool remember_pin);
303 // Callback used by EnterPin to check whether the pin form is visible

Completed in 136 milliseconds