OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_service_with_token
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.cc
148
std::string
auth_service_with_token
;
local
149
if (!message.GetString("authServiceWithToken", &
auth_service_with_token
)) {
155
ParseAuthTokenWithService(
auth_service_with_token
,
161
"Invalid 'authServiceWithToken': " +
auth_service_with_token
);
/external/chromium_org/remoting/host/plugin/
host_script_object.cc
471
std::string
auth_service_with_token
= StringFromNPVariant(args[1]);
local
472
ParseAuthTokenWithService(
auth_service_with_token
, &xmpp_config.auth_token,
475
SetException("connect:
auth_service_with_token
argument has empty token");
[
all
...]
Completed in 50 milliseconds