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));
252 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId() argument254 if (attrIds.empty()) { in WriteAttrAndId()271 HLOGD("attrIds %zu", attrIds.size()); in WriteAttrAndId()272 for (auto &attrId : attrIds) { in WriteAttrAndId()284 for (auto &attrId : attrIds) { in WriteAttrAndId()305 defaultEventAttr_ = attrIds[0].attr; in WriteAttrAndId()
401 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection() local402 for (size_t i = 0; i < attrIds.size(); ++i) { in LoadAttrSection()403 const AttrWithId &fileAttr = attrIds[i]; in LoadAttrSection()
48 bool WriteAttrAndId(const std::vector<AttrWithId> &attrIds);