Lines Matching refs:CheckUid
85 binder::Status status = CheckUid(); \
91 binder::Status status = CheckUid(AccessLevel::SystemOrShell); \
518 bool CheckUid();
535 if (!CheckUid()) return UidSecurityError(); in createBackingImage()
560 if (!CheckUid()) return UidSecurityError(); in deleteBackingImage()
572 if (!CheckUid()) return UidSecurityError(); in mapImageDevice()
583 if (!CheckUid()) return UidSecurityError(); in unmapImageDevice()
594 if (!CheckUid()) return UidSecurityError(); in backingImageExists()
603 if (!CheckUid()) return UidSecurityError(); in isImageMapped()
613 if (!CheckUid()) return UidSecurityError(); in getAvbPublicKey()
652 if (!CheckUid()) return UidSecurityError(); in zeroFillNewImage()
667 if (!CheckUid()) return UidSecurityError(); in removeAllImages()
677 if (!CheckUid()) return UidSecurityError(); in removeDisabledImages()
687 if (!CheckUid()) return UidSecurityError(); in getMappedImageDevice()
696 bool ImageService::CheckUid() { in CheckUid() function in android::gsi::ImageService
742 binder::Status GsiService::CheckUid(AccessLevel level) { in CheckUid() function in android::gsi::GsiService