Searched refs:support_id (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/remoting/host/ |
D | register_support_host_request.cc | 108 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()
|
D | register_support_host_request_unittest.cc | 50 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()
|
D | register_support_host_request.h | 70 std::string* support_id, base::TimeDelta* lifetime); 73 bool success, const std::string& support_id, base::TimeDelta lifetime);
|
/external/chromium_org/remoting/host/it2me/ |
D | it2me_host.cc | 430 const std::string& support_id, in OnReceivedSupportID() argument 441 std::string access_code = support_id + host_secret; in OnReceivedSupportID()
|
D | it2me_host.h | 110 const std::string& support_id,
|