OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnterPin
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chromeos/network/
network_device_handler.h
153
void
EnterPin
(
network_device_handler_unittest.cc
198
TEST_F(NetworkDeviceHandlerTest,
EnterPin
) {
202
network_device_handler_->
EnterPin
(
208
network_device_handler_->
EnterPin
(
network_device_handler.cc
214
void NetworkDeviceHandler::
EnterPin
(
219
DBusThreadManager::Get()->GetShillDeviceClient()->
EnterPin
(
/external/chromium_org/chromeos/dbus/
shill_device_client.h
114
// Calls the
EnterPin
method.
116
virtual void
EnterPin
(const dbus::ObjectPath& device_path,
fake_shill_device_client.h
54
virtual void
EnterPin
(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc
245
TEST_F(ShillDeviceClientTest,
EnterPin
) {
261
client_->
EnterPin
(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc
121
virtual void
EnterPin
(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc
137
void FakeShillDeviceClient::
EnterPin
(const dbus::ObjectPath& device_path,
/external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc
474
EnterPin
(me2me_pin(), remember_pin);
495
EnterPin
(me2me_pin(), remember_pin);
616
void RemoteDesktopBrowserTest::
EnterPin
(const std::string& pin,
remote_desktop_browsertest.h
135
void
EnterPin
(const std::string& name, bool remember_pin);
254
// Callback used by
EnterPin
to check whether the pin form is visible
/external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h
85
MOCK_METHOD1(
EnterPin
, void(const std::string&));
network_library.h
115
// only on certain operations, such as ChangeRequirePin, ChangePin,
EnterPin
.
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
213
void
EnterPin
(const std::string& pin);
242
// Notifies observers that the
EnterPin
or EnterPuk dialog has been
442
// If previous
EnterPIN
was last PIN attempt and SIMLock state was already
495
EnterPin
(code);
526
void SimUnlockHandler::
EnterPin
(const std::string& pin) {
532
std::string operation_name = "
EnterPin
";
534
GetNetworkDeviceHandler()->
EnterPin
(
/external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
201
// Notifies observers that the
EnterPin
or EnterPuk dialog has been
383
// If previous
EnterPIN
was last PIN attempt and SIMLock state was already
435
lib->
EnterPin
(code);
Completed in 62 milliseconds