Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon.h112 int32_t RestoreOneUserKey(int32_t userId, KeyType type);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp220 int32_t StorageDaemon::RestoreOneUserKey(int32_t userId, KeyType type) in RestoreOneUserKey() function in OHOS::StorageDaemon::StorageDaemon
280 auto ret = RestoreOneUserKey(userId, type); in RestoreUserKey()