| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_relational_multi_user_test.cpp | 106 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 D | distributeddb_single_ver_multi_sub_user_test.cpp | 77 std::string dbPath = *g_testDir + dlpPath; in OpenDelegate() local 143 std::string dbPath = dbDir + "/test.db"; in OpenDelegate() local
|
| H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 104 const auto &dbPath = g_dbDir; in GetDB() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
| H A D | distributeddb_nb_test_tools.cpp | 51 GetNbDelegateSuccess(KvStoreDelegateManager *&outManager, const DBParameters ¶m, const Option &optionParam, const string &dbPath) GetNbDelegateSuccess() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_security_manager.cpp | 517 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 D | connection_pool.cpp | 63 std::string dbPath; in Create() local 724 bool ConnectionPool::CheckIntegrity(const std::string &dbPath) in CheckIntegrity() argument
|
| H A D | rdb_store_impl.cpp | 1634 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 D | sqlite_connection.cpp | 218 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 D | medialibrary_backup_clone_test.cpp | 126 void ClearCloneSource(CloneSource &cloneSource, const string &dbPath) in ClearCloneSource() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_relational_test.cpp | 115 void PrepareVirtualDeviceEnv(const std::string &tableName, const std::string &dbPath, in PrepareVirtualDeviceEnv() argument
|
| H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2259 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 D | medialibrary_backup_test.cpp | 172 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 D | backup_database_utils.cpp | 45 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 D | relational_sync_able_storage.cpp | 620 std::string dbPath = storageEngine_->GetProperties().GetStringProp(DBProperties::DATA_DIR, ""); in GetSecurityOption() local
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 39612 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...] |