Searched refs:support_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/
H A Dregister_support_host_request.cc108 std::string* support_id,
160 *support_id = support_id_element->BodyText();
167 std::string support_id; local
169 bool success = ParseResponse(response, &support_id, &lifetime);
170 CallCallback(success, support_id, lifetime);
174 bool success, const std::string& support_id, base::TimeDelta lifetime) {
183 callback.Run(success, support_id, lifetime);
107 ParseResponse(const XmlElement* response, std::string* support_id, base::TimeDelta* lifetime) argument
173 CallCallback( bool success, const std::string& support_id, base::TimeDelta lifetime) argument
H A Dregister_support_host_request.h70 std::string* support_id, base::TimeDelta* lifetime);
73 bool success, const std::string& support_id, base::TimeDelta lifetime);
H A Dregister_support_host_request_unittest.cc50 MOCK_METHOD3(OnResponse, void(bool result, const std::string& support_id,
141 XmlElement* support_id = new XmlElement( local
143 support_id->AddText(kSupportId);
144 result->AddElement(support_id);
/external/chromium_org/remoting/host/it2me/
H A Dit2me_host.h110 const std::string& support_id,
H A Dit2me_host.cc430 const std::string& support_id,
441 std::string access_code = support_id + host_secret;
428 OnReceivedSupportID( bool success, const std::string& support_id, const base::TimeDelta& lifetime) argument

Completed in 1453 milliseconds