Home
last modified time | relevance | path

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

/ohos5.0/base/security/permission_lite/services/ipc_auth/src/
H A Dipc_auth_impl.c32 static unsigned int g_systemSvcUids[] = {1, 2, 0, 6, 7, 8, 9, 10, 11, 12, 19, 20, 3046}; variable
34 static unsigned int g_systemSvcUidSize = sizeof(g_systemSvcUids) / sizeof(unsigned int);
39 if (g_systemSvcUids[i] == uid) { in IsUidValid()