Home
last modified time | relevance | path

Searched refs:getTime (Results 1 – 21 of 21) sorted by relevance

/openbmc/webui-vue/src/components/Mixins/
H A DTableFilterMixin.js36 let startDateInMs = startDate ? startDate.getTime() : 0;
37 let endDateInMs = endDate ? endDate.getTime() : Number.POSITIVE_INFINITY;
44 ? startDate.getTime() + startDate.getTimezoneOffset() * 60000
47 ? endDate.getTime() + endDate.getTimezoneOffset() * 60000
54 const dateInMs = date.getTime();
/openbmc/sdbusplus/include/sdbusplus/
H A Dtimer.hpp112 auto expireTime = getTime() + usec; in start()
214 auto expireTime = getTime() + duration; in timeoutHandler()
241 static std::chrono::microseconds getTime() in getTime() function in sdbusplus::Timer
/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js26 var getTimePromise = APIUtils.getTime().then(
124 manualPromises.push(setBMCTime($scope.bmc.date.getTime() * 1000));
130 manualPromises.push(setHostTime($scope.bmc.date.getTime() * 1000));
136 manualPromises.push(setHostTime($scope.host.date.getTime() * 1000));
H A Dfirmware-controller.js83 if ((now.getTime() - startTime.getTime()) >=
207 if ((now.getTime() - startTime.getTime()) >=
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js98 typeof $scope.end_date.getTime === 'function') {
99 endDate = new Date($scope.end_date.getTime());
100 endDate.setTime(endDate.getTime() + 86399000);
/openbmc/webui-vue/src/components/Global/
H A DTableDateFilter.vue134 if (date.getTime() > maxDate.getTime()) return false;
144 if (date.getTime() < minDate.getTime()) return false;
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp66 auto deltaTime = seconds(value) - getTime(); in scheduledTime()
89 seconds ScheduledHostTransition::getTime() in getTime() function in phosphor::state::manager::ScheduledHostTransition
207 auto deltaTime = seconds(schedTime) - getTime(); in handleTimeUpdates()
H A Dscheduled_host_transition.hpp82 static std::chrono::seconds getTime();
/openbmc/phosphor-time-manager/
H A Dbmc_epoch.cpp86 return getTime().count(); in elapsed()
145 microseconds BmcEpoch::getTime() in getTime() function in phosphor::time::BmcEpoch
H A Dbmc_epoch.hpp80 static std::chrono::microseconds getTime();
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-ui.min.js6getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1…
7getTime()===R.getTime()?" ui-state-highlight":"")+(F.getTime()===G.getTime()?" ui-state-active":""…
H A Dqunit-1.18.0.js1 …sOwnProperty,Date=window.Date,now=Date.now||function(){return new Date().getTime();},globalStartCa…
158 …Timeout<=0){optDeadline=Number.MAX_VALUE;}else{ optDeadline=(new Date()).getTime()+this.DiffTimeou…
200 …;k1start=0;k1end=0;k2start=0;k2end=0;for(d=0;d<maxD;d++){if((new Date()).getTime()>deadline){break…
H A Dui-bootstrap-tpls-0.11.0.js8 … h(a){var b=new Date(a);b.setDate(b.getDate()+4-(b.getDay()||7));var c=b.getTime();return b.setMon…
9 …i(d),a.meridian=n.getHours()<12?p[0]:p[1]}function m(a){var b=new Date(n.getTime()+6e4*a);n.setHou…
H A Dui-bootstrap-tpls-0.11.0.min.js8 … h(a){var b=new Date(a);b.setDate(b.getDate()+4-(b.getDay()||7));var c=b.getTime();return b.setMon…
9 …i(d),a.meridian=n.getHours()<12?p[0]:p[1]}function m(a){var b=new Date(n.getTime()+6e4*a);n.setHou…
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js120 var difference = (new Date(certificate.ValidNotAfter).getTime()) -
292 var ms = (new Date(endDate).getTime()) - ($scope.bmcTime) / 1000;
/openbmc/phosphor-state-manager/test/
H A Dtest_scheduled_host_transition.cpp41 return ScheduledHostTransition::getTime(); in getCurrentTime()
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-operations-controller.js55 let timePassed = now.getTime() - start.getTime();
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue326 const validUntilMs = date.getTime();
327 const currentBmcTimeMs = this.bmcTime.getTime();
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js23 return (tmp.getTime() + tmp.getTimezoneOffset() * 60000) / 1000;
H A Dipmi_parse.js421 const this_update_time = new Date().getTime();
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js1275 getTime: function() { method in AnonymousFunction1ea782bb0200.SERVICE