Home
last modified time | relevance | path

Searched refs:RenameKeyPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dbase_key_mock.h38 virtual bool RenameKeyPath(const std::string &keyPath) = 0;
58 MOCK_METHOD1(RenameKeyPath, bool(const std::string &keypath));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dbase_key_mock.cpp106 bool BaseKey::RenameKeyPath(const std::string &keyPath) in RenameKeyPath() function in BaseKey
111 return IBaseKeyMoc::baseKeyMoc->RenameKeyPath(keyPath); in RenameKeyPath()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h66 bool RenameKeyPath(const std::string &keyPath);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp327 if (!RenameKeyPath(dir_ + PATH_LATEST)) { in EncryptClassE()
H A Dbase_key.cpp959 bool BaseKey::RenameKeyPath(const std::string &keyPath) in StoreKey() function in OHOS::StorageDaemon::BaseKey