Searched refs:GetNeedRestoreFilePath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon.cpp | 205 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 D | storage_daemon.h | 104 std::string GetNeedRestoreFilePath(int32_t userId, const std::string &user_dir);
|