Home
last modified time | relevance | path

Searched refs:PolicySetNicTrafficAllowed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_rule.h179 int32_t PolicySetNicTrafficAllowed(const std::vector<std::string> &ifaceNames, bool status);
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_rule.cpp487 int32_t NetPolicyRule::PolicySetNicTrafficAllowed(const std::vector<std::string> &ifaceNames, bool … in PolicySetNicTrafficAllowed() function in OHOS::NetManagerStandard::NetPolicyRule
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_policy_service.cpp600 return netPolicyRule_->PolicySetNicTrafficAllowed(ifaceNames, status); in SetNicTrafficAllowed()