Searched refs:thresholdsAsserted (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-pid-control/test/ |
H A D | dbushelper_mock.hpp | 22 MOCK_METHOD2(thresholdsAsserted,
|
H A D | dbus_passive_unittest.cpp | 91 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTestObj() 632 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTestUnaSensorNotAsFailedObj() 842 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTest3kMaxObj() 885 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTest3kMaxIgnoredObj()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbushelper_interface.hpp | 51 virtual bool thresholdsAsserted(const std::string& service,
|
H A D | dbushelper.hpp | 41 bool thresholdsAsserted(const std::string& service,
|
H A D | dbushelper.cpp | 148 bool DbusHelper::thresholdsAsserted(const std::string& service, in thresholdsAsserted() function in pid_control::DbusHelper
|
H A D | dbuspassive.cpp | 75 failed = helper->thresholdsAsserted(service, path); in createDbusPassive()
|