Searched defs:CreateResponse (Results 1 - 2 of 2) sorted by relevance
/system/tpm/trunks/ |
H A D | resource_manager_test.cc | 98 std::string CreateResponse(TPM_RC code, function in class:trunks::ResourceManagerTest 153 std::string response = CreateResponse(TPM_RC_SUCCESS, output_handles, 170 std::string success_response = CreateResponse( 188 std::string response = CreateResponse(TPM_RC_SUCCESS, output_handles, 201 std::string success_response = CreateResponse( 236 std::string response = CreateResponse(TPM_RC_SUCCESS, kNoHandles, 247 std::string response = CreateResponse(TPM_RC_SUCCESS, kNoHandles, 263 std::string response = CreateResponse(TPM_RC_SUCCESS, output_handles, 289 std::string response = CreateResponse(TPM_RC_SUCCESS, kNoHandles, 308 std::string response = CreateResponse(TPM_RC_SUCCES [all...] |
H A D | tpm_generated.h | 3498 CreateResponse; typedef in class:trunks::Tpm 3523 const CreateResponse& callback);
|
Completed in 62 milliseconds