OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_pin
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/setup/
start_host.cc
93
std::string
host_pin
= command_line->GetSwitchValueASCII("pin");
local
105
if (
host_pin
.empty()) {
109
host_pin
= ReadString(true);
110
if (!remoting::IsPinValid(
host_pin
)) {
120
if (
host_pin
!= host_pin_confirm) {
128
if (!remoting::IsPinValid(
host_pin
)) {
163
host_starter->StartHost(host_name,
host_pin
, true, auth_code, redirect_url,
host_starter.cc
54
const std::string&
host_pin
,
63
host_pin_ =
host_pin
;
host_starter.h
44
const std::string&
host_pin
,
Completed in 98 milliseconds