Searched refs:RenameKeyPath (Results 1 – 5 of 5) sorted by relevance
38 virtual bool RenameKeyPath(const std::string &keyPath) = 0;58 MOCK_METHOD1(RenameKeyPath, bool(const std::string &keypath));
106 bool BaseKey::RenameKeyPath(const std::string &keyPath) in RenameKeyPath() function in BaseKey111 return IBaseKeyMoc::baseKeyMoc->RenameKeyPath(keyPath); in RenameKeyPath()
66 bool RenameKeyPath(const std::string &keyPath);
327 if (!RenameKeyPath(dir_ + PATH_LATEST)) { in EncryptClassE()
959 bool BaseKey::RenameKeyPath(const std::string &keyPath) in StoreKey() function in OHOS::StorageDaemon::BaseKey