Home
last modified time | relevance | path

Searched refs:MockServerProxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/attestation/
Dmock_attestation_flow.cc30 MockServerProxy::MockServerProxy() {} in MockServerProxy() function in chromeos::attestation::MockServerProxy
32 MockServerProxy::~MockServerProxy() {} in ~MockServerProxy()
34 void MockServerProxy::DeferToFake(bool success) { in DeferToFake()
Dattestation_flow_unittest.cc86 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
152 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
178 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
213 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
254 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
288 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
315 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
343 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
383 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
419 scoped_ptr<MockServerProxy> proxy(new StrictMock<MockServerProxy>()); in TEST_F()
Dmock_attestation_flow.h39 class MockServerProxy : public ServerProxy {
41 MockServerProxy();
42 virtual ~MockServerProxy();