Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/phosphor-host-ipmid/
H A Derror-HostEvent.hpp9 struct Event final : public sdbusplus::exception::generated_exception struct
11 static constexpr auto errName = "org.open_power.Host.Error.Event";
12 static constexpr auto errDesc = "A host system event was received";
13 static constexpr auto errWhat =
16 const char* name() const noexcept override in name()
20 const char* description() const noexcept override in description()
24 const char* what() const noexcept override in what()
57 using Event = sdbusplus::error::org::open_power::host::Event; typedef
/openbmc/phosphor-inventory-manager/
H A Devents.hpp23 struct Event : public std::vector<Filter> struct
25 enum class Type
42 explicit Event(const std::vector<Filter>& filters, Type t = Type::STARTUP) : in Event() argument
47 Type type;
H A Dpimgen.py461 class Event(MethodCall): class
/openbmc/sdbusplus/test/event/
H A Devent.cpp10 struct Event : public testing::Test struct
15 TEST_F(Event, TimeoutWorks) in TEST_F() argument
27 TEST_F(Event, Runnable) in TEST_F() argument
40 TEST_F(Event, ConditionSignals) in TEST_F() argument
60 TEST_F(Event, Timer) in TEST_F() argument
/openbmc/qemu/replay/
H A Dreplay-events.c20 typedef struct Event { struct
21 ReplayAsyncEventKind event_kind; argument
26 QTAILQ_ENTRY(Event) events; argument
27 } Event; typedef
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.cpp14 Event::Event(sd_event* event, const internal::SdEvent* sdevent) : in Event() function in sdeventplus::Event
18 Event::Event(sd_event* event, std::false_type, in Event() function in sdeventplus::Event
24 Event::Event(const Event& other, sdeventplus::internal::NoOwn) : in Event() function in sdeventplus::Event
H A Devent.hpp17 class Event class
/openbmc/phosphor-dbus-monitor/src/
H A Devent.hpp78 class Event : public EventBase class
93 Event(const std::string& eventName, const std::string& eventMessage, in Event() function in phosphor::dbus::monitoring::Event
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp71 struct Event struct
83 using Event = phosphor::logging::org::open_power::occ::metrics::Event; argument
444 struct Event struct
458 using Event = phosphor::logging::org::open_power::host::Event; argument
/openbmc/hiomapd/Documentation/
H A Dprotocol.md1392 ### Description
1405 ### Description
1418 ### Description
1436 ### Description
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/
H A Dmeson.build2 subdir('Event') subdir
/openbmc/gpioplus/src/gpioplus/
H A Devent.hpp55 class Event : public EventInterface class
H A Devent.cpp53 Event::Event(const Chip& chip, uint32_t line_offset, HandleFlags handle_flags, in Event() function in gpioplus::Event
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/
H A Dmeson.build47 subdir('Event') subdir
/openbmc/phosphor-fan-presence/control/json/
H A Devent.hpp49 class Event : public ConfigBase class
H A Devent.cpp41 Event::Event(const json& jsonObj, Manager* mgr, in Event() function in phosphor::fan::control::json::Event
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c54 typedef struct Event { struct
57 } Event; argument
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp125 void Manager::doInit(const sdeventplus::Event& /*event*/) in doInit()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlog_entry.hpp17 Event, enumerator
H A Dlog_service.hpp17 Event, enumerator
H A Devent_destination.hpp10 Event, enumerator
/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py311 class Event(Expression): class
405 def source_count(event: Event) -> Function:
411 def has_event(event: Event) -> Function:
416 def strcmp_cpuid_str(cpuid: Event) -> Function:
/openbmc/linux/tools/perf/tests/
H A Dattr.py55 class Event(dict): class
/openbmc/qemu/scripts/tracetool/
H A D__init__.py193 class Event(object): class
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h59 } Event; typedef

12