/openbmc/phosphor-logging/test/ |
H A D | remote_logging_test_config.cpp | 21 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 D | attn_handler.cpp | 237 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 D | attention.cpp | 22 Config* Attention::getConfig() const in getConfig() function in attn::Attention
|
H A D | attention.hpp | 50 Config* getConfig() const;
|
H A D | vital_handler.cpp | 133 if (false == (i_attention->getConfig()->getFlag(enVital))) in handleVital()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-attention.cpp | 95 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 D | fvp.py | 86 config = self.fvp.getConfig() 138 return self.fvp.getConfig()
|
/openbmc/estoraged/src/ |
H A D | meson.build | 31 'getConfig.cpp',
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | service_root.hpp | 54 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
|
H A D | account_service.hpp | 932 persistent_data::getConfig().writeData(); in handleAuthMethodsPatch() 1523 persistent_data::getConfig().writeData(); in handleRespondToUnauthenticatedClientsPatch()
|
H A D | managers.hpp | 2016 std::string uuid = persistent_data::getConfig().systemUuid; in requestRoutesManager()
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | runfvp | 58 config = fvp.getConfig()
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 152 def getConfig(self): member in FVPRunner
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.cpp | 166 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 D | event.cpp | 98 allGroups = Manager::getConfig<Group>(true); in getAllGroups()
|
H A D | manager.hpp | 202 getConfig(bool isOptional, Args&&... args) in getConfig() function in phosphor::fan::control::json::Manager
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | 244 persistent_data::getConfig().writeData(); in loadOldBehavior() 268 persistent_data::getConfig().writeData(); in updateSubscriptionData()
|
/openbmc/bmcweb/include/ |
H A D | persistent_data.hpp | 356 inline ConfigFile& getConfig() in getConfig() function
|