Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp205 return GetNeedRestoreFilePath(userId, USER_EL1_DIR); in GetNeedRestoreFilePathByType()
207 return GetNeedRestoreFilePath(userId, USER_EL2_DIR); in GetNeedRestoreFilePathByType()
209 return GetNeedRestoreFilePath(userId, USER_EL3_DIR); in GetNeedRestoreFilePathByType()
211 return GetNeedRestoreFilePath(userId, USER_EL4_DIR); in GetNeedRestoreFilePathByType()
213 return GetNeedRestoreFilePath(userId, USER_EL5_DIR); in GetNeedRestoreFilePathByType()
409 std::string el2NeedRestorePath = GetNeedRestoreFilePath(START_USER_ID, USER_EL2_DIR); in InitGlobalUserKeys()
578 std::string el2NeedRestorePath = GetNeedRestoreFilePath(userId, USER_EL2_DIR); in IsNeedRestorePathExist()
579 std::string el3NeedRestorePath = GetNeedRestoreFilePath(userId, USER_EL3_DIR); in IsNeedRestorePathExist()
580 std::string el4NeedRestorePath = GetNeedRestoreFilePath(userId, USER_EL4_DIR); in IsNeedRestorePathExist()
585 std::string el1NeedRestorePath = GetNeedRestoreFilePath(userId, USER_EL1_DIR); in IsNeedRestorePathExist()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon.h104 std::string GetNeedRestoreFilePath(int32_t userId, const std::string &user_dir);