Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/source/
H A Dtime.cpp28 std::chrono::seconds sec = std::chrono::duration_cast<std::chrono::seconds>(d); in GetCurTimeSec() local
35 std::chrono::milliseconds sec = std::chrono::duration_cast<std::chrono::milliseconds>(d); in GetCurTimeMillSec() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_time.c58 uint32_t sec = 0; in OsalDiffTime() local
85 void OsalSleep(uint32_t sec) in OsalSleep()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_time.c59 uint32_t sec = 0; in OsalDiffTime() local
86 void OsalSleep(uint32_t sec) in OsalSleep()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_time.c59 uint32_t sec = 0; in OsalDiffTime() local
86 void OsalSleep(uint32_t sec) in OsalSleep()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_time.c55 uint32_t sec = 0; in OsalDiffTime() local
77 void OsalSleep(uint32_t sec) in OsalSleep()
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/cmake/
H A Dlibsec.cmake25 add_library(sec STATIC ${SEC_SRCS}) target
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_time.c39 uint32_t sec = 0; in OsalDiffTime() local
66 void OsalSleep(uint32_t sec) in OsalSleep()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_time.h44 uint64_t sec; /**< Second */ member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_timer.h26 int64_t sec; member
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_timestamp.h102 void SetTimeStamp(uint32_t sec, uint32_t nsec) in SetTimeStamp()
/ohos5.0/base/powermgr/powermgr_lite/utils/include/
H A Dpower_mgr_time_util.h84 static inline int64_t SecToNsec(int64_t sec) in SecToNsec()
89 static inline int64_t SecToMsec(int64_t sec) in SecToMsec()
/ohos5.0/base/hiviewdfx/hilog_lite/services/hilogcat/
H A Dhiview_logcat.c60 unsigned int sec = head->sec; in main() local
/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_datetime.h29 uint16_t sec; member
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h58 constexpr inline int64_t SecToNanosec(int64_t sec) in SecToNanosec()
/ohos5.0/base/startup/init/test/unittest/init/
H A Dutils_unittest.cpp71 float sec = ConvertMicrosecondToSecond(1000000); // 1000000 microseconds variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.h36 int64_t sec; member
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.h87 long sec = secs % MIN_PER_S; in TimeElapse() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp90 int32_t sec = 0; in SetHistoryTypeTempMap() local
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_time.h73 inline bool Sec2HstTime (int64_t sec, int64_t& hTime) in Sec2HstTime()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp39 time_t sec = static_cast<time_t>(time / SEC_TO_NANOSEC); in TimeFormat() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp119 double sec = static_cast<double>(tv.tv_sec); in GetCurrentTime() local
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_time.h84 inline bool Sec2HstTime (int64_t sec, int64_t& hTime) in Sec2HstTime()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp56 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp122 time_t sec = static_cast<time_t>(currentTime / TIME_DIV); in PrintTimeStamp() local
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp42 auto sec = std::to_string(curtime.tm_sec); in GetCurrentTime() local

123