/external/chromium_org/chromeos/cryptohome/ |
D | async_method_caller.cc | 20 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 …]
|
D | async_method_caller.h | 33 class CHROMEOS_EXPORT AsyncMethodCaller { 41 virtual ~AsyncMethodCaller() {} in ~AsyncMethodCaller() 197 static void InitializeForTesting(AsyncMethodCaller* async_method_caller); 204 static AsyncMethodCaller* GetInstance();
|
D | mock_async_method_caller.h | 17 class MockAsyncMethodCaller : public AsyncMethodCaller {
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
D | enterprise_platform_keys_private_api.h | 28 class AsyncMethodCaller; variable 62 cryptohome::AsyncMethodCaller* async_caller, 103 cryptohome::AsyncMethodCaller* async_caller_; 156 cryptohome::AsyncMethodCaller* async_caller, 191 cryptohome::AsyncMethodCaller* async_caller,
|
D | enterprise_platform_keys_private_api.cc | 76 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()
|
D | enterprise_platform_keys_private_api_unittest.cc | 71 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/ |
D | attestation_flow.h | 21 class AsyncMethodCaller; variable 57 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, 204 cryptohome::AsyncMethodCaller* async_caller_;
|
D | attestation_flow.cc | 85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, in AttestationFlow()
|
D | attestation_flow_unittest.cc | 40 void AsyncCallbackFalse(cryptohome::AsyncMethodCaller::Callback callback) { in AsyncCallbackFalse()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | parallel_authenticator.cc | 86 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()
|
D | login_utils_browsertest.cc | 218 cryptohome::AsyncMethodCaller::InitializeForTesting( in SetUp() 255 cryptohome::AsyncMethodCaller::Shutdown(); in TearDown()
|
D | parallel_authenticator_unittest.cc | 67 cryptohome::AsyncMethodCaller::InitializeForTesting(mock_caller_); in SetUp() 92 cryptohome::AsyncMethodCaller::Shutdown(); in TearDown()
|
D | user_manager_impl.cc | 497 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove( in RemoveNonOwnerUserInternal()
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | platform_verification_flow.h | 26 class AsyncMethodCaller; variable 120 cryptohome::AsyncMethodCaller* async_caller, 284 cryptohome::AsyncMethodCaller* async_caller_;
|
D | platform_verification_flow.cc | 97 async_caller_(cryptohome::AsyncMethodCaller::GetInstance()), in PlatformVerificationFlow() 117 cryptohome::AsyncMethodCaller* async_caller, in PlatformVerificationFlow() 289 cryptohome::AsyncMethodCaller::DataCallback cryptohome_callback = base::Bind( in OnCertificateReady()
|
D | attestation_policy_observer.cc | 158 cryptohome::AsyncMethodCaller::GetInstance(), in Start()
|
D | platform_verification_flow_unittest.cc | 281 const cryptohome::AsyncMethodCaller::DataCallback& callback) { in FakeSignChallenge()
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
D | managed_user_authenticator.cc | 66 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount( in Mount() 75 cryptohome::AsyncMethodCaller::GetInstance()->AsyncGetSanitizedUsername( in Mount() 88 cryptohome::AsyncMethodCaller::GetInstance()->AsyncAddKey( in AddKey()
|
D | supervised_user_creation_browsertest.cc | 55 cryptohome::AsyncMethodCaller::InitializeForTesting( in SetUpInProcessBrowserTestFixture() 83 cryptohome::AsyncMethodCaller::Shutdown(); in TearDown()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | chrome_browser_main_chromeos.cc | 274 cryptohome::AsyncMethodCaller::Initialize(); in DBusServices() 307 cryptohome::AsyncMethodCaller::Shutdown(); in ~DBusServices()
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_manager.cc | 411 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove( in UpdateAppData()
|