HomeSort by relevance Sort by last modified time
    Searched defs:CreateResponse (Results 1 - 4 of 4) sorted by null

  /system/bt/tools/mcap_tool/
mcap_test_mdl.cc 107 bool McapMdl::CreateResponse() {
  /external/libbrillo/brillo/dbus/
dbus_method_invoker_unittest.cc 57 .WillRepeatedly(Invoke(this, &DBusMethodInvokerTest::CreateResponse));
62 Response* CreateResponse(dbus::MethodCall* method_call,
  /system/tpm/trunks/
resource_manager_test.cc 98 std::string CreateResponse(TPM_RC code,
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_SUCCESS, kNoHandles
    [all...]
tpm_generated.h     [all...]

Completed in 272 milliseconds