Home
last modified time | relevance | path

Searched refs:USER_UPDATE_AUTHORITY (Results 1 - 4 of 4) sorted by relevance

/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_stub.cpp28 constexpr int USER_UPDATE_AUTHORITY = 6666; variable
192 return callingUid == USER_UPDATE_AUTHORITY && IsPermissionGranted(); in CheckCallingPerm()
H A Dsys_installer_stub.cpp198 return callingUid == Updater::Utils::USER_UPDATE_AUTHORITY && IsPermissionGranted(); in CheckCallingPerm()
/base/update/updater/utils/include/
H A Dutils.h35 constexpr int USER_UPDATE_AUTHORITY = 6666; member
/base/update/updater/utils/
H A Dutils.cpp119 SetFileAttributes(updaterLogPath, USER_UPDATE_AUTHORITY, GROUP_UPDATE_AUTHORITY, mode); in SaveLogs()
483 SetFileAttributes(zipFile, USER_UPDATE_AUTHORITY, GROUP_SYS_AUTHORITY, mode); in CompressFiles()
523 SetFileAttributes(pkgName, USER_UPDATE_AUTHORITY, GROUP_SYS_AUTHORITY, mode); in CompressLogs()

Completed in 4 milliseconds