Home
last modified time | relevance | path

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

/ohos5.0/base/security/permission_lite/services/ipc_auth/src/
H A Dipc_auth_impl.c34 static unsigned int g_systemSvcUidSize = sizeof(g_systemSvcUids) / sizeof(unsigned int); variable
38 for (int i = 0; i < g_systemSvcUidSize; i++) { in IsUidValid()