Searched refs:headers_ (Results 1 - 8 of 8) sorted by relevance
/test/ostest/wukong/report/src/ |
H A D | statistics_event.cpp | 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 D | statistics_componment.cpp | 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 D | statistics_exception.cpp | 77 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
|
H A D | statistics_ability.cpp | 52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
|
/test/ostest/wukong/report/include/ |
H A D | statistics_exception.h | 37 std::vector<std::string> headers_ = {"type", "times", "proportion"}; member in OHOS::WuKong::StatisticsException
|
H A D | statistics_ability.h | 51 std::vector<std::string> headers_ = {"bundleName", "inputedAbilityCount", "abilitiesCount", "coverage"}; member in OHOS::WuKong::StatisticsAbility
|
H A D | statistics_componment.h | 92 std::vector<std::string> headers_ = {"type", "execTimes", "proportion", member in OHOS::WuKong::StatisticsComponment
|
H A D | statistics_event.h | 94 std::vector<std::string> headers_ = {"type", "execTimes", "proportion"}; member in OHOS::WuKong::StatisticsEvent
|
Completed in 3 milliseconds