| /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() 182 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @[abcd:ef01::01]:50000"); in TEST_F()
|
| /openbmc/phosphor-modbus/rtu/port/ |
| H A D | port_factory.cpp | 18 auto PortFactory::getConfig(sdbusplus::async::context& ctx, in getConfig() function in phosphor::modbus::rtu::port::PortFactory 25 co_return co_await USBPort::getConfig(ctx, objectPath); in getConfig() member in phosphor::modbus::rtu::port::PortFactory::getConfig::USBPort
|
| H A D | usb_port.hpp | 23 static auto getConfig(sdbusplus::async::context& ctx,
|
| H A D | port_factory.hpp | 36 static auto getConfig(sdbusplus::async::context& ctx,
|
| H A D | usb_port.cpp | 72 auto USBPort::getConfig(sdbusplus::async::context& ctx, in getConfig() function in phosphor::modbus::rtu::port::USBPort
|
| /openbmc/phosphor-modbus/rtu/device/ |
| H A D | device_factory.cpp | 24 auto DeviceFactory::getConfig(sdbusplus::async::context& ctx, in getConfig() function in phosphor::modbus::rtu::device::DeviceFactory 32 co_return co_await ReservoirPumpUnitIntf::getConfig(ctx, objectPath, in getConfig() member in phosphor::modbus::rtu::device::DeviceFactory::getConfig::ReservoirPumpUnitIntf
|
| H A D | reservoir_pump_unit.hpp | 26 static auto getConfig(sdbusplus::async::context& ctx,
|
| H A D | device_factory.hpp | 40 static auto getConfig(sdbusplus::async::context& ctx,
|
| H A D | reservoir_pump_unit.cpp | 33 auto ReservoirPumpUnit::getConfig( in getConfig() function in phosphor::modbus::rtu::device::ReservoirPumpUnit
|
| /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/phosphor-modbus/rtu/ |
| H A D | device_manager.cpp | 85 auto config = co_await PortIntf::PortFactory::getConfig( in processPortAdded() 109 auto res = co_await InventoryIntf::config::getConfig(ctx, objectPath); in processInventoryAdded() 137 co_await DeviceFactoryIntf::getConfig(ctx, objectPath, interfaceName); in processDeviceAdded()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | manager_utils.hpp | 51 persistent_data::ConfigFile& config = persistent_data::getConfig(); in setServiceIdentification() 62 persistent_data::getConfig().serviceIdentification; in getServiceIdentification()
|
| /openbmc/entity-manager/src/gpio-presence/ |
| H A D | config_provider.cpp | 34 co_await getConfig(addConfig); in initialize() local 37 auto ConfigProvider::getConfig(AddedCallback addConfig) in getConfig() function in gpio_presence::ConfigProvider
|
| H A D | config_provider.hpp | 29 auto getConfig(AddedCallback addConfig) -> sdbusplus::async::task<void>;
|
| /openbmc/estoraged/src/ |
| H A D | meson.build | 25 'getConfig.cpp',
|
| /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 | 87 config = self.fvp.getConfig() 149 return self.fvp.getConfig()
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | software_manager.cpp | 45 static sdbusplus::async::task<std::optional<SoftwareConfig>> getConfig( in getConfig() function 160 auto optConfig = co_await getConfig(ctx, service, path, interface); in handleInterfaceAdded()
|
| /openbmc/phosphor-modbus/rtu/inventory/ |
| H A D | modbus_inventory.hpp | 56 auto getConfig(sdbusplus::async::context& ctx,
|
| /openbmc/bmcweb/src/ |
| H A D | webserver_run.cpp | 71 persistent_data::getConfig(); in runWebserver()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | service_root.hpp | 49 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
|
| /openbmc/openbmc/meta-arm/scripts/ |
| H A D | runfvp | 58 config = fvp.getConfig()
|