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

  /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 102 std::string CreateResponse(TPM_RC code,
159 std::string response = CreateResponse(TPM_RC_SUCCESS,
180 std::string success_response = CreateResponse(TPM_RC_SUCCESS,
202 std::string response = CreateResponse(TPM_RC_SUCCESS,
219 std::string success_response = CreateResponse(TPM_RC_SUCCESS,
258 std::string response = CreateResponse(TPM_RC_SUCCESS,
273 std::string response = CreateResponse(TPM_RC_SUCCESS,
293 std::string response = CreateResponse(TPM_RC_SUCCESS,
325 std::string response = CreateResponse(TPM_RC_SUCCESS,
350 std::string response = CreateResponse(TPM_RC_SUCCESS
    [all...]
tpm_generated.h     [all...]

Completed in 42 milliseconds