Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 29) sorted by relevance

12

/test/ostest/wukong/report/src/
Dtable.cpp21 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()
Dstatistics_exception.cpp32 … 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()
Dstatistics_event.cpp30 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()
Ddata_set.cpp52 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()
Dstatistics_componment.cpp32 … 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()
Dstatistics_ability.cpp34 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()
Dformat.cpp26 void Format::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
Dstatistics.cpp26 std::map<std::string, std::shared_ptr<Table>> &tables) in StatisticsDetail()
Dformat_json.cpp28 void FormatJSON::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
Dformat_csv.cpp31 void FormatCSV::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
/test/ostest/wukong/report/include/
Dtable.h23 class Table {
25 Table() = default;
26 ~Table() = default;
31 Table(std::vector<std::string> cc, std::vector<std::vector<std::string>> rc);
Dformat_csv.h27 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
Dformat_json.h30 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
Dformat.h32 virtual void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
Dstatistics.h36 std::map<std::string, std::shared_ptr<Table>> &tables);
Dstatistics_exception.h32 std::map<std::string, std::shared_ptr<Table>> &destTables);
Ddata_set.h49 std::map<std::string, std::shared_ptr<Table>> tables_;
Dstatistics_ability.h43 std::map<std::string, std::shared_ptr<Table>> &destTables);
Dstatistics_componment.h63 std::map<std::string, std::shared_ptr<Table>> &destTables);
Dstatistics_event.h64 std::map<std::string, std::shared_ptr<Table>> &destTables);
/test/xts/tools/sample/ServerSampleD/vue/src/views/oh-sample/video/
Dindex.vue42 import { BasicTable, TableAction } from '/@/components/Table';
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/business/
Dindex.vue43 import { BasicTable, TableAction } from '/@/components/Table';
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/goods/
Dindex.vue44 import { BasicTable, TableAction } from '/@/components/Table';
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/site/
Dindex.vue44 import { BasicTable, TableAction } from '/@/components/Table';
/test/xts/hats/
DREADME.en.md60 **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

12