Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp44 constexpr uint32_t INSTALLS_UID = 3060; variable
189 if (IPCSkeleton::GetCallingUid() != INSTALLS_UID) { in GenerateAppKey()
210 if (IPCSkeleton::GetCallingUid() != INSTALLS_UID) { in DeleteAppKey()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp85 constexpr int32_t INSTALLS_UID = 3060; variable
1006 int64_t totalFileSize = InstalldOperator::GetDiskUsageFromQuota(INSTALLS_UID); in GetAllBundleStats()
1943 if (!InstalldOperator::ChangeFileAttr(targetPath, INSTALLS_UID, INSTALLS_UID)) { in MoveHapToCodeDir()
H A Dinstalld_operator.cpp69 static constexpr int32_t INSTALLS_UID = 3060; variable
974 if (chown(path.c_str(), INSTALLS_UID, INSTALLS_UID) != 0) { in MkOwnerDir()