/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/source/ |
H A D | time.cpp | 28 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 D | osal_time.c | 58 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 D | osal_time.c | 59 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 D | osal_time.c | 59 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 D | osal_time.c | 55 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 D | libsec.cmake | 25 add_library(sec STATIC ${SEC_SRCS}) target
|
/ohos5.0/drivers/hdf_core/framework/support/posix/src/ |
H A D | osal_time.c | 39 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 D | osal_time.h | 44 uint64_t sec; /**< Second */ member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_timer.h | 26 int64_t sec; member
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_timestamp.h | 102 void SetTimeStamp(uint32_t sec, uint32_t nsec) in SetTimeStamp()
|
/ohos5.0/base/powermgr/powermgr_lite/utils/include/ |
H A D | power_mgr_time_util.h | 84 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 D | hiview_logcat.c | 60 unsigned int sec = head->sec; in main() local
|
/ohos5.0/base/security/device_security_level/baselib/utils/include/ |
H A D | utils_datetime.h | 29 uint16_t sec; member
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | datetime_ex.h | 58 constexpr inline int64_t SecToNanosec(int64_t sec) in SecToNanosec()
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | utils_unittest.cpp | 71 float sec = ConvertMicrosecondToSecond(1000000); // 1000000 microseconds variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_datepicker_ffi.h | 36 int64_t sec; member
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | time_util.h | 87 long sec = secs % MIN_PER_S; in TimeElapse() local
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_service_subscriber.cpp | 90 int32_t sec = 0; in SetHistoryTypeTempMap() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_time.h | 73 inline bool Sec2HstTime (int64_t sec, int64_t& hTime) in Sec2HstTime()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler_utils.cpp | 39 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 D | toss_animation_controller.cpp | 119 double sec = static_cast<double>(tv.tv_sec); in GetCurrentTime() local
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_time.h | 84 inline bool Sec2HstTime (int64_t sec, int64_t& hTime) in Sec2HstTime()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 56 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
|
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
H A D | dfx_crash_local_handler.cpp | 122 time_t sec = static_cast<time_t>(currentTime / TIME_DIV); in PrintTimeStamp() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/linux/ |
H A D | log_base.cpp | 42 auto sec = std::to_string(curtime.tm_sec); in GetCurrentTime() local
|