Home
last modified time | relevance | path

Searched defs:newKeyPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp176 auto newKeyPath = RDB_TEST_PATH + "key/" + name + ".pub_key.new"; in SaveNewKey() local
255 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
317 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
348 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
386 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
422 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
H A Drdb_encrypt_decrypt_test.cpp238 std::string newKeyPath = RDB_TEST_PATH + "key/" + +"encrypted.pub_key.new"; variable