Searched refs:GetKeyPath (Results 1 – 2 of 2) sorted by relevance
245 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::RdbSecurityManager647 std::string keyPath = GetKeyPath(dbPath, keyFileType); in DelRdbSecretDataFile()
102 std::string GetKeyPath(const std::string &dbPath, KeyFileType keyFileType);