Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/
H A Dremote_logging_test_config.cpp21 std::string getConfig(const char* filePath) in getConfig() function
32 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* /dev/null"); in TEST_F()
38 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* /dev/null"); in TEST_F()
45 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @@1.1.1.1:100"); in TEST_F()
52 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @@1.1.1.1:100"); in TEST_F()
54 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* /dev/null"); in TEST_F()
61 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @@1.1.1.1:100"); in TEST_F()
63 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* /dev/null"); in TEST_F()
70 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @@[abcd:ef01::01]:50000"); in TEST_F()
167 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @[abcd:ef01::01]:50000"); in TEST_F()
/openbmc/openpower-hw-diags/attn/
H A Dattn_handler.cpp237 if (false == (i_attention->getConfig()->getFlag(enCheckstop))) in handleCheckstop()
342 if (true == (i_attention->getConfig()->getFlag(enTerminate))) in handleSpecial()
353 if (i_attention->getConfig()->getFlag(dfltTi)) in handleSpecial()
356 if (true == (i_attention->getConfig()->getFlag(enTerminate))) in handleSpecial()
366 if (true == (i_attention->getConfig()->getFlag(enBreakpoints))) in handleSpecial()
H A Dattention.cpp22 Config* Attention::getConfig() const in getConfig() function in attn::Attention
H A Dattention.hpp50 Config* getConfig() const;
H A Dvital_handler.cpp133 if (false == (i_attention->getConfig()->getFlag(enVital))) in handleVital()
/openbmc/openpower-hw-diags/test/
H A Dtest-attention.cpp95 Config* config_tmp = pAttn->getConfig(); in TEST_F()
163 Config* config_tmp = pAttn->getConfig(); in TEST_F()
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py86 config = self.fvp.getConfig()
138 return self.fvp.getConfig()
/openbmc/estoraged/src/
H A Dmeson.build31 'getConfig.cpp',
/openbmc/bmcweb/redfish-core/lib/
H A Dservice_root.hpp54 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
H A Daccount_service.hpp929 persistent_data::getConfig().writeData(); in handleAuthMethodsPatch()
1520 persistent_data::getConfig().writeData(); in handleRespondToUnauthenticatedClientsPatch()
H A Dmanagers.hpp1982 std::string uuid = persistent_data::getConfig().systemUuid; in requestRoutesManager()
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp58 config = fvp.getConfig()
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py152 def getConfig(self): member in FVPRunner
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp166 auto zones = getConfig<Zone>(false, _event, this); in load()
168 auto fans = getConfig<Fan>(false); in load()
198 events = getConfig<Event>(true, this, zones); in load()
H A Devent.cpp98 allGroups = Manager::getConfig<Group>(true); in getAllGroups()
H A Dmanager.hpp202 getConfig(bool isOptional, Args&&... args) in getConfig() function in phosphor::fan::control::json::Manager
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp315 inline ConfigFile& getConfig() in getConfig() function
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp804 persistent_data::getConfig().writeData(); in loadOldBehavior()
828 persistent_data::getConfig().writeData(); in updateSubscriptionData()