Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dapp_clone_key_manager.cpp34 for (int userId = StorageService::START_APP_CLONE_USER_ID; in ActiveAppCloneUserKey()
H A Dkey_manager.cpp1674 if (ret != 0 && ((userId < StorageService::START_APP_CLONE_USER_ID || in UpdateCeEceSeceUserAuth()
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h25 const int START_APP_CLONE_USER_ID = 219; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp257 …if (userId < StorageService::START_APP_CLONE_USER_ID || userId > StorageService::MAX_APP_CLONE_USE… in RestoreOneUserKey()