/test/ostest/wukong/report/src/ |
D | table.cpp | 21 Table::Table(std::vector<std::string> cloumn_header, std::vector<std::vector<std::string>> record) in Table() function in OHOS::WuKong::Table 36 void Table::SetName(std::string name) in SetName() 41 std::string Table::GetName() in GetName() 46 void Table::SetDetail(std::string detail) in SetDetail() 51 std::string Table::GetDetail() in GetDetail() 56 std::vector<std::string> Table::GetHeader() in GetHeader() 61 std::vector<std::vector<std::string>> Table::GetRecord() in GetRecord() 66 std::vector<int> Table::GetColumnSize() in GetColumnSize()
|
D | statistics_exception.cpp | 32 … std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() 77 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
|
D | statistics_event.cpp | 30 std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() 52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() 60 std::shared_ptr<Table> globalTable = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
|
D | data_set.cpp | 52 std::map<std::string, std::shared_ptr<Table>>::iterator tablesIter = tables_.find(name); in FormatData() 56 std::shared_ptr<Table> table = tables_[name]; in FormatData()
|
D | statistics_componment.cpp | 32 … std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() 56 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() 64 std::shared_ptr<Table> globalTable = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
|
D | statistics_ability.cpp | 34 std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() 52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
|
D | format.cpp | 26 void Format::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
|
D | statistics.cpp | 26 std::map<std::string, std::shared_ptr<Table>> &tables) in StatisticsDetail()
|
D | format_json.cpp | 28 void FormatJSON::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
|
D | format_csv.cpp | 31 void FormatCSV::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
|
/test/ostest/wukong/report/include/ |
D | table.h | 23 class Table { 25 Table() = default; 26 ~Table() = default; 31 Table(std::vector<std::string> cc, std::vector<std::vector<std::string>> rc);
|
D | format_csv.h | 27 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
|
D | format_json.h | 30 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
|
D | format.h | 32 virtual void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
|
D | statistics.h | 36 std::map<std::string, std::shared_ptr<Table>> &tables);
|
D | statistics_exception.h | 32 std::map<std::string, std::shared_ptr<Table>> &destTables);
|
D | data_set.h | 49 std::map<std::string, std::shared_ptr<Table>> tables_;
|
D | statistics_ability.h | 43 std::map<std::string, std::shared_ptr<Table>> &destTables);
|
D | statistics_componment.h | 63 std::map<std::string, std::shared_ptr<Table>> &destTables);
|
D | statistics_event.h | 64 std::map<std::string, std::shared_ptr<Table>> &destTables);
|
/test/xts/tools/sample/ServerSampleD/vue/src/views/oh-sample/video/ |
D | index.vue | 42 import { BasicTable, TableAction } from '/@/components/Table';
|
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/business/ |
D | index.vue | 43 import { BasicTable, TableAction } from '/@/components/Table';
|
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/goods/ |
D | index.vue | 44 import { BasicTable, TableAction } from '/@/components/Table';
|
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/site/ |
D | index.vue | 44 import { BasicTable, TableAction } from '/@/components/Table';
|
/test/xts/hats/ |
D | README.en.md | 60 **Table 1** Test case levels 109 **Table 2** Test case granularities 144 **Table 3** Test types 215 **Table 4** Test frameworks and test case languages for different systems
|