Home
last modified time | relevance | path

Searched full:epochtime (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/
H A Dmeson.build16 subdir('EpochTime') subdir
19 input: [ '../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml', ],
20 output: [ 'EpochTime.md' ],
27 'xyz/openbmc_project/Time/EpochTime',
/openbmc/phosphor-time-manager/
H A Dbmc_epoch.hpp7 #include <xyz/openbmc_project/Time/EpochTime/server.hpp>
17 sdbusplus::xyz::openbmc_project::Time::server::EpochTime>;
20 * @brief OpenBMC BMC EpochTime implementation.
22 * xyz.openbmc_project.Time.EpochTime DBus API for BMC's epoch time.
H A DREADME.md4 interface `xyz/openbmc_project/Time/EpochTime.interface.yaml`. The user can get
40 where each object implements interface `xyz.openbmc_project.Time.EpochTime`.
50 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed
61 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime \
H A Dbmc_epoch.cpp100 server::EpochTime::elapsed(value); in elapsed()
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport15 Default name format obmcdump_<id>_<epochtime>
51 declare -rx EPOCHTIME=$(date +"%s")
169 log_summary "Epochtime: $EPOCHTIME"
182 name=$"obmcdump_"$dump_id"_$EPOCHTIME"
238 cat "$name_dir.tar.xz" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null
239 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir.tar.xz"
/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport62 declare -x EPOCHTIME
63 EPOCHTIME=$(date +"%s")
72 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S')
117 content_path="/tmp/dump_${dump_id}_${EPOCHTIME}"
130 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}"
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/
H A Dmeson.build4 input: [ '../../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml', ],
12 'xyz/openbmc_project/Time/EpochTime',
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/
H A Dpackage19 cat "$name_dir.bin" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null
22 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir"
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_test.cpp30 time_t epochTime = mktime(&time); in TEST() local
38 epochToBCDTime(epochTime, seconds, minutes, hours, day, month, year); in TEST()
/openbmc/phosphor-debug-collector/
H A Ddump_entry.hpp7 #include "xyz/openbmc_project/Time/EpochTime/server.hpp"
36 // TODO Revisit whether sdbusplus::xyz::openbmc_project::Time::server::EpochTime
45 sdbusplus::xyz::openbmc_project::Time::server::EpochTime>;
H A Dfaultlog_dump_entry.hpp8 #include <xyz/openbmc_project/Time/EpochTime/server.hpp>
H A Dbmc_dump_entry.hpp7 #include "xyz/openbmc_project/Time/EpochTime/server.hpp"
/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/
H A Dgendumpheader24 declare -x FILE="/tmp/dumpheader_$EPOCHTIME"
32 declare -x dDay=$(date -d @$EPOCHTIME +'%Y%m%d%H%M%S')
44 #Function to is to convert the EPOCHTIME collected
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/
H A DEntry.interface.yaml17 xyz.openbmc_project.Time.EpochTime for the isolated hardware creation time.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAttributes.interface.yaml66 specified in EpochTime format.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DDrive.interface.yaml26 Time when the Drive last rebooted represented in EpochTime. The time
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dldapdump36 file_name=$"ldap_bmcdump_$EPOCHTIME"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DEntry.interface.yaml5 xyz.openbmc_project.Time.EpochTime for the Dump creation time. Object which
/openbmc/pldm/libpldmresponder/
H A Dbios.cpp120 constexpr auto timeInterface = "xyz.openbmc_project.Time.EpochTime"; in getDateTime()
193 constexpr auto setTimeInterface = "xyz.openbmc_project.Time.EpochTime"; in setDateTime()
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh20 xyz.openbmc_project.Time.EpochTime \
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader41 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S')
53 #Function to is to convert the EPOCHTIME collected
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot372 # Wed Aug 30 17:23:29 UTC 2023 Epochtime: 1693416209
437 # Wed Aug 30 17:23:29 UTC 2023 Epochtime: 1693416209
/openbmc/docs/designs/
H A Dbmc-health-monitor.md160 | xyz.openbmc_project.Time.EpochTime | Interface to indicate when the metric was collected. …
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp52 constexpr auto TIME_INTERFACE = "xyz.openbmc_project.Time.EpochTime";
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp257 else if (interfaceMap.first == "xyz.openbmc_project.Time.EpochTime") in parseDumpEntryFromDbusObject()

12