Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/test/
H A Ddbushelper_mock.hpp22 MOCK_METHOD2(thresholdsAsserted,
H A Ddbus_passive_unittest.cpp89 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTestObj()
631 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTestUnaSensorNotAsFailedObj()
842 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTest3kMaxObj()
886 EXPECT_CALL(*helper, thresholdsAsserted(StrEq("asdf"), StrEq(path))) in DbusPassiveTest3kMaxIgnoredObj()
/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper_interface.hpp51 virtual bool thresholdsAsserted(const std::string& service,
H A Ddbushelper.hpp41 bool thresholdsAsserted(const std::string& service,
H A Ddbushelper.cpp148 bool DbusHelper::thresholdsAsserted(const std::string& service, in thresholdsAsserted() function in pid_control::DbusHelper
H A Ddbuspassive.cpp71 failed = helper->thresholdsAsserted(service, path); in createDbusPassive()