HomeSort by relevance Sort by last modified time
    Searched full:host_client_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/setup/
service_client.cc 34 const std::string& host_client_id,
73 const std::string& host_client_id,
83 if (!host_client_id.empty())
84 url_suffix = "?hostClientId=" + host_client_id;
182 const std::string& host_client_id,
185 return core_->RegisterHost(host_id, host_name, public_key, host_client_id,
service_client.h 45 const std::string& host_client_id,
host_starter.cc 115 std::string host_client_id; local
116 host_client_id = google_apis::GetOAuth2ClientID(
120 host_id_, host_name_, key_pair_->GetPublicKey(), host_client_id,

Completed in 1989 milliseconds