Searched refs:DoStoreKey (Results 1 – 2 of 2) sorted by relevance
89 bool DoStoreKey(const UserAuth &auth, bool needGenerateShield = true);91 bool DoStoreKey(const UserAuth &auth);
201 if (DoStoreKey(auth, needGenerateShield)) { in StoreKey()203 if (DoStoreKey(auth)) { in StoreKey()227 bool BaseKey::DoStoreKey(const UserAuth &auth, bool needGenerateShield) in StoreKey() function in OHOS::StorageDaemon::BaseKey229 bool BaseKey::DoStoreKey(const UserAuth &auth) in StoreKey()