Home
last modified time | relevance | path

Searched defs:updateAvailableState (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dsensor_manager.hpp62 void updateAvailableState(pldm_tid_t tid, Availability state) updateAvailableState() function in pldm::platform_mc::SensorManager
H A Devent_manager.hpp83 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::EventManager
H A Dmanager.hpp117 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::Manager
/openbmc/pldm/platform-mc/test/
H A Devent_manager_test.cpp384 TEST_F(EventManagerTest,updateAvailableState) TEST_F() argument