Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Devent_manager.hpp58 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::EventManager
H A Dsensor_manager.hpp53 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() function in pldm::platform_mc::SensorManager
H A Dmanager.hpp88 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.cpp381 TEST_F(EventManagerTest, updateAvailableState) in TEST_F() argument