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

  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 155 ON_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
198 NiceMock<chromeos::attestation::MockAttestationFlow> mock_attestation_flow_; member in class:extensions::__anon8325::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/
platform_verification_flow_unittest.cc 192 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 614 milliseconds