Home
last modified time | relevance | path

Searched refs:GetNetworkNotificationThreadMac (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_mac.cc456 DCHECK(GetNetworkNotificationThreadMac()->RunsTasksInCurrentSequence()); in AddCallback()
470 DCHECK(GetNetworkNotificationThreadMac()->RunsTasksInCurrentSequence()); in KeychainChangedNotifier()
509 GetNetworkNotificationThreadMac()->PostTask( in KeychainObserver()
521 DCHECK(GetNetworkNotificationThreadMac()->RunsTasksInCurrentSequence()); in ~KeychainObserver()
530 DCHECK(GetNetworkNotificationThreadMac()->RunsTasksInCurrentSequence()); in RegisterCallbackOnNotificationThread()
590 base::OnTaskRunnerDeleter(GetNetworkNotificationThreadMac())), in TrustImplDomainCacheFullCerts()
593 base::OnTaskRunnerDeleter(GetNetworkNotificationThreadMac())), in TrustImplDomainCacheFullCerts()
808 base::OnTaskRunnerDeleter(GetNetworkNotificationThreadMac())), in TrustImplKeychainCacheFullCerts()
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_notification_thread_mac.h16 scoped_refptr<base::SingleThreadTaskRunner> GetNetworkNotificationThreadMac();
H A Dnetwork_notification_thread_mac.cc49 scoped_refptr<base::SingleThreadTaskRunner> GetNetworkNotificationThreadMac() { in GetNetworkNotificationThreadMac() function
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_database_mac.cc26 GetNetworkNotificationThreadMac()->PostTask( in Notifier()