Searched refs:TryRestoreKey (Results 1 – 3 of 3) sorted by relevance
46 int32_t TryRestoreKey(const std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth);
109 int32_t KeyBackup::TryRestoreKey(const std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth) in TryRestoreKey() function in OHOS::StorageDaemon::KeyBackup
487 return KeyBackup::GetInstance().TryRestoreKey(shared_from_this(), auth) == 0; in StoreKey()