Home
last modified time | relevance | path

Searched refs:Table (Results 1 - 21 of 21) sorted by relevance

/test/ostest/wukong/report/src/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dformat.cpp26 void Format::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
H A Dstatistics.cpp26 std::map<std::string, std::shared_ptr<Table>> &tables) in StatisticsDetail()
H A Dformat_json.cpp28 void FormatJSON::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
H A Dformat_csv.cpp31 void FormatCSV::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail()
/test/ostest/wukong/report/include/
H A Dtable.h23 class Table { class
25 Table() = default;
26 ~Table() = default;
31 Table(std::vector<std::string> cc, std::vector<std::vector<std::string>> rc);
H A Dformat.h32 virtual void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
H A Dformat_json.h30 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
H A Dformat_csv.h27 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
H A Dstatistics.h36 std::map<std::string, std::shared_ptr<Table>> &tables);
H A Dstatistics_exception.h32 std::map<std::string, std::shared_ptr<Table>> &destTables);
H A Dstatistics_ability.h43 std::map<std::string, std::shared_ptr<Table>> &destTables);
H A Ddata_set.h49 std::map<std::string, std::shared_ptr<Table>> tables_;
H A Dstatistics_componment.h63 std::map<std::string, std::shared_ptr<Table>> &destTables);
H A Dstatistics_event.h64 std::map<std::string, std::shared_ptr<Table>> &destTables);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp486 auto Table = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Table"); in IsWebAssemblyTable() local
487 return jsvm::InstanceOf(value, Table); in IsWebAssemblyTable()

Completed in 5 milliseconds