Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.hpp143 void hostStateCallBack(sdbusplus::message_t& msg);
H A Dmanager.cpp225 [this](sdbusplus::message_t& msg) { hostStateCallBack(msg); }); in listenHostState()
255 void Manager::hostStateCallBack(sdbusplus::message_t& msg) in hostStateCallBack() function in openpower::vpd::manager::Manager