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.cpp521 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
536 EXPECT_EQ(callouts[1].useInventoryLocCode, false); in TEST_F()
856 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
872 EXPECT_EQ(callouts[1].useInventoryLocCode, false); in TEST_F()
951 EXPECT_EQ(callouts[3].useInventoryLocCode, true); in TEST_F()
983 EXPECT_EQ(callouts[1].useInventoryLocCode, false); in TEST_F()
1048 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.cpp462 callout.useInventoryLocCode = false; in makeRegistryCallout()
490 callout.useInventoryLocCode = json["UseInventoryLocCode"].get<bool>(); in makeRegistryCallout()
H A Dsrc.cpp844 !registryCallouts.empty() && registryCallouts[0].useInventoryLocCode && in addCallouts()