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

/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc336 TEST_F(NetworkDeviceHandlerTest, UnblockPin) {
341 network_device_handler_->UnblockPin(kDefaultCellularDevicePath,
350 network_device_handler_->UnblockPin(kUnknownCellularDevicePath,
H A Dfake_network_device_handler.cc60 void FakeNetworkDeviceHandler::UnblockPin( function in class:chromeos::FakeNetworkDeviceHandler
H A Dfake_network_device_handler.h70 virtual void UnblockPin(const std::string& device_path,
H A Dnetwork_device_handler.h167 virtual void UnblockPin(
H A Dnetwork_device_handler_impl.h78 virtual void UnblockPin(const std::string& device_path,
H A Dnetwork_device_handler_impl.cc362 void NetworkDeviceHandlerImpl::UnblockPin( function in class:chromeos::NetworkDeviceHandlerImpl
368 DBusThreadManager::Get()->GetShillDeviceClient()->UnblockPin(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc203 void UnblockPin(const std::string& puk, const std::string& new_pin);
457 UnblockPin(code, new_pin_);
523 void SimUnlockHandler::UnblockPin(const std::string& puk, function in class:chromeos::SimUnlockHandler
530 std::string operation_name = "UnblockPin";
532 GetNetworkDeviceHandler()->UnblockPin(
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.h58 virtual void UnblockPin(const dbus::ObjectPath& device_path,
H A Dshill_device_client.h122 // Calls the UnblockPin method.
124 virtual void UnblockPin(const dbus::ObjectPath& device_path,
H A Dshill_device_client_unittest.cc269 TEST_F(ShillDeviceClientTest, UnblockPin) {
285 client_->UnblockPin(dbus::ObjectPath(kExampleDevicePath),
H A Dshill_device_client.cc133 virtual void UnblockPin(const dbus::ObjectPath& device_path,
H A Dfake_shill_device_client.cc183 void FakeShillDeviceClient::UnblockPin(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient
188 VLOG(1) << "UnblockPin: " << device_path.value();

Completed in 3260 milliseconds