Searched refs:m_IdList (Results 1 – 2 of 2) sorted by relevance
46 … m_IdList.insert(std::end(m_IdList), std::begin(translatedCounters), std::end(translatedCounters)); in HandlePacket()57 …uint32_t bodySize = uint32_t_size + arm::pipe::numeric_cast<uint32_t>(m_IdList.size()) * uint16_t_… in SendCounterSelectionPacket()67 for (const uint16_t& id : m_IdList) in SendCounterSelectionPacket()
42 std::vector<uint16_t> m_IdList; member in arm::pipe::RequestCountersPacketHandler