Home
last modified time | relevance | path

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

12345678910>>...16

/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
31 void Time<Id>::set_callback(Callback&& callback) in set_callback()
37 typename Time<Id>::TimePoint Time<Id>::get_time() const in get_time()
43 return Time<Id>::TimePoint(SdEventDuration(usec)); 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()
66 void Time<Id>::set_accuracy(Accuracy accuracy) const in set_accuracy()
74 detail::TimeData<Id>& Time<Id>::get_userdata() const in get_userdata()
80 typename Time<Id>::Callback& Time<Id>::get_callback() in get_callback()
[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.robot3 Documentation Module to test IPMI SEL Time functionality.
10 ... Test the Set/Get SEL Time functionality and compare the result against
13 ... Set the Time Sync Mode from NTP to Manual to Set SEL Time.
14 ... Time Sync Mode change performed via REDFISH URI.
15 ... Performs the change in Time Sync Mode with Test Setup and Teardown Execution
18 ... NETWORK_RESTART_TIME added for Set SEL Time and Add SEL Entry as the corresponding
21 ... Current SEL time identified via BMC Native command (date) and perform SEL Time ope…
23 ... Script Verifies SEL Time for various scenarios such as,
25 ... Gets BMC Current Time and Adds 15 minutes and compare against BMC native command (…
26 ... Gets BMC Current Time and subtracts 1 day and compare against BMC native command (…
[all …]
/openbmc/sdeventplus/test/source/
H A Dtime.cpp63 const Time<id>::TimePoint expected_time(std::chrono::seconds{2}); in TEST_F()
64 const Time<id>::Accuracy expected_accuracy(std::chrono::milliseconds{50}); in TEST_F()
65 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()
100 EXPECT_EQ(Time<id>::TimePoint(std::chrono::microseconds(2000100)), in TEST_F()
105 EXPECT_EQ(Time<id>::TimePoint(std::chrono::microseconds(2000100)), in TEST_F()
115 const Time<id>::TimePoint expected_time(std::chrono::seconds{2}); in TEST_F()
116 const Time<id>::Accuracy expected_accuracy(std::chrono::milliseconds{50}); 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.build5 sdbusplus_current_path = 'xyz/openbmc_project/Time'
9 input: ['../../../../yaml/xyz/openbmc_project/Time.errors.yaml'],
22 'xyz/openbmc_project/Time',
30 'xyz/openbmc_project/Time/EpochTime__markdown'.underscorify(),
32 '../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml',
46 'xyz/openbmc_project/Time/EpochTime',
54 'xyz/openbmc_project/Time/Synchronization__markdown'.underscorify(),
56 '../../../../yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml',
70 '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/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
48 Verify Existence Of All Sections In Date And Time Page
55 Verify Existence Of All Buttons In Date And Time Page
64 Verify Existence Of All Input Boxes In Date And Time Page
78 Verify Date And Time From Configuration Section
90 Verify Display Of Date And Time In GUI Page
96 Navigate To Date and Time Page
109 Verify Profile Setting Button In Date And Time Page
[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 |
106 /xyz/openbmc_project/time/sync_method xyz.openbmc_project.Time.Synchronization \
[all …]
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()
H A Dxyz.openbmc_project.Time.Manager.service2 Description=Phosphor Time Manager daemon
10 BusName=xyz.openbmc_project.Time.Manager
/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/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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Time/Synchronization'
6 'xyz/openbmc_project/Time/Synchronization__cpp'.underscorify(),
8 '../../../../../yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml',
28 'xyz/openbmc_project/Time/Synchronization',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Time/EpochTime'
6 'xyz/openbmc_project/Time/EpochTime__cpp'.underscorify(),
8 '../../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml',
28 'xyz/openbmc_project/Time/EpochTime',
/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/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc_time.robot21 Verify Redfish BMC Time
36 Verify Set Time Using Redfish
40 Set Time To Manual Mode
44 ${new_bmc_time}= Add Time to Date ${old_bmc_time} 3 Days
94 [Setup] Run Keywords Set Time To Manual Mode AND
125 Set Time To Manual Mode
131 Set Time To Manual Mode
/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/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/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/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/openbmc-test-automation/lib/
H A Dbmc_date_and_time_utils.robot59 Set Time To Manual Mode
67 [Documentation] Set BMC Date Time at a given host state and verify.
78 ${new_value}= Subtract Time From Date ${current_date} 1 day
119 Verify System Time Sync Status
145 Wait Until Keyword Succeeds 1 min 10 sec Check Date And Time Was Changed
148 Check Date And Time Was Changed
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_date_and_time_settings.robot25 Verify Existence Of All Sections In Date And Time Settings Page
30 Page Should Contain Set date and time manually or configure a Network Time
34 Verify Existence Of All Buttons In Date And Time Settings Page
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf41 0x0A:0x48 //<Storage>:<Get SEL Time>
42 0x0A:0x49 //<Storage>:<Set SEL Time>
43 0x0A:0x5C //<Storage>:<Get SEL Time UTC Offset>
/openbmc/linux/tools/perf/Documentation/
H A Dexamples.txt33 Time: 0.575
50 Time: 0.627
51 Time: 0.644
52 Time: 0.564
53 Time: 0.559
54 Time: 0.626

12345678910>>...16