HomeSort by relevance Sort by last modified time
    Searched refs:SendEnrollRequest (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chromeos/attestation/
mock_attestation_flow.cc 20 void FakeServerProxy::SendEnrollRequest(const std::string& request,
36 ON_CALL(*this, SendEnrollRequest(_, _))
37 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendEnrollRequest));