Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dfirewall_manager.h101 std::string strMaxUid_; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dfirewall_manager.cpp53 strMaxUid_ = ReadMaxUidConfig(); in FirewallManager()
310 … command = "-t filter -A " + chainName + " -m owner ! --uid-owner 0-" + strMaxUid_ + " -j RETURN"; in SetUidsAllowedListChain()