Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp201 std::string StorageDaemon::GetNeedRestoreFilePathByType(int32_t userId, KeyType type) in GetNeedRestoreFilePathByType() function in OHOS::StorageDaemon::StorageDaemon
228 std::string elNeedRestorePath = GetNeedRestoreFilePathByType(userId, type); in RestoreOneUserKey()
368 std::string elNeedRestorePath = GetNeedRestoreFilePathByType(userId, EL1_KEY); in CompleteAddUser()
648 std::string elNeedRestorePath = GetNeedRestoreFilePathByType(userId, type); in ActiveUserKeyAndPrepare()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon.h105 std::string GetNeedRestoreFilePathByType(int32_t userId, KeyType type);