Home
last modified time | relevance | path

Searched refs:TrustStoreAndroid (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/net/cert/internal/
Dtrust_store_android.cc22 class TrustStoreAndroid::Impl
23 : public base::RefCountedThreadSafe<TrustStoreAndroid::Impl> {
57 friend class base::RefCountedThreadSafe<TrustStoreAndroid::Impl>;
66 TrustStoreAndroid::TrustStoreAndroid() { in TrustStoreAndroid() function in net::TrustStoreAndroid
72 TrustStoreAndroid::~TrustStoreAndroid() { in ~TrustStoreAndroid()
79 void TrustStoreAndroid::Initialize() { in Initialize()
86 void TrustStoreAndroid::ObserveCertDBChanges() { in ObserveCertDBChanges()
94 void TrustStoreAndroid::OnTrustStoreChanged() { in OnTrustStoreChanged()
102 scoped_refptr<TrustStoreAndroid::Impl>
103 TrustStoreAndroid::MaybeInitializeAndGetImpl() { in MaybeInitializeAndGetImpl()
[all …]
Dtrust_store_android.h24 class NET_EXPORT TrustStoreAndroid : public PlatformTrustStore,
27 TrustStoreAndroid();
28 ~TrustStoreAndroid() override;
29 TrustStoreAndroid(const TrustStoreAndroid& other) = delete;
30 TrustStoreAndroid& operator=(const TrustStoreAndroid& other) = delete;
Dsystem_trust_store.cc353 TrustStoreAndroid* GetGlobalTrustStoreAndroidForCRS() { in GetGlobalTrustStoreAndroidForCRS()
354 static base::NoDestructor<TrustStoreAndroid> static_trust_store_android; in GetGlobalTrustStoreAndroidForCRS()
/external/cronet/stable/net/cert/internal/
Dtrust_store_android.cc22 class TrustStoreAndroid::Impl
23 : public base::RefCountedThreadSafe<TrustStoreAndroid::Impl> {
57 friend class base::RefCountedThreadSafe<TrustStoreAndroid::Impl>;
66 TrustStoreAndroid::TrustStoreAndroid() { in TrustStoreAndroid() function in net::TrustStoreAndroid
72 TrustStoreAndroid::~TrustStoreAndroid() { in ~TrustStoreAndroid()
79 void TrustStoreAndroid::Initialize() { in Initialize()
86 void TrustStoreAndroid::ObserveCertDBChanges() { in ObserveCertDBChanges()
94 void TrustStoreAndroid::OnTrustStoreChanged() { in OnTrustStoreChanged()
102 scoped_refptr<TrustStoreAndroid::Impl>
103 TrustStoreAndroid::MaybeInitializeAndGetImpl() { in MaybeInitializeAndGetImpl()
[all …]
Dtrust_store_android.h24 class NET_EXPORT TrustStoreAndroid : public PlatformTrustStore,
27 TrustStoreAndroid();
28 ~TrustStoreAndroid() override;
29 TrustStoreAndroid(const TrustStoreAndroid& other) = delete;
30 TrustStoreAndroid& operator=(const TrustStoreAndroid& other) = delete;
Dsystem_trust_store.cc353 TrustStoreAndroid* GetGlobalTrustStoreAndroidForCRS() { in GetGlobalTrustStoreAndroidForCRS()
354 static base::NoDestructor<TrustStoreAndroid> static_trust_store_android; in GetGlobalTrustStoreAndroidForCRS()