Home
last modified time | relevance | path

Searched refs:SerialChannel (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/transport/serialbridge/test/
H A Dserial_unittest.cpp21 auto channel = std::make_shared<SerialChannel>(0); in TEST()
34 auto channel = std::make_shared<SerialChannel>(0); in TEST()
50 auto channel = std::make_shared<SerialChannel>(0); in TEST()
70 auto channel = std::make_shared<SerialChannel>(0); in TEST()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp34 uint8_t SerialChannel::calculateChecksum(std::span<uint8_t> data) in calculateChecksum()
48 uint8_t SerialChannel::getUnescapedCharacter(uint8_t c) in getUnescapedCharacter()
65 int SerialChannel::consumeIpmiSerialPacket( in consumeIpmiSerialPacket()
124 uint8_t SerialChannel::processEscapedCharacter(std::vector<uint8_t>& buffer, in processEscapedCharacter()
151 int SerialChannel::write(stdplus::Fd& uart, uint8_t rsAddr, uint8_t rqAddr, in write()
234 void SerialChannel::read(stdplus::Fd& uart, sdbusplus::bus_t& bus, in read()
H A Dserialcmd.hpp32 class SerialChannel class
38 SerialChannel(bool debug) : verbose(debug), msgState(MsgState::msgIdle) {}; in SerialChannel() function in serialbridge::SerialChannel
H A Dserialbridged.cpp49 std::unique_ptr<SerialChannel> serialchannel = in execute()
50 std::make_unique<SerialChannel>(verbose); in execute()