Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/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
23 Event::Event(const Event& other, sdeventplus::internal::NoOwn) : in Event() function in sdeventplus::Event
27 Event Event::get_new(const internal::SdEvent* sdevent) in get_new()
31 return Event(event, std::false_type(), sdevent); in get_new()
34 Event Event::get_default(const internal::SdEvent* sdevent) in get_default()
38 return Event(event, std::false_type(), sdevent); in get_default()
41 sd_event* Event::get() const in get()
46 const internal::SdEvent* Event::getSdEvent() const in getSdEvent()
51 int Event::prepare() const in prepare()
[all …]
H A Devent.hpp17 class Event class
32 Event(sd_event* event,
45 Event(sd_event* event, std::false_type,
57 Event(const Event& other, sdeventplus::internal::NoOwn);
65 static Event
74 static Event
/openbmc/phosphor-inventory-manager/
H A Devents.hpp23 struct Event : public std::vector<Filter> struct
31 virtual ~Event() = default;
32 Event(const Event&) = delete;
33 Event& operator=(const Event&) = delete;
34 Event(Event&&) = default;
35 Event& operator=(Event&&) = default;
42 explicit Event(const std::vector<Filter>& filters, Type t = Type::STARTUP) : in Event() argument
50 using StartupEvent = Event;
52 using EventBasePtr = std::shared_ptr<Event>;
60 struct DbusSignal final : public Event
[all …]
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot24 Event Log Check After BMC Reboot
28 Redfish Purge Event Log
29 Event Log Should Not Exist
36 Event Log Should Not Exist
39 Event Log Check After Host Poweron
43 Redfish Purge Event Log
44 Event Log Should Not Exist
49 Event Log Should Not Exist
52 Create Test Event Log And Verify
57 Event Lo
[all...]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py31 class Event(object): class
38 class HeartbeatEvent(Event):
44 Event.__init__(self)
71 _should_exit = threading.Event()
391 class OperationStarted(Event):
394 Event.__init__(self)
397 class OperationCompleted(Event):
400 Event.__init__(self)
404 class OperationProgress(Event):
407 Event.__init__(self)
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Devent.hpp49 class Event : public ConfigBase class
55 Event() = delete;
56 Event(const Event&) = delete;
57 Event(Event&&) = delete;
58 Event& operator=(const Event&) = delete;
59 Event& operator=(Event&&) = delete;
60 ~Event() = default;
70 Event(const json& jsonObj, Manager* mgr,
H A Devent.cpp39 std::map<configKey, std::unique_ptr<Group>> Event::allGroups;
41 Event::Event(const json& jsonObj, Manager* mgr, in Event() function in phosphor::fan::control::json::Event
59 void Event::enable() in enable()
71 void Event::powerOn() in powerOn()
82 void Event::powerOff() in powerOff()
93 std::map<configKey, std::unique_ptr<Group>>& Event::getAllGroups( in getAllGroups()
104 void Event::configGroup(Group& group, const json& jsonObj) in configGroup()
139 void Event::setGroups(const json& jsonObj, in setGroups()
173 void Event::setActions(const json& jsonObj) in setActions()
273 void Event::setTriggers(const json& jsonObj) in setTriggers()
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Devent.hpp78 class Event : public EventBase class
81 Event() = delete;
82 Event(const Event&) = delete;
83 Event(Event&&) = default;
84 Event& operator=(const Event&) = delete;
85 Event& operator=(Event&&) = default;
86 ~Event() = default;
93 Event(const std::string& eventName, const std::string& eventMessage, in Event() function in phosphor::dbus::monitoring::Event
/openbmc/qemu/replay/
H A Dreplay-events.c20 typedef struct Event { struct
26 QTAILQ_ENTRY(Event) events; argument
27 } Event; typedef
29 static QTAILQ_HEAD(, Event) events_list = QTAILQ_HEAD_INITIALIZER(events_list);
34 static void replay_run_event(Event *event) in replay_run_event()
88 Event *event = QTAILQ_FIRST(&events_list); in replay_flush_events()
104 Event e; in replay_add_event()
113 Event *event = g_new0(Event, 1); in replay_add_event()
164 static void replay_save_event(Event *event) in replay_save_event()
203 Event *event = QTAILQ_FIRST(&events_list); in replay_save_events()
[all …]
/openbmc/x86-power-control/src/
H A Dpower_control.cpp326 enum class Event enum
352 static std::string getEventName(Event event) in getEventName()
356 case Event::psPowerOKAssert: in getEventName()
359 case Event::psPowerOKDeAssert: in getEventName()
362 case Event::sioPowerGoodAssert: in getEventName()
365 case Event::sioPowerGoodDeAssert: in getEventName()
368 case Event::sioS5Assert: in getEventName()
371 case Event::sioS5DeAssert: in getEventName()
374 case Event::pltRstAssert: in getEventName()
377 case Event::pltRstDeAssert: in getEventName()
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf11 0x04:0x02 //<Sensor/Event>:<Platform Event>
12 0x04:0x20 //<Sensor/Event>:<Get Device SDR Info>
13 0x04:0x21 //<Sensor/Event>:<Get Device SDR>
14 0x04:0x22 //<Sensor/Event>:<Reserve Device SDR Repository>
15 0x04:0x27 //<Sensor/Event>:<Get Sensor Threshold>
16 0x04:0x29 //<Sensor/Event>:<Get Sensor Event Enable>
17 0x04:0x2B //<Sensor/Event>:<Get Sensor Event Status>
18 0x04:0x2D //<Sensor/Event>:<Get Sensor Reading>
19 0x04:0x2F //<Sensor/Event>:<Get Sensor Type>
20 0x04:0x30 //<Sensor/Event>:<Set Sensor Reading and Event Status>
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D026.out.nocache6 Event: l1_update; errno: 5; imm: off; once: on; write
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
16 Event: l1_update; errno: 5; imm: off; once: off; write
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
30 Event: l1_update; errno: 28; imm: off; once: on; write
35 Event: l1_update; errno: 28; imm: off; once: on; write -b
40 Event: l1_update; errno: 28; imm: off; once: off; write
47 Event: l1_update; errno: 28; imm: off; once: off; write -b
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
[all …]
H A D026.out6 Event: l1_update; errno: 5; imm: off; once: on; write
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
16 Event: l1_update; errno: 5; imm: off; once: off; write
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
30 Event: l1_update; errno: 28; imm: off; once: on; write
35 Event: l1_update; errno: 28; imm: off; once: on; write -b
40 Event: l1_update; errno: 28; imm: off; once: off; write
47 Event: l1_update; errno: 28; imm: off; once: off; write -b
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/
H A Dtest_event_logs_sub_menu.robot3 Documentation Test OpenBMC GUI "Event logs" sub-menu of "Logs" menu.
15 ${xpath_event_logs_heading} //h1[text()="Event logs"]
42 Verify Navigation To Event Logs Page
43 [Documentation] Verify navigation to Event Logs page.
49 Verify Existence Of All Buttons In Event Logs Page
50 [Documentation] Verify existence of all buttons in Event Logs page.
65 Verify Existence Of All Input Boxes In Event Logs Page
66 [Documentation] Verify existence of all input boxes in Event Logs page.
82 ${number_of_events_before}= Get Number Of Event Logs
86 ${number_of_events_after}= Get Number Of Event Logs
[all …]
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp85 using Event = std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)>; typedef in MCTPEndpoint
115 virtual void subscribe(Event&& degraded, Event&& available,
116 Event&& removed) = 0;
216 void subscribe(Event&& degraded, Event&& available,
217 Event&& removed) override;
243 MCTPEndpoint::Event notifyAvailable;
244 MCTPEndpoint::Event notifyDegraded;
245 MCTPEndpoint::Event notifyRemoved;
/openbmc/sdeventplus/test/
H A Devent.cpp32 Event event(expected_event, &mock); in TEST_F()
41 Event event(expected_event, std::false_type(), &mock); in TEST_F()
50 Event event(expected_event, std::false_type(), &mock); in TEST_F()
54 Event event_noown(event, sdeventplus::internal::NoOwn()); in TEST_F()
63 Event event(expected_event, std::false_type(), &mock); in TEST_F()
67 Event event_noown(event, sdeventplus::internal::NoOwn()); in TEST_F()
73 Event event2(event_noown); in TEST_F()
86 Event event = Event::get_new(&mock); in TEST_F()
96 EXPECT_THROW(Event::get_new(&mock), SdEventError); in TEST_F()
103 Event event = Event::get_default(&mock); in TEST_F()
[all …]
/openbmc/sdeventplus/src/sdeventplus/source/
H A Devent.hpp62 EventBase(const char* name, CreateFunc create, const Event& event,
87 const Event& event);
124 Defer(const Event& event, Callback&& Callback);
137 Post(const Event& event, Callback&& callback);
150 Exit(const Event& event, Callback&& callback);
H A Devent.cpp23 EventBase::EventBase(const char* name, CreateFunc create, const Event& event, in EventBase()
42 const Event& event) in create_source()
68 Defer::Defer(const Event& event, Callback&& callback) : in Defer()
73 Post::Post(const Event& event, Callback&& callback) : in Post()
78 Exit::Exit(const Event& event, Callback&& callback) : in Exit()
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp53 Event::Event(const Chip& chip, uint32_t line_offset, HandleFlags handle_flags, in Event() function in gpioplus::Event
59 const internal::Fd& Event::getFd() const in getFd()
64 std::optional<Event::Data> Event::read() const in read()
84 uint8_t Event::getValue() const in getValue()
/openbmc/qemu/qapi/
H A Dcxl.json14 # @informational: Information Event Log
16 # @warning: Warning Event Log
18 # @failure: Failure Event Log
20 # @fatal: Fatal Event Log
34 # Inject an event record for a General Media Event (CXL r3.0
42 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
43 # Record Format, Event Record Flags for subfield definitions.
47 # Media Event Record, Physical Address.
49 # @descriptor: Memory Event Descriptor with additional memory event
50 # information. See CXL r3.0 Table 8-43 General Media Event
[all …]
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf14 0x04:0x00:0x7f7f //<Sensor/Event>:<Set Event Receiver>
15 0x04:0x01:0xff7f //<Sensor/Event>:<Get Event Receiver>
16 0x04:0x02:0xffff //<Sensor/Event>:<SEL Platform event>
17 0x04:0x10:0xff7f //<Sensor/Event>:<PEF Get Capabilities>
18 0x04:0x11:0x7f7f //<Sensor/Event>:<Arm PEF Postpone Timer>
19 0x04:0x12:0x7f7f //<Sensor/Event>:<PEF Set Configuration Parameters>
20 0x04:0x13:0xff7f //<Sensor/Event>:<PEF Get Configuration Parameters>
21 0x04:0x14:0x7f7f //<Sensor/Event>:<PEF Set Processed EventID>
22 0x04:0x15:0xff7f //<Sensor/Event>:<PEF Get Processed EventID>
23 0x04:0x16:0x7f7f //<Sensor/Event>:<Alert Immediate>
[all …]
/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot7 Delete All Event Subscriptions
16 Get Event Subscription IDs
28 Get Destination IPs Of Event Subscriptions
31 ${subscription_ids}= Get Event Subscription IDs
42 Delete Event Subscription Of Unpingable Destination IPs
45 ${subscription_ids}= Get Event Subscription IDs
/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/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf10 0x04:0x02 //<Sensor/Event>:<Platform event>
11 0x04:0x2D //<Sensor/Event>:<Get Sensor Reading>
12 0x04:0x2F //<Sensor/Event>:<Get Sensor Type>
13 0x04:0x30 //<Sensor/Event>:<Set Sensor Reading and Event Status>
25 0x06:0x35 //<App>:<Read Event Message Buffer>
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp60 template <typename Event>
65 return Event::errName; in name()
70 return Event::errDesc; in description()
75 return Event::errWhat; in what()
80 return Event::errErrno; in get_errno()
85 return Event::errSeverity; in severity()

12345678910>>...21