/openbmc/phosphor-host-ipmid/ |
H A D | error-HostEvent.hpp | 9 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 D | events.hpp | 23 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;
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 10 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 D | replay-events.c | 20 typedef struct Event { struct 21 ReplayAsyncEventKind event_kind; argument 26 QTAILQ_ENTRY(Event) events; argument 27 } Event; typedef
|
/openbmc/sdeventplus/src/sdeventplus/ |
H A D | event.cpp | 14 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 23 Event::Event(const Event& other, sdeventplus::internal::NoOwn) : in Event() function in sdeventplus::Event
|
H A D | event.hpp | 17 class Event class
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | elog-errors.hpp | 71 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/phosphor-dbus-monitor/src/ |
H A D | event.hpp | 78 class Event : public EventBase class 93 Event(const std::string& eventName, const std::string& eventMessage, in Event() function in phosphor::dbus::monitoring::Event
|
/openbmc/hiomapd/Documentation/ |
H A D | protocol.md | 1392 ### Description 1405 ### Description 1418 ### Description 1436 ### Description
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/ |
H A D | meson.build | 2 subdir('Event') subdir
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | 71 struct Event struct in redfish::EventServiceManager 73 uint64_t id; 74 nlohmann::json::object_t message;
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.hpp | 55 class Event : public EventInterface class
|
H A D | event.cpp | 53 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 D | meson.build | 5 subdir('Event') subdir
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | event.hpp | 49 class Event : public ConfigBase class
|
H A D | event.cpp | 41 Event::Event(const json& jsonObj, Manager* mgr, in Event() function in phosphor::fan::control::json::Event
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 54 typedef struct Event { struct 57 } Event; argument
|
/openbmc/pldm/platform-mc/ |
H A D | terminus_manager.hpp | 55 sdeventplus::Event& event, RequesterHandler& handler, in TerminusManager() argument
|
/openbmc/phosphor-fan-presence/control/ |
H A D | manager.cpp | 123 void Manager::doInit(const sdeventplus::Event& /*event*/) in doInit()
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | log_entry.hpp | 19 Event, enumerator
|
H A D | log_service.hpp | 19 Event, enumerator
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | metric.py | 311 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/dbus-sensors/src/mctp/ |
H A D | MCTPEndpoint.hpp | 85 using Event = std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)>; typedef in MCTPEndpoint
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | event.py | 157 class Event(NamedElement, Renderer): class
|
/openbmc/linux/tools/perf/tests/ |
H A D | attr.py | 55 class Event(dict): class
|