Home
last modified time | relevance | path

Searched defs:I2CMCTPDDevice (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPEndpoint.cpp8 TEST(I2CMCTPDDevice, matchEmptyConfig) in TEST() argument
14 TEST(I2CMCTPDDevice, matchIrrelevantConfig) in TEST() argument
20 TEST(I2CMCTPDDevice, matchRelevantConfig) in TEST() argument
26 TEST(I2CMCTPDDevice, fromBadIfaceNoType) in TEST() argument
32 TEST(I2CMCTPDDevice, fromBadIfaceWrongType) in TEST() argument
38 TEST(I2CMCTPDDevice, fromBadIfaceNoAddress) in TEST() argument
48 TEST(I2CMCTPDDevice, fromBadIfaceBadAddress) in TEST() argument
59 TEST(I2CMCTPDDevice, fromBadIfaceNoBus) in TEST() argument
69 TEST(I2CMCTPDDevice, fromBadIfaceBadBus) in TEST() argument
80 TEST(I2CMCTPDDevice, fromBadIfaceNoName) in TEST() argument
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp300 class I2CMCTPDDevice : public MCTPDDevice class
310 I2CMCTPDDevice( in I2CMCTPDDevice() function in I2CMCTPDDevice