Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dmanager.hpp88 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::Manager
92 sensorManager.updateAvailableState(tid, state); in updateAvailableState()
93 eventManager.updateAvailableState(tid, state); in updateAvailableState()
H A Dsensor_manager.hpp53 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::SensorManager
H A Devent_manager.hpp82 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::EventManager
H A Dsensor_manager.cpp43 updateAvailableState(tid, true); in startPolling()
H A Devent_manager.cpp538 updateAvailableState(tid, true); in pollForPlatformEventTask()
/openbmc/pldm/platform-mc/test/
H A Devent_manager_test.cpp381 TEST_F(EventManagerTest, updateAvailableState) in TEST_F() argument
384 eventManager.updateAvailableState(tid, true); in TEST_F()
386 eventManager.updateAvailableState(tid, false); in TEST_F()
388 eventManager.updateAvailableState(2, false); in TEST_F()