Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_exception.cpp32 … std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() argument
81 destTables["exception"] = table; in StatisticsDetail()
Dstatistics_event.cpp30 std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() argument
55 destTables[bundle.first] = table; in StatisticsDetail()
63 destTables["all"] = globalTable; in StatisticsDetail()
Dstatistics_ability.cpp34 std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() argument
56 destTables["all"] = table; in StatisticsDetail()
Dstatistics_componment.cpp32 … std::map<std::string, std::shared_ptr<Table>> &destTables) in StatisticsDetail() argument
59 destTables[bundle.first] = table; in StatisticsDetail()
67 destTables["all"] = globalTable; in StatisticsDetail()
/test/ostest/wukong/report/include/
Dstatistics_exception.h32 std::map<std::string, std::shared_ptr<Table>> &destTables);
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);