Searched defs:async_caller (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/attestation/
H A Dattestation_flow_unittest.cc84 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
85 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
86 EXPECT_CALL(async_caller, AsyncTpmAttestationCreateEnrollRequest(_, _))
101 EXPECT_CALL(async_caller,
107 async_caller,
122 EXPECT_CALL(async_caller,
142 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass());
149 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
150 async_caller.SetUp(false, cryptohome::MOUNT_ERROR_NONE);
151 EXPECT_CALL(async_caller, AsyncTpmAttestationCreateEnrollReques
177 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
208 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
244 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
288 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
317 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
350 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
374 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
422 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; local
462 NiceMock<cryptohome::MockAsyncMethodCaller> async_caller; local
[all...]
H A Dattestation_flow.cc85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, argument
88 : async_caller_(async_caller),
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow.cc143 cryptohome::AsyncMethodCaller* async_caller,
147 async_caller_(async_caller),
141 PlatformVerificationFlow( AttestationFlow* attestation_flow, cryptohome::AsyncMethodCaller* async_caller, CryptohomeClient* cryptohome_client, Delegate* delegate) argument
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc90 cryptohome::AsyncMethodCaller* async_caller,
94 async_caller_(async_caller),
280 cryptohome::AsyncMethodCaller* async_caller,
284 async_caller,
397 cryptohome::AsyncMethodCaller* async_caller,
401 async_caller,
88 EPKPChallengeKeyBase( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
278 EPKPChallengeMachineKey( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
395 EPKPChallengeUserKey( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument

Completed in 171 milliseconds