Home
last modified time | relevance | path

Searched defs:NS_PER_SEC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_timestamp.h22 #define NS_PER_SEC 1000000000ULL macro
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_ct_def.h27 #define NS_PER_SEC (1000ULL * 1000ULL * 1000UL) macro
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.cpp35 const int NS_PER_SEC = 1000 * 1000 * 1000; variable