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

  /external/chromium_org/chromeos/attestation/
attestation_flow_unittest.cc 84 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, AsyncTpmAttestationCreateEnrollRequest(_, _)
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...]
attestation_flow.h 58 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
attestation_flow.cc 85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
88 : async_caller_(async_caller),
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.h 62 cryptohome::AsyncMethodCaller* async_caller,
156 cryptohome::AsyncMethodCaller* async_caller,
191 cryptohome::AsyncMethodCaller* async_caller,
enterprise_platform_keys_private_api.cc 90 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,
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h 140 cryptohome::AsyncMethodCaller* async_caller,
platform_verification_flow.cc 143 cryptohome::AsyncMethodCaller* async_caller,
147 async_caller_(async_caller),

Completed in 271 milliseconds