Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h91 void DelKeyFile(const std::string &dbPath, KeyFileType keyFileType);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp562 void RdbSecurityManager::DelKeyFile(const std::string &dbPath, KeyFileType keyFileType) in DelKeyFile() function in OHOS::NativeRdb::RdbSecurityManager
H A Dsqlite_connection.cpp590 … RdbSecurityManager::GetInstance().DelKeyFile(config.GetPath(), RdbKeyFile::PUB_KEY_FILE_NEW_KEY); in ReSetKey()