Home
last modified time | relevance | path

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

/openbmc/phosphor-event/test/
H A Dutest.cpp120 auto msgId = prepareEventLog1(); in TEST_F() local
121 EXPECT_EQ(1, msgId); in TEST_F()
133 auto msgId = prepareEventLog1(); in TEST_F() local
134 EXPECT_EQ(1, msgId); in TEST_F()
135 msgId = prepareEventLog2(); in TEST_F()
136 EXPECT_EQ(2, msgId); in TEST_F()
149 auto msgId = prepareEventLog1(); in TEST_F() local
150 EXPECT_EQ(1, msgId); in TEST_F()
151 msgId = prepareEventLog2(); in TEST_F()
152 EXPECT_EQ(2, msgId); in TEST_F()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dregistries.hpp96 std::string msgId; in getLogFromRegistry() local
99 msgId = std::format("{}.{}.{}.{}.{}", header.registryPrefix, in getLogFromRegistry()
105 msgId = in getLogFromRegistry()
111 response["MessageId"] = std::move(msgId); in getLogFromRegistry()