Home
last modified time | relevance | path

Searched refs:responseString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp263 std::string responseString; in ExecuteRemoteCommand() local
266 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()
/ohos5.0/drivers/peripheral/clearplay/
H A DREADME_zh.md260 std::string responseString = "key1:1234567812345678";
261 std::vector<uint8_t> response(responseString.begin(), responseString.end());
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp153 … std::string responseString = std::string(reinterpret_cast<const char*>(licenseResponse.data()), in ProcessMediaKeyResponse() local
155 ReportFaultEvent(ret, "ProcessMediaKeyResponse failed", responseString); in ProcessMediaKeyResponse()
H A Dmediakeysystem_service.cpp152 …std::string responseString = std::string(reinterpret_cast<const char*>(response.data()), response.… in ProcessKeySystemResponse() local
153 ReportFaultEvent(ret, "ProcessKeySystemResponse failed", responseString); in ProcessKeySystemResponse()