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

/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc359 TEST_F(NetworkDeviceHandlerTest, ChangePin) {
364 network_device_handler_->ChangePin(kDefaultCellularDevicePath,
373 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.cc202 void ChangePin(const std::string& old_pin, const std::string& new_pin);
450 ChangePin(code, new_pin_);
502 void SimUnlockHandler::ChangePin(const std::string& old_pin, function in class:chromeos::SimUnlockHandler
509 std::string operation_name = "ChangePin";
511 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.cc196 void FakeShillDeviceClient::ChangePin(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient
201 VLOG(1) << "ChangePin: " << device_path.value();

Completed in 136 milliseconds