Home
last modified time | relevance | path

Searched refs:policyService_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/common/src/
H A Dnet_manager_center.cpp115 if (policyService_ == nullptr) { in ResetPolicyFactory()
123 if (policyService_ == nullptr) { in ResetPolicies()
126 return policyService_->ResetPolicies(); in ResetPolicies()
131 policyService_ = service; in RegisterPolicyService()
171 if (policyService_ == nullptr) { in IsUidNetAccess()
179 if (policyService_ == nullptr) { in IsUidNetAllowed()
182 return policyService_->IsUidNetAllowed(uid, metered); in IsUidNetAllowed()
/foundation/communication/netmanager_base/services/common/include/
H A Dnet_manager_center.h66 sptr<NetPolicyBaseService> policyService_; member in OHOS::NetManagerStandard::NetManagerCenter

Completed in 2 milliseconds