Home
last modified time | relevance | path

Searched refs:async_caller (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chromeos/attestation/
Dattestation_flow_unittest.cc80 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; in TEST_F() local
81 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
82 EXPECT_CALL(async_caller, AsyncTpmAttestationCreateEnrollRequest(_)) in TEST_F()
96 EXPECT_CALL(async_caller, AsyncTpmAttestationEnroll(fake_enroll_response, _)) in TEST_F()
101 async_caller, in TEST_F()
115 EXPECT_CALL(async_caller, in TEST_F()
135 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F()
142 StrictMock<cryptohome::MockAsyncMethodCaller> async_caller; in TEST_F() local
143 async_caller.SetUp(false, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
144 EXPECT_CALL(async_caller, AsyncTpmAttestationCreateEnrollRequest(_)) in TEST_F()
[all …]
Dattestation_flow.cc85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, in AttestationFlow() argument
88 : async_caller_(async_caller), in AttestationFlow()
Dattestation_flow.h57 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
Denterprise_platform_keys_private_api.cc89 cryptohome::AsyncMethodCaller* async_caller, in EPKPChallengeKeyBase() argument
93 async_caller_(async_caller), in EPKPChallengeKeyBase()
279 cryptohome::AsyncMethodCaller* async_caller, in EPKPChallengeMachineKey() argument
283 async_caller, in EPKPChallengeMachineKey()
396 cryptohome::AsyncMethodCaller* async_caller, in EPKPChallengeUserKey() argument
400 async_caller, in EPKPChallengeUserKey()
Denterprise_platform_keys_private_api.h62 cryptohome::AsyncMethodCaller* async_caller,
156 cryptohome::AsyncMethodCaller* async_caller,
191 cryptohome::AsyncMethodCaller* async_caller,
/external/chromium_org/chrome/browser/chromeos/attestation/
Dplatform_verification_flow.cc117 cryptohome::AsyncMethodCaller* async_caller, in PlatformVerificationFlow() argument
122 async_caller_(async_caller), in PlatformVerificationFlow()
Dplatform_verification_flow.h120 cryptohome::AsyncMethodCaller* async_caller,