Searched refs:attrIds (Results 1 – 4 of 4) sorted by relevance
77 std::vector<AttrWithId> attrIds; variable82 attrIds.emplace_back(attrId);83 ASSERT_TRUE(fileWriter.WriteAttrAndId(attrIds));113 std::vector<AttrWithId> attrIds; variable118 attrIds.emplace_back(attrId);119 ASSERT_TRUE(fileWriter.WriteAttrAndId(attrIds));
251 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId() argument253 if (attrIds.empty()) { in WriteAttrAndId()270 HLOGD("attrIds %zu", attrIds.size()); in WriteAttrAndId()271 for (auto &attrId : attrIds) { in WriteAttrAndId()283 for (auto &attrId : attrIds) { in WriteAttrAndId()304 defaultEventAttr_ = attrIds[0].attr; in WriteAttrAndId()
390 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection() local391 for (size_t i = 0; i < attrIds.size(); ++i) { in LoadAttrSection()392 const AttrWithId &fileAttr = attrIds[i]; in LoadAttrSection()
47 bool WriteAttrAndId(const std::vector<AttrWithId> &attrIds);