Searched defs:mock_attestation_flow_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api_unittest.cc155 ON_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
198 NiceMock<chromeos::attestation::MockAttestationFlow> mock_attestation_flow_; member in class:extensions::__anon3700::EPKPChallengeKeyTestBase
213 &mock_attestation_flow_,
277 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
298 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
306 EXPECT_CALL(mock_attestation_flow_,
351 &mock_attestation_flow_,
421 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
450 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
474 EXPECT_CALL(mock_attestation_flow_,
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow_unittest.cc192 verifier_ = new PlatformVerificationFlow(&mock_attestation_flow_,
229 EXPECT_CALL(mock_attestation_flow_,
295 StrictMock<MockAttestationFlow> mock_attestation_flow_; member in class:chromeos::attestation::PlatformVerificationFlowTest

Completed in 138 milliseconds