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

  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 339 TEST_F(NetworkDeviceHandlerTest, UnblockPin) {
344 network_device_handler_->UnblockPin(kDefaultCellularDevicePath,
353 network_device_handler_->UnblockPin(kUnknownCellularDevicePath,
fake_network_device_handler.cc 60 void FakeNetworkDeviceHandler::UnblockPin(
fake_network_device_handler.h 70 virtual void UnblockPin(const std::string& device_path,
network_device_handler.h 167 virtual void UnblockPin(
network_device_handler_impl.h 78 virtual void UnblockPin(const std::string& device_path,
network_device_handler_impl.cc 362 void NetworkDeviceHandlerImpl::UnblockPin(
368 DBusThreadManager::Get()->GetShillDeviceClient()->UnblockPin(
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 122 // Calls the UnblockPin method.
124 virtual void UnblockPin(const dbus::ObjectPath& device_path,
fake_shill_device_client.h 58 virtual void UnblockPin(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc 269 TEST_F(ShillDeviceClientTest, UnblockPin) {
285 client_->UnblockPin(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 133 virtual void UnblockPin(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc 150 void FakeShillDeviceClient::UnblockPin(const dbus::ObjectPath& device_path,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 214 void UnblockPin(const std::string& puk, const std::string& new_pin);
499 UnblockPin(code, new_pin_);
565 void SimUnlockHandler::UnblockPin(const std::string& puk,
572 std::string operation_name = "UnblockPin";
574 GetNetworkDeviceHandler()->UnblockPin(

Completed in 186 milliseconds