Searched refs:fixedUid (Results 1 - 4 of 4) sorted by relevance
/base/security/permission_lite/services/ipc_auth/include/ |
H A D | policy_preset.h | 60 .fixedUid = {2}
72 .fixedUid = {2, 3, 8}
86 .fixedUid = {2, 3, 8}
103 .fixedUid = {7}
141 .fixedUid = {7}
158 .fixedUid = {2, 7}
175 .fixedUid = {2, 7}
|
H A D | policy_registry.h | 32 .fixedUid = {75, 85, 95}
50 .fixedUid = {75, 85, 95}
|
H A D | policy_define.h | 52 int fixedUid[UID_SIZE];
member 59 int fixedUid[UID_SIZE];
member
|
/base/security/permission_lite/services/ipc_auth/src/ |
H A D | ipc_auth_impl.c | 81 policyTrans->fixedUid[m] = policy->fixedUid[m];
in SetPolicy() 92 policyTrans->fixedUid[0] = uid;
in SetPolicy() 196 static int IsUidFixed(const int fixedUid[], unsigned int consumerUid)
in IsUidFixed() argument 199 if (fixedUid[m] == consumerUid) {
in IsUidFixed() 215 if (IsUidFixed(policy->fixedUid, consumerUid) == AUTH_ERRORCODE_SUCCESS) {
in CheckPolicy()
|
Completed in 3 milliseconds