Home
last modified time | relevance | path

Searched refs:IsKeyFileExists (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h94 bool IsKeyFileExists(const std::string &dbPath, KeyFileType keyFileType);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp409 … RdbSecurityManager::GetInstance().IsKeyFileExists(path_, KeyFileType::PUB_KEY_FILE_NEW_KEY)) { in GenerateEncryptedKey()
H A Drdb_security_manager.cpp595 bool RdbSecurityManager::IsKeyFileExists(const std::string &dbPath, KeyFileType keyFileType) in IsKeyFileExists() function in OHOS::NativeRdb::RdbSecurityManager