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

  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 362 TEST_F(NetworkDeviceHandlerTest, ChangePin) {
367 network_device_handler_->ChangePin(kDefaultCellularDevicePath,
376 network_device_handler_->ChangePin(kUnknownCellularDevicePath,
fake_network_device_handler.cc 67 void FakeNetworkDeviceHandler::ChangePin(
fake_network_device_handler.h 77 virtual void ChangePin(const std::string& device_path,
network_device_handler.h 185 virtual void ChangePin(
network_device_handler_impl.h 85 virtual void ChangePin(const std::string& device_path,
network_device_handler_impl.cc 376 void NetworkDeviceHandlerImpl::ChangePin(
382 DBusThreadManager::Get()->GetShillDeviceClient()->ChangePin(
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 130 // Calls the ChangePin method.
132 virtual void ChangePin(const dbus::ObjectPath& device_path,
fake_shill_device_client.h 63 virtual void ChangePin(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc 294 TEST_F(ShillDeviceClientTest, ChangePin) {
312 client_->ChangePin(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 147 virtual void ChangePin(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc 162 void FakeShillDeviceClient::ChangePin(const dbus::ObjectPath& device_path,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 213 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,
551 std::string operation_name = "ChangePin";
553 GetNetworkDeviceHandler()->ChangePin(

Completed in 639 milliseconds