Searched refs:kAllowedUids (Results 1 – 1 of 1) sorted by relevance
42 const std::set<uid_t> kAllowedUids = {AID_AUTOMOTIVE_EVS, AID_SYSTEM, AID_ROOT}; variable83 if (kAllowedUids.find(uid) == kAllowedUids.end()) { in checkPermission()