Home
last modified time | relevance | path

Searched refs:SetLocalAnchorConstraintsEnforcementEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_features.h31 NET_EXPORT void SetLocalAnchorConstraintsEnforcementEnabled(bool enabled);
39 SetLocalAnchorConstraintsEnforcementEnabled(enabled); in ScopedLocalAnchorConstraintsEnforcementForTesting()
43 SetLocalAnchorConstraintsEnforcementEnabled(previous_value_); in ~ScopedLocalAnchorConstraintsEnforcementForTesting()
H A Dtrust_store_features.cc26 void SetLocalAnchorConstraintsEnforcementEnabled(bool enabled) { in SetLocalAnchorConstraintsEnforcementEnabled() function