Home
last modified time | relevance | path

Searched refs:RdDbRekey (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_utils.h67 static int RdDbRekey(const char *dbFile, const char *configStr, const std::vector<uint8_t> &encryptedKey);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp157 errCode = RdUtils::RdDbRekey(dbPath.c_str(), GetConfigStr({}, false).c_str(), key); in InnerOpen()
222 errCode = RdUtils::RdDbRekey(dbPath.c_str(), configStr.c_str(), newKey); in ReSetKey()
H A Drd_utils.cpp518 int RdUtils::RdDbRekey(const char *dbFile, const char *configStr, const std::vector<uint8_t> &encryptedKey) in RdDbRekey() function in OHOS::NativeRdb::RdUtils

Completed in 3 milliseconds