Searched refs:dbStorePath_ (Results 1 – 4 of 4) sorted by relevance
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
| D | trace_storage.cpp | 68 dbStorePath_ = DB_PATH; in InitDbStore() 69 dbStorePath_.append(TABLE_NAME).append(".db"); // trace_flow_control.db in InitDbStore() 70 NativeRdb::RdbStoreConfig config(dbStorePath_); in InitDbStore() 76 HIVIEW_LOGE("failed to init db store, db store path=%{public}s", dbStorePath_.c_str()); in InitDbStore() 99 HIVIEW_LOGE("db store is null, path=%{public}s", dbStorePath_.c_str()); in Store() 128 HIVIEW_LOGE("db store is null, path=%{public}s", dbStorePath_.c_str()); in Query()
|
| /base/hiviewdfx/hiview/plugins/unified_collector/storage/ |
| D | cpu_storage.cpp | 174 dbStorePath_ = tempDbStorePath; in InitDbStorePath() 175 HIVIEW_LOGI("succ to init db store path=%{public}s", dbStorePath_.c_str()); in InitDbStorePath() 180 NativeRdb::RdbStoreConfig config(dbStorePath_); in InitDbStore() 186 HIVIEW_LOGE("failed to init db store, db store path=%{public}s", dbStorePath_.c_str()); in InitDbStore() 195 HIVIEW_LOGW("db store is null, path=%{public}s", dbStorePath_.c_str()); in Store() 271 if (dbStorePath_.empty()) { in NeedReport() 274 std::string nowDbFileName = FileUtil::ExtractFileName(dbStorePath_); in NeedReport() 305 FileUtil::ExtractFilePath(dbStorePath_)).append(uploadDirName); in InitDbStoreUploadPath() 318 FileUtil::GetDirFiles(FileUtil::ExtractFilePath(dbStorePath_), dbFiles, false); in MoveDbFilesToUploadDir()
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/ |
| D | trace_storage.h | 48 std::string dbStorePath_;
|
| /base/hiviewdfx/hiview/plugins/unified_collector/storage/include/ |
| D | cpu_storage.h | 51 std::string dbStorePath_; variable
|