Home
last modified time | relevance | path

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

/openbmc/pldm/test/
H A Dpldmd_registration_test.cpp11 constexpr Command testCmd = 0xFF; variable
20 handlers.emplace(testCmd, [this](uint8_t tid, const pldm_msg* request, in TestHandler()
48 auto result = invoker.handle(tid, testType, testCmd, nullptr, 0); in TEST()
56 ASSERT_THROW(invoker.handle(tid, testType, testCmd, nullptr, 0), in TEST()