Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp39 constexpr uint32_t UIDS_LIST_MAX_SIZE = 1024; member
1253 uidSize = (uidSize > UIDS_LIST_MAX_SIZE) ? UIDS_LIST_MAX_SIZE : uidSize; in CmdFirewallSetUidsAllowedListChain()
1269 uidSize = (uidSize > UIDS_LIST_MAX_SIZE) ? UIDS_LIST_MAX_SIZE : uidSize; in CmdFirewallSetUidsDeniedListChain()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp30 static constexpr uint32_t UIDS_LIST_MAX_SIZE = 1024; member
1609 if (uidSize > UIDS_LIST_MAX_SIZE) { in FirewallSetUidsAllowedListChain()
1649 if (uidSize > UIDS_LIST_MAX_SIZE) { in FirewallSetUidsDeniedListChain()

Completed in 9 milliseconds