Home
last modified time | relevance | path

Searched refs:TIME_THOUSANDS_FACTOR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger_common.h26 #define TIME_THOUSANDS_FACTOR (1000) macro
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c179 #define TIME_THOUSANDS_FACTOR (1000) macro
187 int64_t when = t.sec * TIME_THOUSANDS_FACTOR + (t.usec / TIME_THOUSANDS_FACTOR); in GetSoftbusRecordTimeMillis()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c71 #define TIME_THOUSANDS_FACTOR (1000L) macro
673 GetLocalTime(record->time, srcRecord[i].time / TIME_THOUSANDS_FACTOR); in OnQueryAlarm()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c42 return (uint64_t)now.sec * TIME_THOUSANDS_FACTOR + (uint64_t)now.usec / TIME_THOUSANDS_FACTOR; in GetCurrentTime()