Home
last modified time | relevance | path

Searched refs:hour (Results 1 - 12 of 12) sorted by relevance

/test/xts/device_attest_lite/services/core/network/
H A Dattest_channel.c55 if (before->hour > after->hour) { in X509CheckTime()
57 } else if (before->hour < after->hour) { in X509CheckTime()
60 // same year, mon, day and hour in X509CheckTime()
66 // same year, mon, day, hour and min in X509CheckTime()
92 curTime.hour = theNowTm->tm_hour; in VerifyCrtTime()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/picker/router/
H A Dindex.js560 this.timevalue=e.hour+":"+e.minute+":"+e.second;
561 prompt.showToast({ message:"Time:" + e.hour + ":" + e.minute + ":" + e.second })
563 this.timevalue=e.hour+":"+e.minute;
564 prompt.showToast({ message:"Time:" + e.hour + ":" + e.minute })
570 this.datetimevalue=e.year+"-"+e.month+"-"+e.day+" "+e.hour+":"+e.minute;
571 prompt.showToast({ message:"Time:"+(e.month+1)+"-"+e.day+" "+e.hour+":"+e.minute })
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/picker/router/
H A Dindex.js560 this.timevalue=e.hour+":"+e.minute+":"+e.second;
561 prompt.showToast({ message:"Time:" + e.hour + ":" + e.minute + ":" + e.second })
563 this.timevalue=e.hour+":"+e.minute;
564 prompt.showToast({ message:"Time:" + e.hour + ":" + e.minute })
570 this.datetimevalue=e.year+"-"+e.month+"-"+e.day+" "+e.hour+":"+e.minute;
571 prompt.showToast({ message:"Time:"+(e.month+1)+"-"+e.day+" "+e.hour+":"+e.minute })
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_clock.h32 HI_U32 hour; /* Hour , */ member
/device/soc/hisilicon/common/platform/rtc/
H A Drtc_hi35xx.c115 uint8_t hour; in HiRtcReadTimeData() local
136 ret = HiRtcSpiRead(rtcInfo, regAddr->hourAddr, &hour); in HiRtcReadTimeData()
150 seconds = (uint64_t)second + (uint64_t)minute * RTC_TIME_UNIT + (uint64_t)hour * RTC_TIME_UNIT * RTC_TIME_UNIT + in HiRtcReadTimeData()
264 ret = HiRtcSpiWrite(rtcInfo, regAddr->hourAddr, time->hour); in HiRtcWriteTimeData()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py536 hour, day = 0, 0
539 minute, hour = minute % 60, minute // 60
540 if hour > 0:
541 hour, day = hour % 24, hour // 24
545 if hour > 0:
546 execute_time = "{}hour {}".format(str(int(hour)), execute_time)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dx509.h211 int hour, min, sec; /**< Time. */ member
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/pickerView/router/
H A Dindex.js533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/pickerView/router/
H A Dindex.js533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/pickerView/router/
H A Dindex.js533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/pickerView/router/
H A Dindex.js533 this.time = this.concat(data.hour, data.minute);
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h2431 void (*setTimepickerSelected)(ArkUINodeHandle node, ArkUI_Uint32 hour, ArkUI_Uint32 minute);

Completed in 33 milliseconds