Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_security_manager.cpp245 return SaveSecretKeyToDisk(GetKeyPath(dbPath, keyFileType), keyData); in SaveSecretKeyToFile()
514 std::string keyPath = GetKeyPath(dbPath, keyFileType); in LoadSecretKeyFromFile()
632 return FileExists(GetKeyPath(dbPath, keyFileType)); in IsKeyFileExists()
635 std::string RdbSecurityManager::GetKeyPath(const std::string &dbPath, RdbSecurityManager::KeyFileTy… in GetKeyPath() function in OHOS::NativeRdb::RdbSecurityManager
647 std::string keyPath = GetKeyPath(dbPath, keyFileType); in DelRdbSecretDataFile()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_security_manager.h102 std::string GetKeyPath(const std::string &dbPath, KeyFileType keyFileType);