Home
last modified time | relevance | path

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

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