Searched refs:async_caller (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chromeos/attestation/ |
D | attestation_flow_unittest.cc | 80 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 …]
|
D | attestation_flow.cc | 85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, in AttestationFlow() argument 88 : async_caller_(async_caller), in AttestationFlow()
|
D | attestation_flow.h | 57 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
D | enterprise_platform_keys_private_api.cc | 89 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()
|
D | enterprise_platform_keys_private_api.h | 62 cryptohome::AsyncMethodCaller* async_caller, 156 cryptohome::AsyncMethodCaller* async_caller, 191 cryptohome::AsyncMethodCaller* async_caller,
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | platform_verification_flow.cc | 117 cryptohome::AsyncMethodCaller* async_caller, in PlatformVerificationFlow() argument 122 async_caller_(async_caller), in PlatformVerificationFlow()
|
D | platform_verification_flow.h | 120 cryptohome::AsyncMethodCaller* async_caller,
|