OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnblockPin
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chromeos/network/
network_device_handler.h
169
void
UnblockPin
(
network_device_handler_unittest.cc
214
TEST_F(NetworkDeviceHandlerTest,
UnblockPin
) {
219
network_device_handler_->
UnblockPin
(kDefaultCellularDevicePath,
228
network_device_handler_->
UnblockPin
(kUnknownCellularDevicePath,
network_device_handler.cc
226
void NetworkDeviceHandler::
UnblockPin
(
232
DBusThreadManager::Get()->GetShillDeviceClient()->
UnblockPin
(
/external/chromium_org/chromeos/dbus/
shill_device_client.h
121
// Calls the
UnblockPin
method.
123
virtual void
UnblockPin
(const dbus::ObjectPath& device_path,
fake_shill_device_client.h
58
virtual void
UnblockPin
(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc
269
TEST_F(ShillDeviceClientTest,
UnblockPin
) {
285
client_->
UnblockPin
(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc
133
virtual void
UnblockPin
(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc
148
void FakeShillDeviceClient::
UnblockPin
(const dbus::ObjectPath& device_path,
/external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h
86
MOCK_METHOD2(
UnblockPin
, void(const std::string&, const std::string&));
network_library.h
122
// Any PIN operation result (EnterPin,
UnblockPin
etc.).
[
all
...]
network_library.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
215
void
UnblockPin
(const std::string& puk, const std::string& new_pin);
500
UnblockPin
(code, new_pin_);
566
void SimUnlockHandler::
UnblockPin
(const std::string& puk,
573
std::string operation_name = "
UnblockPin
";
575
GetNetworkDeviceHandler()->
UnblockPin
(
/external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
440
lib->
UnblockPin
(code, new_pin_);
Completed in 1144 milliseconds