Home
last modified time | relevance | path

Searched refs:getBmcTime (Results 1 – 5 of 5) sorted by relevance

/openbmc/webui-vue/src/views/Overview/
H A DOverviewQuickLinks.vue45 Promise.all([this.$store.dispatch('global/getBmcTime')]).finally(() => {
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js29 getBmcTime();
271 var getBmcTime = function() { function
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js106 async getBmcTime({ commit }) { method in GlobalStore.actions
/openbmc/webui-vue/src/views/Settings/DateTime/
H A DDateTime.vue303 this.$store.dispatch('global/getBmcTime'),
383 this.$store.dispatch('global/getBmcTime');
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue232 await this.$store.dispatch('global/getBmcTime');