Home
last modified time | relevance | path

Searched defs:nsec (Results 1 – 15 of 15) sorted by relevance

/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.h44 static inline int64_t NsecToUsec(int64_t nsec) in NsecToUsec()
49 static inline int64_t NsecToMsec(int64_t nsec) in NsecToMsec()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.h37 int64_t nsec; member
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp38 int32_t VpnInterface::ConnectControl(int32_t sockfd, int32_t nsec) in ConnectControl()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp38 uint64_t nsec = time % SEC_TO_NANOSEC; in TimeFormat() local
/ohos5.0/base/startup/init/ueventd/standard/
H A Dueventd_parameter.c75 …long long nsec = (long long)now.tv_usec * 1000 + (timeout % 1000) * 1000000; // 1000 unit 1000000 … in ThreadRun() local
/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/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h323 unsigned int nsec; member
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp215 int32_t nsec = 1; variable
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.c181 … long nsec = now.tv_usec * 1000 + (timeout % 1000) * 1000000; // 1000 unit 1000000 unit nsec in BootchartThreadMain() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp159 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp232 std::string nsec(nsecBuf); in MakeNonce() local
/ohos5.0/drivers/liteos/hievent/src/
H A Dhievent_driver.c65 int32_t nsec; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp150 std::string KVDBFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp997 std::chrono::nanoseconds nsec(triggerTime * MILLISECOND_TO_NANO); in SetAutoReboot() local