Home
last modified time | relevance | path

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

1234567

/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 operations.
23 ... Script Verifies SEL Time for various scenarios such as,
25 ... Gets BMC Current Time an
[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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/
H A Dmeson.build5 sdbusplus_current_path = 'xyz/openbmc_project/Time'
10 '../../../../yaml/xyz/openbmc_project/Time.errors.yaml',
27 'xyz/openbmc_project/Time',
38 'xyz/openbmc_project/Time/EpochTime__markdown'.underscorify(),
40 '../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml',
54 'xyz/openbmc_project/Time/EpochTime',
62 'xyz/openbmc_project/Time/Synchronization__markdown'.underscorify(),
64 '../../../../yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml',
78 'xyz/openbmc_project/Time/Synchronization',
/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/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/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-time-manager/
H A DREADME.md4 interface `xyz/openbmc_project/Time/EpochTime.interface.yaml`. The user can get
38 The service `xyz.openbmc_project.Time.Manager` provides an object on D-Bus:
42 where each object implements interface `xyz.openbmc_project.Time.EpochTime`.
51 busctl get-property xyz.openbmc_project.Time.Manager \
52 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed
62 busctl set-property xyz.openbmc_project.Time.Manager \
63 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime \
72 ### Time settings
83 | Mode | Set BMC Time |
108 /xyz/openbmc_project/time/sync_method xyz.openbmc_project.Time.Synchronization \
[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/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/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
124 Set Time To Manual Mode
130 Set Time To Manual Mode
/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/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/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/openbmc/meta-phosphor/recipes-phosphor/datetime/
H A Dphosphor-time-manager_git.bb1 SUMMARY = "Phosphor Time Manager daemon"
28 DBUS_SERVICE:${PN} += "xyz.openbmc_project.Time.Manager.service"
/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.
80 ${new_value}= Subtract Time From Date ${current_date} 1 day
125 Verify System Time Sync Status
153 Wait Until Keyword Succeeds 1 min 10 sec Check Date And Time Was Changed
156 Check Date And Time Was Changed
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.hpp63 typename source::Time<Id>::Accuracy accuracy =
194 source::Time<Id> timeSource;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/
H A Dhtpdate_1.3.7.bb2 DESCRIPTION = "The HTTP Time Protocol (HTP) is used to synchronize a computer's time with\
5 Htpdate will synchronize the computer time to Greenwich Mean Time (GMT),\
/openbmc/openbmc-test-automation/openpower/
H A Dtest_timed_power_on.robot32 # Time in seconds.
59 ${new_tpo_value}= Get Time Power ON Value
69 Log To Console BMC Scheduled Time Power on success.
104 Log To Console Host Scheduled Time Power on success.
144 Get Time Power ON Value
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dpower_off_config.md30 - Time(in seconds) to delay performing the power off after `count` instances
42 - Time(in seconds) given before the thermal alert D-Bus property is set to
47 - Time(in seconds) before a hard power off occurs after the
/openbmc/openbmc/meta-google/recipes-google/systemd/files/
H A D40-gbmc-time.conf1 [Time]

1234567