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

  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 318 TEST_F(NetworkDeviceHandlerTest, EnterPin) {
320 network_device_handler_->EnterPin(kDefaultCellularDevicePath,
328 network_device_handler_->EnterPin(kUnknownCellularDevicePath,
fake_network_device_handler.cc 54 void FakeNetworkDeviceHandler::EnterPin(
fake_network_device_handler.h 64 virtual void EnterPin(const std::string& device_path,
network_device_handler.h 151 virtual void EnterPin(
network_device_handler_impl.h 72 virtual void EnterPin(const std::string& device_path,
network_device_handler_impl.cc 350 void NetworkDeviceHandlerImpl::EnterPin(
355 DBusThreadManager::Get()->GetShillDeviceClient()->EnterPin(
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 115 // Calls the EnterPin method.
117 virtual void EnterPin(const dbus::ObjectPath& device_path,
fake_shill_device_client.h 54 virtual void EnterPin(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc 245 TEST_F(ShillDeviceClientTest, EnterPin) {
261 client_->EnterPin(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 121 virtual void EnterPin(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc 165 void FakeShillDeviceClient::EnterPin(const dbus::ObjectPath& device_path,
169 VLOG(1) << "EnterPin: " << device_path.value();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 201 void EnterPin(const std::string& pin);
416 // If previous EnterPIN was last PIN attempt and SIMLock state was already
452 EnterPin(code);
483 void SimUnlockHandler::EnterPin(const std::string& pin) {
489 std::string operation_name = "EnterPin";
491 GetNetworkDeviceHandler()->EnterPin(
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 157 void EnterPin(const std::string& name, bool remember_pin);
303 // Callback used by EnterPin to check whether the pin form is visible
remote_desktop_browsertest.cc 508 EnterPin(me2me_pin(), remember_pin);
529 EnterPin(me2me_pin(), remember_pin);
727 void RemoteDesktopBrowserTest::EnterPin(const std::string& pin,

Completed in 486 milliseconds