Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dtime.cpp17 Time<Id>::Time(const Event& event, TimePoint time, Accuracy accuracy, in Time() function in sdeventplus::source::Time
26 Time<Id>::Time(const Time<Id>& other, sdeventplus::internal::NoOwn) : in Time() function in sdeventplus::source::Time
37 typename Time<Id>::TimePoint Time<Id>::get_time() const in get_time()
47 void Time<Id>::set_time(TimePoint time) const in set_time()
56 typename Time<Id>::Accuracy Time<Id>::get_accuracy() const in get_accuracy()
80 typename Time<Id>::Callback& Time<Id>::get_callback() in get_callback()
107 template class Time<ClockId::RealTime>; variable
108 template class Time<ClockId::Monotonic>; variable
109 template class Time<ClockId::BootTime>; variable
110 template class Time<ClockId::RealTimeAlarm>; variable
[all …]
H A Dtime.hpp28 class Time : public Base class
36 using Callback = fu2::unique_function<void(Time& source, TimePoint time)>;
48 Time(const Event& event, TimePoint time, Accuracy accuracy,
61 Time(const Time& other, sdeventplus::internal::NoOwn);
135 class TimeData : public Time<Id>, public BaseData
138 typename Time<Id>::Callback callback;
141 TimeData(const Time<Id>& base, typename Time<Id>::Callback&& callback);
143 friend Time<Id>;
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot13 ... Set the Time Sync Mode from NTP to Manual to Set SEL Time.
86 Verify SEL Set Time For Specific Time
115 Verify Set SEL Time With Future Date And Time
119 # Gets BMC Current Time and Adds 15 minutes and sets the SEL Time.
138 Verify Set SEL Time With Past Date And Time
264 Verify SEL Time In SEL Entry For Future Date and Time
270 # Gets BMC Current Time and Adds 15 minutes and sets the SEL Time.
315 Verify SEL Time In SEL Entry For Past Date And Time
547 Get Time Difference
563 Identify SEL Time
[all …]
/openbmc/sdeventplus/test/source/
H A Dtime.cpp65 Time<id>::TimePoint saved_time; in TEST_F()
66 Time<id>::Callback callback = in TEST_F()
67 [&saved_time](Time<id>&, Time<id>::TimePoint time) { in TEST_F()
92 Time<id> time(*event, expected_time, expected_accuracy, in TEST_F()
117 Time<id>::Callback callback = [](Time<id>&, Time<id>::TimePoint) {}; in TEST_F()
133 std::unique_ptr<Time<id>> time;
156 time = std::make_unique<Time<id>>( in SetUp()
157 *event, Time<id>::TimePoint(std::chrono::seconds{2}), in SetUp()
159 [](Time<id>&, Time<id>::TimePoint) {}); in SetUp()
176 auto time2 = std::make_unique<Time<id>>(*time); in TEST_F()
[all …]
/openbmc/linux/Documentation/fb/
H A Dviafb.modes21 # Active Time 25.422 us 15.253 ms
23 # Blank Time 6.356 us 1.430 ms
46 # Active Time 20.317 us 12.800 ms
48 # Blank Time 6.349 us 0.533 ms
67 # Active Time 17.778 us 11.093 ms
69 # Blank Time 5.333 us 0.670 ms
88 # Active Time 14.827 us 9.430 ms
90 # Blank Time 4.819 us 0.570 ms
109 # Active Time 12.212 us 7.767 ms
111 # Blank Time 3.969 us 0.566 ms
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/
H A Dmeson.build4 input: [ '../../../../yaml/xyz/openbmc_project/Time.errors.yaml', ],
12 'xyz/openbmc_project/Time',
18 'xyz/openbmc_project/Time/EpochTime__markdown'.underscorify(),
19 input: [ '../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml', ],
27 'xyz/openbmc_project/Time/EpochTime',
33 'xyz/openbmc_project/Time/Synchronization__markdown'.underscorify(),
34 input: [ '../../../../yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml', ],
42 'xyz/openbmc_project/Time/Synchronization',
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dmmu_notifier.rst42 [Time N] --------------------------------------------------------------------
49 [Time N+1] ------------------------------------------------------------------
56 [Time N+2] ------------------------------------------------------------------
63 [Time N+3] ------------------------------------------------------------------
70 [Time N+3] ------------------------------------------------------------------
77 [Time N+4] ------------------------------------------------------------------
84 [Time N+5] ------------------------------------------------------------------
/openbmc/sdeventplus/example/
H A Dheartbeat.cpp18 using Time = sdeventplus::source::Time<clockId>; typedef
38 auto hbFunc = [interval](Time& source, Time::TimePoint time) { in main()
47 Time time(event, Clock(event).now(), std::chrono::seconds{1}, in main()
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot9 Test Setup Navigate To Date and Time Page
29 Verify Navigation To Date And Time Page
36 Verify Text Under Date And Time Page
96 Navigate To Date and Time Page
130 Verify Date And Time Change To Browser Offset Time
145 Navigate To Date and Time Page
170 Verify Setting Manual BMC Time
267 Navigate To Date and Time Page
269 Navigate To Date and Time Page
277 Set Manual Date and Time Via GUI
[all …]
/openbmc/phosphor-time-manager/
H A DREADME.md4 interface `xyz/openbmc_project/Time/EpochTime.interface.yaml`. The user can get
36 The service `xyz.openbmc_project.Time.Manager` provides an object on D-Bus:
40 where each object implements interface `xyz.openbmc_project.Time.EpochTime`.
49 busctl get-property xyz.openbmc_project.Time.Manager \
50 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed
60 busctl set-property xyz.openbmc_project.Time.Manager \
61 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime \
70 ### Time settings
81 | Mode | Set BMC Time |
107 TimeSyncMethod s "xyz.openbmc_project.Time.Synchronization.Method.NTP"
[all …]
H A Dxyz.openbmc_project.Time.Manager.service2 Description=Phosphor Time Manager daemon
10 BusName=xyz.openbmc_project.Time.Manager
H A Dbmc_epoch.cpp36 namespace server = sdbusplus::xyz::openbmc_project::Time::server;
38 using FailedError = sdbusplus::xyz::openbmc_project::Time::Error::Failed;
139 using namespace xyz::openbmc_project::Time; in setTime()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto28 float firmware_boot_time_sec = 3; // Time (seconds) elapsed in firmware process
29 float loader_boot_time_sec = 4; // Time (seconds) elapsed in loader process
30 float kernel_boot_time_sec = 5; // Time (seconds) elapsed in kernel process
31 float initrd_boot_time_sec = 6; // Time (seconds) elapsed in initrd process
32 float userspace_boot_time_sec = 7; // Time (seconds) elapsed in userspace process
44 float utime = 2; // Time (seconds) in user mode
45 float stime = 3; // Time (seconds) in kernel mode
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch22 - when Time, DateLike then
23 + when Time then
24 + Time.utc(date.utc.year, date.utc.month, date.utc.day)
26 Time.utc(date.year, date.month, date.day)
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/
H A Dmeson.build3 'xyz/openbmc_project/Time/EpochTime__cpp'.underscorify(),
4 input: [ '../../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml', ],
12 'xyz/openbmc_project/Time/EpochTime',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/
H A Dmeson.build3 'xyz/openbmc_project/Time/Synchronization__cpp'.underscorify(),
4 input: [ '../../../../../yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml', ],
12 'xyz/openbmc_project/Time/Synchronization',
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/
H A DEpochTime.interface.yaml7 Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in
14 - xyz.openbmc_project.Time.Error.NotAllowed
15 - xyz.openbmc_project.Time.Error.Failed
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DTOTPAuthenticator.interface.yaml2 This interface defines methods and properties required for Time-based
11 This method setup Time-based One-time Password (TOTP) authenticator
26 This method verifies OTP with Time-based One-time Password
46 This method clears Time-based One-time Password authenticator secret
59 required for the given user to complete Time-based One-time Password
/openbmc/u-boot/drivers/rtc/
H A DKconfig5 menu "Real Time Clock"
38 The PCF2127 is a CMOS Real Time Clock (RTC) and calendar with an integrated
49 compatible Real Time Clock devices.
55 The Renesas (formerly Intersil) ISL1208 is a I2C Real Time Clock (RTC) and
67 The MicroCrystal RV3029 is a I2C Real Time Clock (RTC) with 8-byte
77 Support for Epson RX8010SJ Real Time Clock devices.
82 The ARM PrimeCell Real Time Clock (PL031) is an optional SoC
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc_time.robot24 Verify Redfish BMC Time
39 Verify Set Time Using Redfish
43 Set Time To Manual Mode
47 ${new_bmc_time}= Add Time to Date ${old_bmc_time} 3 Days
105 [Setup] Run Keywords Set Time To Manual Mode AND
136 Set Time To Manual Mode
142 Set Time To Manual Mode
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509.asn138 notBefore Time ({ x509_note_not_before }),
39 notAfter Time ({ x509_note_not_after })
42 Time ::= CHOICE {
/openbmc/linux/Documentation/mm/
H A Dmmu_notifier.rst38 [Time N] --------------------------------------------------------------------
45 [Time N+1] ------------------------------------------------------------------
52 [Time N+2] ------------------------------------------------------------------
59 [Time N+3] ------------------------------------------------------------------
66 [Time N+3] ------------------------------------------------------------------
73 [Time N+4] ------------------------------------------------------------------
80 [Time N+5] ------------------------------------------------------------------
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark/
H A D0001-tracers-Fix-buffer-overflow.patch28 gint iowait; /* Time waiting for I/O to complete */
29 gint irq; /* Time servicing interrupts */
30 gint softirq; /* Time servicing softirqs */
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
48 # Real Time Clock Module with I2C-Bus
50 # Real Time Clock
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/
H A DHoth.interface.yaml220 - name: Time
223 Time in microseconds.
233 - name: Time
236 Time in microseconds.
246 - name: Time
249 Time in microseconds.
259 - name: Time
262 Time in microseconds.

12345678910>>...19