Searched refs:PolicySetNicTrafficAllowed (Results 1 – 3 of 3) sorted by relevance
179 int32_t PolicySetNicTrafficAllowed(const std::vector<std::string> &ifaceNames, bool status);
487 int32_t NetPolicyRule::PolicySetNicTrafficAllowed(const std::vector<std::string> &ifaceNames, bool … in PolicySetNicTrafficAllowed() function in OHOS::NetManagerStandard::NetPolicyRule
600 return netPolicyRule_->PolicySetNicTrafficAllowed(ifaceNames, status); in SetNicTrafficAllowed()