Home
last modified time | relevance | path

Searched refs:UnblockPin (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_device_handler_unittest.cc336 TEST_F(NetworkDeviceHandlerTest, UnblockPin) { in TEST_F() argument
341 network_device_handler_->UnblockPin(kDefaultCellularDevicePath, in TEST_F()
350 network_device_handler_->UnblockPin(kUnknownCellularDevicePath, in TEST_F()
Dfake_network_device_handler.cc60 void FakeNetworkDeviceHandler::UnblockPin( in UnblockPin() function in chromeos::FakeNetworkDeviceHandler
Dnetwork_device_handler.h167 virtual void UnblockPin(
Dfake_network_device_handler.h70 virtual void UnblockPin(const std::string& device_path,
Dnetwork_device_handler_impl.h78 virtual void UnblockPin(const std::string& device_path,
Dnetwork_device_handler_impl.cc362 void NetworkDeviceHandlerImpl::UnblockPin( in UnblockPin() function in chromeos::NetworkDeviceHandlerImpl
368 DBusThreadManager::Get()->GetShillDeviceClient()->UnblockPin( in UnblockPin()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dsim_unlock_ui.cc203 void UnblockPin(const std::string& puk, const std::string& new_pin);
457 UnblockPin(code, new_pin_); in EnterCode()
523 void SimUnlockHandler::UnblockPin(const std::string& puk, in UnblockPin() function in chromeos::SimUnlockHandler
532 GetNetworkDeviceHandler()->UnblockPin( in UnblockPin()
/external/chromium_org/chromeos/dbus/
Dshill_device_client_unittest.cc269 TEST_F(ShillDeviceClientTest, UnblockPin) { in TEST_F() argument
285 client_->UnblockPin(dbus::ObjectPath(kExampleDevicePath), in TEST_F()
Dshill_device_client.h124 virtual void UnblockPin(const dbus::ObjectPath& device_path,
Dfake_shill_device_client.h58 virtual void UnblockPin(const dbus::ObjectPath& device_path,
Dshill_device_client.cc133 virtual void UnblockPin(const dbus::ObjectPath& device_path, in UnblockPin() function in chromeos::__anonbcc3d46b0111::ShillDeviceClientImpl
Dfake_shill_device_client.cc183 void FakeShillDeviceClient::UnblockPin(const dbus::ObjectPath& device_path, in UnblockPin() function in chromeos::FakeShillDeviceClient