OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseAuthTokenWithService
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/base/
auth_token_util_unittest.cc
12
TEST(AuthTokenUtilTest,
ParseAuthTokenWithService
) {
16
ParseAuthTokenWithService
("service:token", &auth_token, &auth_service);
21
ParseAuthTokenWithService
("token2", &auth_token, &auth_service);
25
ParseAuthTokenWithService
("just_service:", &auth_token, &auth_service);
29
ParseAuthTokenWithService
("yay:token:has:colons", &auth_token, &auth_service);
auth_token_util.h
14
void
ParseAuthTokenWithService
(const std::string& auth_service_with_token,
auth_token_util.cc
10
void
ParseAuthTokenWithService
(const std::string& auth_service_with_token,
/external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.cc
155
ParseAuthTokenWithService
(auth_service_with_token,
/external/chromium_org/remoting/host/plugin/
host_script_object.cc
472
ParseAuthTokenWithService
(auth_service_with_token, &xmpp_config.auth_token,
[
all
...]
Completed in 201 milliseconds