Home
last modified time | relevance | path

Searched refs:ZERO_USER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h27 const int ZERO_USER = 0; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp348 if ((userId < StorageService::START_USER_ID && userId != StorageService::ZERO_USER) || in CheckUserIdRange()