Home
last modified time | relevance | path

Searched refs:headers_ (Results 1 - 8 of 8) sorted by relevance

/test/ostest/wukong/report/src/
H A Dstatistics_event.cpp52 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_componment.cpp56 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_exception.cpp77 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
H A Dstatistics_ability.cpp52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
/test/ostest/wukong/report/include/
H A Dstatistics_exception.h37 std::vector<std::string> headers_ = {"type", "times", "proportion"}; member in OHOS::WuKong::StatisticsException
H A Dstatistics_ability.h51 std::vector<std::string> headers_ = {"bundleName", "inputedAbilityCount", "abilitiesCount", "coverage"}; member in OHOS::WuKong::StatisticsAbility
H A Dstatistics_componment.h92 std::vector<std::string> headers_ = {"type", "execTimes", "proportion", member in OHOS::WuKong::StatisticsComponment
H A Dstatistics_event.h94 std::vector<std::string> headers_ = {"type", "execTimes", "proportion"}; member in OHOS::WuKong::StatisticsEvent

Completed in 3 milliseconds