Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp418 const auto l_hostState = dbusUtility::readDbusProperty( in isHostRunning() local
422 if (const auto l_currHostState = std::get_if<std::string>(&l_hostState)) in isHostRunning()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp819 static std::shared_ptr<sdbusplus::bus::match_t> l_hostState = in registerHostStateChangeCallback() local
851 if (auto l_hostState = std::get_if<std::string>(&(l_itr->second))) in hostStateChangeCallBack() local
854 if (*l_hostState == "xyz.openbmc_project.State.Host.HostState." in hostStateChangeCallBack()