Home
last modified time | relevance | path

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

12

/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()
182 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @[abcd:ef01::01]:50000"); in TEST_F()
/openbmc/phosphor-modbus/rtu/port/
H A Dport_factory.cpp18 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 Dusb_port.hpp23 static auto getConfig(sdbusplus::async::context& ctx,
H A Dport_factory.hpp36 static auto getConfig(sdbusplus::async::context& ctx,
H A Dusb_port.cpp72 auto USBPort::getConfig(sdbusplus::async::context& ctx, in getConfig() function in phosphor::modbus::rtu::port::USBPort
/openbmc/phosphor-modbus/rtu/device/
H A Ddevice_factory.cpp24 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 Dreservoir_pump_unit.hpp26 static auto getConfig(sdbusplus::async::context& ctx,
H A Ddevice_factory.hpp40 static auto getConfig(sdbusplus::async::context& ctx,
H A Dreservoir_pump_unit.cpp33 auto ReservoirPumpUnit::getConfig( in getConfig() function in phosphor::modbus::rtu::device::ReservoirPumpUnit
/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/phosphor-modbus/rtu/
H A Ddevice_manager.cpp85 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 Dmanager_utils.hpp51 persistent_data::ConfigFile& config = persistent_data::getConfig(); in setServiceIdentification()
62 persistent_data::getConfig().serviceIdentification; in getServiceIdentification()
/openbmc/entity-manager/src/gpio-presence/
H A Dconfig_provider.cpp34 co_await getConfig(addConfig); in initialize() local
37 auto ConfigProvider::getConfig(AddedCallback addConfig) in getConfig() function in gpio_presence::ConfigProvider
H A Dconfig_provider.hpp29 auto getConfig(AddedCallback addConfig) -> sdbusplus::async::task<void>;
/openbmc/estoraged/src/
H A Dmeson.build25 'getConfig.cpp',
/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.py87 config = self.fvp.getConfig()
149 return self.fvp.getConfig()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp45 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 Dmodbus_inventory.hpp56 auto getConfig(sdbusplus::async::context& ctx,
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp71 persistent_data::getConfig(); in runWebserver()
/openbmc/bmcweb/redfish-core/lib/
H A Dservice_root.hpp49 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp58 config = fvp.getConfig()

12