Searched refs:GetRdbPassword (Results 1 – 4 of 4) sorted by relevance
86 … auto password = RdbSecurityManager::GetInstance().GetRdbPassword(dbFile_, KeyType::PUB_KEY_FILE);141 …RdbSecurityManager::GetInstance().GetRdbPassword(RDB_TEST_PATH, RdbSecurityManager::KeyFileType::P…
89 RdbPassword GetRdbPassword(const std::string &dbPath, KeyFileType keyFileType);
403 … auto rdbPwd = RdbSecurityManager::GetInstance().GetRdbPassword(path_, KeyFileType::PUB_KEY_FILE); in GenerateEncryptedKey()410 …auto rdbNewPwd = RdbSecurityManager::GetInstance().GetRdbPassword(path_, KeyFileType::PUB_KEY_FILE… in GenerateEncryptedKey()
519 RdbPassword RdbSecurityManager::GetRdbPassword(const std::string &dbPath, KeyFileType keyFileType) in GetRdbPassword() function in OHOS::NativeRdb::RdbSecurityManager