Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 - 25 of 27) sorted by relevance

12

/foundation/ability/ability_runtime/utils/global/time/include/
H A Dtime_util.h61 localtime_r(&tt, &t); in DefaultCurrentTimeStr()
/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp35 localtime_r(&timet, &curtime); in GetCurrentTime()
/foundation/resourceschedule/ffrt/src/util/
H A Dtime_format.h59 localtime_r(&tt, &curTime); in FormatDateString()
/foundation/window/window_manager/utils/include/
H A Devent_tracker.h73 localtime_r(&time, &localTime); in formatTimestamp()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Dcommon_util.cpp41 localtime_r(&curr, &nowTime); in DHCP_LOGTime()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlog.h41 (void)localtime_r(&sec, nowTime); in FillpLogGetNowTime()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp28 #define localtime_r(tm, time) localtime_s(time, tm) macro
332 localtime_r(&tt, &curTime); in Dump()
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_statistic.cpp62 localtime_r(&timeT, &tmInfo); in ConvertTimeToStr()
/foundation/resourceschedule/device_standby/services/common/src/
H A Dtime_provider.cpp49 auto res = localtime_r(&curTimeStamp, &curLocalTime); in ConvertTimeStampToLocalTime()
51 STANDBYSERVICE_LOGE("localtime_r failed, can not get valid local time"); in ConvertTimeStampToLocalTime()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c176 if (localtime_r(&seconds, &formatedDateTime) == NULL) {
/foundation/communication/bluetooth/frameworks/inner/src/
H A Duuid.cpp83 localtime_r(&tv.tv_sec, &randomTime); in RandomUUID()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.cpp42 localtime_r(&tv.tv_sec, &randomTime); in Random()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dhi_audit.cpp96 if (localtime_r(&seconds, &result) != nullptr) { in GetFormattedTimestamp()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dhi_audit.cpp94 if (localtime_r(&seconds, &result) != nullptr) { in GetFormattedTimestamp()
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
H A Dnet_quota_policy.cpp198 localtime_r(&timeNow, &tm); in GetPeriodStart()
/foundation/filemanagement/app_file_service/utils/src/b_hiaudit/
H A Dhi_audit.cpp98 if (localtime_r(&seconds, &result) != nullptr) { in GetFormattedTimestamp()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp155 localtime_r(&sec, &local_time); in GetTimeWithMilliseconds()
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp164 localtime_r(&sec, &local_time); in GetTimeWithMilliseconds()
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp863 struct tm* ptm = localtime_r(&tt, &tmAtTime); in UpdateAtTimerAlarm()
1019 struct tm* ptm = localtime_r(&tt, &tmAtTime); in UpdateLimiterAlarm()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp160 localtime_r(&time, &local); in ConvertLocalToGMT()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.cpp522 tm *result = localtime_r(&current, &localTime); in StartTimerThread()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.cpp694 if (localtime_r(&timep, &nowTime) == nullptr) { in GetNowDate()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.cpp694 if (localtime_r(&timep, &nowTime) == nullptr) { in GetNowDate()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp465 tm *result = localtime_r(&current, &localTime); in StartTimerThread()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp786 localtime_r(&sec, &tm); in FormatDateTime()

Completed in 17 milliseconds

12