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

/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc362 TEST_F(NetworkDeviceHandlerTest, ChangePin) {
367 network_device_handler_->ChangePin(kDefaultCellularDevicePath,
376 network_device_handler_->ChangePin(kUnknownCellularDevicePath,
H A Dfake_network_device_handler.cc67 void FakeNetworkDeviceHandler::ChangePin( function in class:chromeos::FakeNetworkDeviceHandler
H A Dfake_network_device_handler.h77 virtual void ChangePin(const std::string& device_path,
H A Dnetwork_device_handler.h185 virtual void ChangePin(
H A Dnetwork_device_handler_impl.h85 virtual void ChangePin(const std::string& device_path,
H A Dnetwork_device_handler_impl.cc376 void NetworkDeviceHandlerImpl::ChangePin( function in class:chromeos::NetworkDeviceHandlerImpl
382 DBusThreadManager::Get()->GetShillDeviceClient()->ChangePin(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc213 void ChangePin(const std::string& old_pin, const std::string& new_pin);
492 ChangePin(code, new_pin_);
544 void SimUnlockHandler::ChangePin(const std::string& old_pin, function in class:chromeos::SimUnlockHandler
551 std::string operation_name = "ChangePin";
553 GetNetworkDeviceHandler()->ChangePin(
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.h63 virtual void ChangePin(const dbus::ObjectPath& device_path,
H A Dshill_device_client.h130 // Calls the ChangePin method.
132 virtual void ChangePin(const dbus::ObjectPath& device_path,
H A Dshill_device_client_unittest.cc294 TEST_F(ShillDeviceClientTest, ChangePin) {
312 client_->ChangePin(dbus::ObjectPath(kExampleDevicePath),
H A Dshill_device_client.cc147 virtual void ChangePin(const dbus::ObjectPath& device_path,
H A Dfake_shill_device_client.cc162 void FakeShillDeviceClient::ChangePin(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient

Completed in 186 milliseconds