Home
last modified time | relevance | path

Searched refs:AsyncMethodCaller (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
Dasync_method_caller.cc20 AsyncMethodCaller* g_async_method_caller = NULL;
23 class AsyncMethodCallerImpl : public AsyncMethodCaller {
252 explicit CallbackElement(const AsyncMethodCaller::Callback& callback) in CallbackElement()
256 AsyncMethodCaller::Callback callback;
263 const AsyncMethodCaller::DataCallback& callback) in DataCallbackElement()
267 AsyncMethodCaller::DataCallback data_callback;
346 void AsyncMethodCaller::Initialize() { in Initialize()
356 void AsyncMethodCaller::InitializeForTesting( in InitializeForTesting()
357 AsyncMethodCaller* async_method_caller) { in InitializeForTesting()
367 void AsyncMethodCaller::Shutdown() { in Shutdown()
[all …]
Dasync_method_caller.h33 class CHROMEOS_EXPORT AsyncMethodCaller {
41 virtual ~AsyncMethodCaller() {} in ~AsyncMethodCaller()
197 static void InitializeForTesting(AsyncMethodCaller* async_method_caller);
204 static AsyncMethodCaller* GetInstance();
Dmock_async_method_caller.h17 class MockAsyncMethodCaller : public AsyncMethodCaller {
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
Denterprise_platform_keys_private_api.h28 class AsyncMethodCaller; variable
62 cryptohome::AsyncMethodCaller* async_caller,
103 cryptohome::AsyncMethodCaller* async_caller_;
156 cryptohome::AsyncMethodCaller* async_caller,
191 cryptohome::AsyncMethodCaller* async_caller,
Denterprise_platform_keys_private_api.cc76 async_caller_(cryptohome::AsyncMethodCaller::GetInstance()), in EPKPChallengeKeyBase()
89 cryptohome::AsyncMethodCaller* async_caller, in EPKPChallengeKeyBase()
279 cryptohome::AsyncMethodCaller* async_caller, in EPKPChallengeMachineKey()
396 cryptohome::AsyncMethodCaller* async_caller, in EPKPChallengeUserKey()
Denterprise_platform_keys_private_api_unittest.cc71 const cryptohome::AsyncMethodCaller::Callback& callback) { in RegisterKeyCallbackTrue()
81 const cryptohome::AsyncMethodCaller::Callback& callback) { in RegisterKeyCallbackFalse()
95 const cryptohome::AsyncMethodCaller::DataCallback& callback) { in SignChallengeCallbackTrue()
109 const cryptohome::AsyncMethodCaller::DataCallback& callback) { in SignChallengeCallbackFalse()
/external/chromium_org/chromeos/attestation/
Dattestation_flow.h21 class AsyncMethodCaller; variable
57 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
204 cryptohome::AsyncMethodCaller* async_caller_;
Dattestation_flow.cc85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, in AttestationFlow()
Dattestation_flow_unittest.cc40 void AsyncCallbackFalse(cryptohome::AsyncMethodCaller::Callback callback) { in AsyncCallbackFalse()
/external/chromium_org/chrome/browser/chromeos/login/
Dparallel_authenticator.cc86 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount( in Mount()
95 cryptohome::AsyncMethodCaller::GetInstance()->AsyncGetSanitizedUsername( in Mount()
106 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMountGuest( in MountGuest()
118 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMountPublic( in MountPublic()
125 cryptohome::AsyncMethodCaller::GetInstance()->AsyncGetSanitizedUsername( in MountPublic()
141 cryptohome::AsyncMethodCaller* caller = in Migrate()
142 cryptohome::AsyncMethodCaller::GetInstance(); in Migrate()
172 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove( in Remove()
185 cryptohome::AsyncMethodCaller::GetInstance()->AsyncCheckKey( in CheckKey()
Dlogin_utils_browsertest.cc218 cryptohome::AsyncMethodCaller::InitializeForTesting( in SetUp()
255 cryptohome::AsyncMethodCaller::Shutdown(); in TearDown()
Dparallel_authenticator_unittest.cc67 cryptohome::AsyncMethodCaller::InitializeForTesting(mock_caller_); in SetUp()
92 cryptohome::AsyncMethodCaller::Shutdown(); in TearDown()
Duser_manager_impl.cc497 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove( in RemoveNonOwnerUserInternal()
/external/chromium_org/chrome/browser/chromeos/attestation/
Dplatform_verification_flow.h26 class AsyncMethodCaller; variable
120 cryptohome::AsyncMethodCaller* async_caller,
284 cryptohome::AsyncMethodCaller* async_caller_;
Dplatform_verification_flow.cc97 async_caller_(cryptohome::AsyncMethodCaller::GetInstance()), in PlatformVerificationFlow()
117 cryptohome::AsyncMethodCaller* async_caller, in PlatformVerificationFlow()
289 cryptohome::AsyncMethodCaller::DataCallback cryptohome_callback = base::Bind( in OnCertificateReady()
Dattestation_policy_observer.cc158 cryptohome::AsyncMethodCaller::GetInstance(), in Start()
Dplatform_verification_flow_unittest.cc281 const cryptohome::AsyncMethodCaller::DataCallback& callback) { in FakeSignChallenge()
/external/chromium_org/chrome/browser/chromeos/login/managed/
Dmanaged_user_authenticator.cc66 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount( in Mount()
75 cryptohome::AsyncMethodCaller::GetInstance()->AsyncGetSanitizedUsername( in Mount()
88 cryptohome::AsyncMethodCaller::GetInstance()->AsyncAddKey( in AddKey()
Dsupervised_user_creation_browsertest.cc55 cryptohome::AsyncMethodCaller::InitializeForTesting( in SetUpInProcessBrowserTestFixture()
83 cryptohome::AsyncMethodCaller::Shutdown(); in TearDown()
/external/chromium_org/chrome/browser/chromeos/
Dchrome_browser_main_chromeos.cc274 cryptohome::AsyncMethodCaller::Initialize(); in DBusServices()
307 cryptohome::AsyncMethodCaller::Shutdown(); in ~DBusServices()
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_manager.cc411 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove( in UpdateAppData()