Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.cpp36 static constexpr int32_t MAX_SINGLE_PROC_COMP_SIZE = 500; variable
73 if (iter->second.compList.size() > MAX_SINGLE_PROC_COMP_SIZE) { in AddSecurityComponentToList()