Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dhost_manager.cpp27 HostManager::HostManager() : in HostManager() function in HostManager
29 signal_(bus_, HostManager::GetMatch().c_str(), in HostManager()
34 auto post_poller_thread = std::mem_fn(&HostManager::PostPollerThread);
38 int HostManager::DbusHandleSignal(sdbusplus::message_t& msg) in DbusHandleSignal()
62 void HostManager::PushPostcode(uint64_t postcode) in PushPostcode()
70 std::vector<uint64_t> HostManager::DrainPostcodes() in DrainPostcodes()
90 std::string HostManager::GetMatch() in GetMatch()
100 void HostManager::PostPollerThread() in PostPollerThread()
H A Dhost_manager.hpp32 class HostManager class
35 HostManager();
36 ~HostManager() = default;
H A Dnemora.hpp90 HostManager hostManager_;