Searched refs:getComponentID (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.hpp | 483 uint16_t getComponentID(uint8_t srcType, uint16_t reasonCode,
|
H A D | registry.cpp | 282 uint16_t getComponentID(uint8_t srcType, uint16_t reasonCode, in getComponentID() function 798 entry.componentID = helper::getComponentID( in lookup()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 446 getComponentID(0xBD, 0x4200, R"({"ComponentID":"0x4200"})"_json, "foo"); in TEST_F() 450 id = getComponentID(0xBD, 0x6700, R"({})"_json, "foo"); in TEST_F() 454 EXPECT_THROW(getComponentID(0x11, 0x8800, R"({})"_json, "foo"), in TEST_F()
|