Home
last modified time | relevance | path

Searched defs:triggerActionsIn (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger.cpp19 Trigger(boost::asio::io_context & ioc,const std::shared_ptr<sdbusplus::asio::object_server> & objServer,TriggerId && idIn,const std::string & nameIn,const std::vector<TriggerAction> & triggerActionsIn,const std::shared_ptr<std::vector<std::string>> reportIdsIn,std::vector<std::shared_ptr<interfaces::Threshold>> && thresholdsIn,interfaces::TriggerManager & triggerManager,interfaces::JsonStorage & triggerStorageIn,const interfaces::TriggerFactory & triggerFactory,Sensors sensorsIn) Trigger() argument
H A Dtrigger_factory.cpp218 const std::vector<std::string>& triggerActionsIn, in make()