Home
last modified time | relevance | path

Searched refs:dbPath (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
Dparser_pbreader_test.cpp47 const std::string dbPath = "../../test/resource/test34-1_out.db"; variable
72 ta->ExportDatabase(dbPath);
73 EXPECT_TRUE(access(dbPath.c_str(), F_OK) == 0);
74 remove(dbPath.c_str());
89 const std::string dbPath = "../../test/resource/test34-2_out.db"; variable
114 ta->ExportDatabase(dbPath);
115 EXPECT_TRUE(access(dbPath.c_str(), F_OK) == 0);
116 remove(dbPath.c_str());
131 const std::string dbPath = "../../test/resource/test34-3_out.db"; variable
157 ta->ExportDatabase(dbPath);
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DLocalConfigEntity.ts94 public dbPath: String; property in ReportItem
103 …constructor(sessionId: String, dbPath: String, packageName: String, iconId: String, name: String, …
105 this.dbPath = dbPath
124 return this.dbPath.valueOf()
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.h87 int32_t CreatEmptyBatchDB(const std::string dbPath);
Dtrace_streamer_selector.cpp298 int32_t TraceStreamerSelector::CreatEmptyBatchDB(const std::string dbPath) in CreatEmptyBatchDB() argument
300 return traceDataCache_->CreatEmptyBatchDB(dbPath); in CreatEmptyBatchDB()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DReport.ets76 let databasePath: string = item.dbPath
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DReportDetail.ets109 Text(`文件路径:${this.reportItem.dbPath}/t_index_info.csv`)
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp55 void ExportStatusToLog(const std::string& dbPath, TraceParserStatus status) in ExportStatusToLog() argument
57 std::string path = dbPath + ".ohos.ts"; in ExportStatusToLog()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts203 async queryData(dbPath: string): Promise<Array<TIndexInfo>> {
205 name: dbPath,