Home
last modified time | relevance | path

Searched defs:dbPath (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp110 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
226 const std::string dbPath = "config_test.db"; variable
241 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
264 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
288 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
312 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
336 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
359 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
383 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
406 const std::string dbPath = RDB_TEST_PATH + "config_test.db"; variable
[all …]
H A Drdb_helper_test.cpp166 const std::string dbPath = RDB_TEST_PATH + "GetDatabase.db"; variable
191 const std::string dbPath = RDB_TEST_PATH + "GetDatabase.db"; variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_db_util.cpp28 bool IsDbFile(const std::string& dbPath) in IsDbFile()
56 std::string GetDateFromDbFile(const std::string& dbPath) in GetDateFromDbFile()
75 bool InitDbUploadPath(const std::string& dbPath, std::string& uploadPath) in InitDbUploadPath()
98 void MoveDbFilesToUploadDir(const std::string& dbPath, const std::string& uploadPath) in MoveDbFilesToUploadDir()
120 void MoveDbFileToUploadDir(const std::string& dbPath, const std::string& uploadPath) in MoveDbFileToUploadDir()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp41 bool RdbFaultHiViewReporter::IsReportCorruptedFault(const std::string &dbPath) in IsReportCorruptedFault()
46 void RdbFaultHiViewReporter::CreateCorruptedFlag(const std::string &dbPath) in CreateCorruptedFlag()
51 void RdbFaultHiViewReporter::DeleteCorruptedFlag(const std::string &dbPath) in DeleteCorruptedFlag()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/include/utils/
H A Ddatabase_utils.h28 std::shared_ptr<NativeRdb::RdbStore> GetRdbStore(const std::string &dbPath) in GetRdbStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp338 std::string dbPath = g_testDir + g_databaseName; variable
384 std::string dbPath = g_testDir + g_databaseName; variable
429 std::string dbPath = g_testDir + g_databaseName; variable
491 std::string dbPath = g_testDir + g_databaseName; variable
532 std::string dbPath = g_testDir + g_databaseName; variable
567 std::string dbPath = g_testDir + g_databaseName; variable
622 std::string dbPath = g_testDir + g_databaseName; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter_mock.cpp69 bool KVDBFaultHiViewReporter::IsReportCorruptedFault(const std::string &dbPath, const std::string &… in IsReportCorruptedFault()
74 void KVDBFaultHiViewReporter::CreateCorruptedFlag(const std::string &dbPath, const std::string &sto… in CreateCorruptedFlag()
79 void KVDBFaultHiViewReporter::DeleteCorruptedFlag(const std::string &dbPath, const std::string &sto… in DeleteCorruptedFlag()
H A Dkv_hiview_reporter.cpp126 std::string KVDBFaultHiViewReporter::GetFileStatInfo(const std::string &dbPath) in GetFileStatInfo()
188 bool KVDBFaultHiViewReporter::IsReportCorruptedFault(const std::string &dbPath, const std::string &… in IsReportCorruptedFault()
203 void KVDBFaultHiViewReporter::CreateCorruptedFlag(const std::string &dbPath, const std::string &sto… in CreateCorruptedFlag()
219 void KVDBFaultHiViewReporter::DeleteCorruptedFlag(const std::string &dbPath, const std::string &sto… in DeleteCorruptedFlag()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/rdb/include/
H A Dcm_rdb_config.h27 std::string dbPath = "/data/service/el1/public/cert_manager_service/rdb"; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp519 RdbPassword RdbSecurityManager::GetRdbPassword(const std::string &dbPath, KeyFileType keyFileType) in GetRdbPassword()
544 void RdbSecurityManager::DelAllKeyFiles(const std::string &dbPath) in DelAllKeyFiles()
562 void RdbSecurityManager::DelKeyFile(const std::string &dbPath, KeyFileType keyFileType) in DelKeyFile()
595 bool RdbSecurityManager::IsKeyFileExists(const std::string &dbPath, KeyFileType keyFileType) in IsKeyFileExists()
601 void RdbSecurityManager::ChangeKeyFile(const std::string &dbPath) in ChangeKeyFile()
626 int32_t RdbSecurityManager::RestoreKeyFile(const std::string &dbPath, const std::vector<uint8_t> &k… in RestoreKeyFile()
644 RdbSecurityManager::KeyFiles::KeyFiles(const std::string &dbPath, bool openFile) in KeyFiles()
H A Dsqlite_global_config.cpp107 int SqliteGlobalConfig::GetDbPath(const RdbStoreConfig &config, std::string &dbPath) in GetDbPath()
H A Drd_connection.cpp53 std::string dbPath = ""; in Repair() local
106 std::string dbPath = ""; in InnerOpen() local
H A Drd_utils.cpp77 int RdUtils::RdDbOpen(const char *dbPath, const char *configStr, uint32_t flags, GRD_DB **db) in RdDbOpen()
100 int RdUtils::RdDbRepair(const char *dbPath, const char *configStr) in RdDbRepair()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp118 bool RdbFaultHiViewReporter::IsReportCorruptedFault(const std::string &dbPath) in IsReportCorruptedFault()
131 void RdbFaultHiViewReporter::CreateCorruptedFlag(const std::string &dbPath) in CreateCorruptedFlag()
146 void RdbFaultHiViewReporter::DeleteCorruptedFlag(const std::string &dbPath) in DeleteCorruptedFlag()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dexternal_source.cpp37 void ExternalSource::Init(const string &dbPath) in Init()
H A Dgallery_source.cpp70 void GallerySource::Init(const string &dbPath) in Init()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api_inner.cpp25 int32_t GRD_DBOpenInner(const char *dbPath, const char *configStr, uint32_t flags, GRD_DB **db) in GRD_DBOpenInner()
H A Dgrd_db_api.cpp28 GRD_API int32_t GRD_DBOpen(const char *dbPath, const char *configStr, uint32_t flags, GRD_DB **db) in GRD_DBOpen()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_dlp_test.cpp49 std::string dbPath = *g_testDir + dlpPath; in OpenDelegate() local
81 std::string dbPath = dbDir + "/test.db"; in OpenDelegate() local
H A Ddistributeddb_relational_multi_user_test.cpp106 int GetDB(sqlite3 *&db, const std::string &dbPath) in GetDB()
119 void PrepareVirtualDeviceEnv(const std::string &tableName, const std::string &dbPath, in PrepareVirtualDeviceEnv()
141 void PrepareData(const std::string &tableName, const std::string &dbPath) in PrepareData()
185 void PrepareEnvironment(const std::string &tableName, const std::string &dbPath, in PrepareEnvironment()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_event_test/src/
H A Devent_thumbnail_test.cpp57 const string dbPath = "/data/test/medialibrary_utils_test.db"; in SetUpTestCase() local
/ohos5.0/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dsqlite_helper.cpp26 SqliteHelper::SqliteHelper(const std::string &dbName, const std::string &dbPath, int32_t version) in SqliteHelper()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_db_utils.cpp32 const std::string &dbPath, const std::string &bundleName, bool isMediaLibrary) in InitDb()
/ohos5.0/base/security/access_token/services/common/database/src/
H A Dsqlite_helper.cpp29 SqliteHelper::SqliteHelper(const std::string& dbName, const std::string& dbPath, int32_t version) in SqliteHelper()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dclone_source.cpp112 void CloneSource::Init(const string &dbPath, const vector<string> &tableList) in Init()

123