Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
H A Dnet_quota_policy.cpp27 static constexpr uint32_t MAX_POLICY_SIZE = 100; variable
134 vSize = vSize > MAX_POLICY_SIZE ? MAX_POLICY_SIZE : vSize; in Unmarshalling()