Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp533 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
548 EXPECT_EQ(callouts[1].useInventoryLocCode, false); in TEST_F()
868 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
884 EXPECT_EQ(callouts[1].useInventoryLocCode, false); in TEST_F()
963 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
995 EXPECT_EQ(callouts[1].useInventoryLocCode, false); in TEST_F()
1060 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.hpp222 bool useInventoryLocCode; member
H A Dregistry.cpp475 callout.useInventoryLocCode = false; in makeRegistryCallout()
503 callout.useInventoryLocCode = json["UseInventoryLocCode"].get<bool>(); in makeRegistryCallout()
H A Dsrc.cpp851 !registryCallouts.empty() && registryCallouts[0].useInventoryLocCode && in addCallouts()