Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/permission/standard/
H A Dpermission_manager.cpp52 #define SYSTEM_SA_WHITE_LIST_NUM (7) macro
53 constexpr const static char systemSaWhiteList[SYSTEM_SA_WHITE_LIST_NUM][PKG_NAME_SIZE_MAX] = {
197 for (uint16_t index = 0; index < SYSTEM_SA_WHITE_LIST_NUM; ++index) { in CheckSystemSA()
209 for (uint16_t index = 0; index < SYSTEM_SA_WHITE_LIST_NUM; ++index) { in GetSystemSA()