Home
last modified time | relevance | path

Searched defs:dbPath (Results 51 - 65 of 65) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_multi_user_test.cpp106 int GetDB(sqlite3 *&db, const std::string &dbPath) in GetDB() argument
119 void PrepareVirtualDeviceEnv(const std::string &tableName, const std::string &dbPath, in PrepareVirtualDeviceEnv() argument
141 void PrepareData(const std::string &tableName, const std::string &dbPath) in PrepareData() argument
185 void PrepareEnvironment(const std::string &tableName, const std::string &dbPath, in PrepareEnvironment() argument
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp77 std::string dbPath = *g_testDir + dlpPath; in OpenDelegate() local
143 std::string dbPath = dbDir + "/test.db"; in OpenDelegate() local
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp104 const auto &dbPath = g_dbDir; in GetDB() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp51 GetNbDelegateSuccess(KvStoreDelegateManager *&outManager, const DBParameters &param, const Option &optionParam, const string &dbPath) GetNbDelegateSuccess() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp517 RdbPassword RdbSecurityManager::GetRdbPassword(const std::string &dbPath, KeyFileType keyFileType) in GetRdbPassword() argument
541 void RdbSecurityManager::DelAllKeyFiles(const std::string &dbPath) in DelAllKeyFiles() argument
559 void RdbSecurityManager::DelKeyFile(const std::string &dbPath, KeyFileType keyFileType) in DelKeyFile() argument
592 bool RdbSecurityManager::IsKeyFileExists(const std::string &dbPath, KeyFileType keyFileType) in IsKeyFileExists() argument
598 void RdbSecurityManager::ChangeKeyFile(const std::string &dbPath) in ChangeKeyFile() argument
623 RestoreKeyFile(const std::string &dbPath, const std::vector<uint8_t> &key) RestoreKeyFile() argument
641 KeyFiles(const std::string &dbPath, bool openFile) KeyFiles() argument
[all...]
H A Dconnection_pool.cpp63 std::string dbPath; in Create() local
724 bool ConnectionPool::CheckIntegrity(const std::string &dbPath) in CheckIntegrity() argument
H A Drdb_store_impl.cpp1634 int RdbStoreImpl::AttachInner(const RdbStoreConfig &config, const std::string &attachName, const std::string &dbPath, in AttachInner() argument
1688 std::string dbPath; in Attach() local
H A Dsqlite_connection.cpp218 std::string dbPath; in InnerOpen() local
269 int32_t SqliteConnection::OpenDatabase(const std::string &dbPath, int openFileFlags) in OpenDatabase() argument
343 Configure(const RdbStoreConfig &config, std::string &dbPath) Configure() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp126 void ClearCloneSource(CloneSource &cloneSource, const string &dbPath) in ClearCloneSource() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp115 void PrepareVirtualDeviceEnv(const std::string &tableName, const std::string &dbPath, in PrepareVirtualDeviceEnv() argument
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2259 std::string GetRealFileUrl(const std::string &dbPath, const std::string &appId, const std::string &userId, in GetRealFileUrl() argument
2285 std::string dbPath = GetRealFileUrl(g_config.dataDir, APP_ID, USER_ID, STORE_ID_1); in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp172 const string dbPath = TEST_BACKUP_PATH + "/" + MEDIA_LIBRARY_APP_NAME + "/ce/databases/media_library.db"; in Init() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp45 InitDb(std::shared_ptr<NativeRdb::RdbStore> &rdbStore, const std::string &dbName, const std::string &dbPath, const std::string &bundleName, bool isMediaLibrary, int32_t area) InitDb() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp620 std::string dbPath = storageEngine_->GetProperties().GetStringProp(DBProperties::DATA_DIR, ""); in GetSecurityOption() local
/third_party/sqlite/src/
H A Dsqlite3.c39612 const char *dbPath; /* Name of the open file */ global() member
43894 char *dbPath; /* Name of the open file */ global() member
43906 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) proxyGetLockPath() argument
44527 proxyCreateConchPathname(char *dbPath, char **pConchPath) proxyCreateConchPathname() argument
44600 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) proxyGetDbPathForUnixFile() argument
44633 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ proxyTransformUnixFile() local
[all...]

Completed in 166 milliseconds

123