Searched refs:FakeServerProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/attestation/
H A Dmock_attestation_flow.cc16 FakeServerProxy::FakeServerProxy() : result_(true) {} function in class:chromeos::attestation::FakeServerProxy
18 FakeServerProxy::~FakeServerProxy() {}
20 void FakeServerProxy::SendEnrollRequest(const std::string& request,
25 void FakeServerProxy::SendCertificateRequest(const std::string& request,
37 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendEnrollRequest));
39 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendCertificateRequest));
H A Dmock_attestation_flow.h18 class FakeServerProxy : public ServerProxy { class in namespace:chromeos::attestation
20 FakeServerProxy();
21 virtual ~FakeServerProxy();
36 DISALLOW_COPY_AND_ASSIGN(FakeServerProxy);
51 FakeServerProxy fake_;

Completed in 118 milliseconds