Home
last modified time | relevance | path

Searched refs:sockAttrIface (Results 1 – 2 of 2) sorted by relevance

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp166 if (sockAttrIface && sockAttrIface->is_initialized()) in updateSocketProperties()
169 sockAttrIface->set_property(sockAttrPropPort, portNum); in updateSocketProperties()
537 sockAttrIface = server.add_interface(objPath, sockAttrIntfName); in registerProperties()
538 sockAttrIface->register_property( in registerProperties()
713 sockAttrIface->initialize(); in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp85 std::shared_ptr<sdbusplus::asio::dbus_interface> sockAttrIface; member in phosphor::service::ServiceConfig