/openbmc/webui-vue/src/components/Mixins/ |
H A D | TableFilterMixin.js | 36 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 D | timer.hpp | 112 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 D | date-time-controller.js | 26 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 D | firmware-controller.js | 83 if ((now.getTime() - startTime.getTime()) >= 207 if ((now.getTime() - startTime.getTime()) >=
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.js | 98 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 D | TableDateFilter.vue | 134 if (date.getTime() > maxDate.getTime()) return false; 144 if (date.getTime() < minDate.getTime()) return false;
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.cpp | 66 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 D | scheduled_host_transition.hpp | 82 static std::chrono::seconds getTime();
|
/openbmc/phosphor-time-manager/ |
H A D | bmc_epoch.cpp | 86 return getTime().count(); in elapsed() 145 microseconds BmcEpoch::getTime() in getTime() function in phosphor::time::BmcEpoch
|
H A D | bmc_epoch.hpp | 80 static std::chrono::microseconds getTime();
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-ui.min.js | 6 …getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1… 7 …getTime()===R.getTime()?" ui-state-highlight":"")+(F.getTime()===G.getTime()?" ui-state-active":""…
|
H A D | qunit-1.18.0.js | 1 …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 D | ui-bootstrap-tpls-0.11.0.js | 8 … 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 D | ui-bootstrap-tpls-0.11.0.min.js | 8 … 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 D | certificate-controller.js | 120 var difference = (new Date(certificate.ValidNotAfter).getTime()) - 292 var ms = (new Date(endDate).getTime()) - ($scope.bmcTime) / 1000;
|
/openbmc/phosphor-state-manager/test/ |
H A D | test_scheduled_host_transition.cpp | 41 return ScheduledHostTransition::getTime(); in getCurrentTime()
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-operations-controller.js | 55 let timePassed = now.getTime() - start.getTime();
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | Certificates.vue | 326 const validUntilMs = date.getTime(); 327 const currentBmcTimeMs = this.bmcTime.getTime();
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_capture.js | 23 return (tmp.getTime() + tmp.getTimezoneOffset() * 60000) / 1000;
|
H A D | ipmi_parse.js | 421 const this_update_time = new Date().getTime();
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 1275 getTime: function() { method in AnonymousFunction1ea782bb0200.SERVICE
|