Searched refs:responseString (Results 1 – 4 of 4) sorted by relevance
263 std::string responseString; in ExecuteRemoteCommand() local266 responseString = ptrChannel_->ExecuteCommand(ptrCommand->remoteProtocol_.commandName, in ExecuteRemoteCommand()268 if (!responseString.empty()) { in ExecuteRemoteCommand()277 if (responseString.empty()) { in ExecuteRemoteCommand()286 ptrCommand->remoteProtocol_.commandName, responseString); in ExecuteRemoteCommand()
260 std::string responseString = "key1:1234567812345678";261 std::vector<uint8_t> response(responseString.begin(), responseString.end());
153 … std::string responseString = std::string(reinterpret_cast<const char*>(licenseResponse.data()), in ProcessMediaKeyResponse() local155 ReportFaultEvent(ret, "ProcessMediaKeyResponse failed", responseString); in ProcessMediaKeyResponse()
152 …std::string responseString = std::string(reinterpret_cast<const char*>(response.data()), response.… in ProcessKeySystemResponse() local153 ReportFaultEvent(ret, "ProcessKeySystemResponse failed", responseString); in ProcessKeySystemResponse()