Searched refs:dbPath (Results 1 – 8 of 8) sorted by relevance
47 const std::string dbPath = "../../test/resource/test34-1_out.db"; variable72 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"; variable114 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"; variable157 ta->ExportDatabase(dbPath);[all …]
94 public dbPath: String; property in ReportItem103 …constructor(sessionId: String, dbPath: String, packageName: String, iconId: String, name: String, …105 this.dbPath = dbPath124 return this.dbPath.valueOf()
87 int32_t CreatEmptyBatchDB(const std::string dbPath);
298 int32_t TraceStreamerSelector::CreatEmptyBatchDB(const std::string dbPath) in CreatEmptyBatchDB() argument300 return traceDataCache_->CreatEmptyBatchDB(dbPath); in CreatEmptyBatchDB()
76 let databasePath: string = item.dbPath
109 Text(`文件路径:${this.reportItem.dbPath}/t_index_info.csv`)
55 void ExportStatusToLog(const std::string& dbPath, TraceParserStatus status) in ExportStatusToLog() argument57 std::string path = dbPath + ".ohos.ts"; in ExportStatusToLog()
203 async queryData(dbPath: string): Promise<Array<TIndexInfo>> {205 name: dbPath,