Home
last modified time | relevance | path

Searched refs:USER_ID_BASE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h29 const int32_t USER_ID_BASE = 200000; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h61 constexpr uid_t USER_ID_BASE = 200000; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp146 int32_t prjId = userId * USER_ID_BASE + UID_FILE_MANAGER; in GetFileStorageStats()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp1033 return USER_ID_BASE * userId + uid; in GetFileManagerUid()