Home
last modified time | relevance | path

Searched refs:record_ (Results 1 - 10 of 10) sorted by relevance

/test/ostest/wukong/report/src/
H A Dstatistics_event.cpp46 record_.push_back(line); in StatisticsDetail()
51 record_.push_back(line); in StatisticsDetail()
52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
56 record_.clear(); in StatisticsDetail()
60 std::shared_ptr<Table> globalTable = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
64 record_.clear(); in StatisticsDetail()
152 record_.push_back(line); in GlobalElementTypesStatistics()
155 record_.push_back(line); in GlobalElementTypesStatistics()
H A Dstatistics_componment.cpp48 record_.push_back(line); in StatisticsDetail()
55 record_.push_back(line); in StatisticsDetail()
56 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
60 record_.clear(); in StatisticsDetail()
64 std::shared_ptr<Table> globalTable = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
68 record_.clear(); in StatisticsDetail()
179 record_.push_back(line); in GlobalComponmentTypeStatistics()
182 record_.push_back(line); in GlobalComponmentTypeStatistics()
H A Dstatistics_exception.cpp70 record_.push_back(line); in StatisticsDetail()
75 record_.push_back(line); in StatisticsDetail()
77 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
78 record_.clear(); in StatisticsDetail()
H A Dstatistics_ability.cpp48 record_.push_back(line); in StatisticsDetail()
51 record_.push_back(line); in StatisticsDetail()
52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail()
53 record_.clear(); in StatisticsDetail()
H A Dtable.cpp33 record_ = record; in Table()
63 return record_; in GetRecord()
/test/ostest/wukong/report/include/
H A Dstatistics_exception.h38 std::vector<std::vector<std::string>> record_; member in OHOS::WuKong::StatisticsException
H A Dtable.h41 std::vector<std::vector<std::string>> record_; member in OHOS::WuKong::Table
H A Dstatistics_ability.h52 std::vector<std::vector<std::string>> record_; member in OHOS::WuKong::StatisticsAbility
H A Dstatistics_componment.h94 std::vector<std::vector<std::string>> record_; member in OHOS::WuKong::StatisticsComponment
H A Dstatistics_event.h95 std::vector<std::vector<std::string>> record_; member in OHOS::WuKong::StatisticsEvent

Completed in 3 milliseconds