Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp39 static std::vector<HostStateHandler> hostStateCallbacks; variable
45 hostStateCallbacks.push_back(cb); in addHostStateCallback()
80 for (const auto& cb : hostStateCallbacks) in updateHostState()