Home
last modified time | relevance | path

Searched defs:millisecond (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dtime_format.h24 millisecond, enumerator
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Drtc_if.h76 …uint16_t millisecond; /**< Millisecond. The value ranges from 0 to 990, with a precision of 10 mil… member
/ohos5.0/base/time/time_service/services/time/include/
H A Dsntp_client.h45 int millisecond; member
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_util.h60 uint16 millisecond; member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_bus_center.h53 int32_t millisecond; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Drtc_test.h27 uint32_t millisecond; member
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davdemuxer_demo.cpp134 int32_t AVDemuxerDemo::SeekToTime(int64_t millisecond, OH_AVSeekMode mode) in SeekToTime()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/inner_demo/
H A Dinner_demuxer_demo.cpp179 int32_t InnerDemuxerDemo::SeekToTime(int64_t millisecond, Media::SeekMode mode) in SeekToTime()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.cpp160 int32_t AVDemuxerImpl::SeekToTime(int64_t millisecond, SeekMode mode) in SeekToTime()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp224 OH_AVErrCode OH_AVDemuxer_SeekToTime(OH_AVDemuxer *demuxer, int64_t millisecond, OH_AVSeekMode mode) in OH_AVDemuxer_SeekToTime()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp238 int64_t millisecond = static_cast<int64_t>(times.tv_sec * 1000 + times.tv_nsec / 1000000); in GetSystemTime() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp570 int32_t millisecond = info->result.millisecond; in OnSoftbusTimeSyncResult() local
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h322 int32_t millisecond; /**< Number of milli second */ member
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp960 auto millisecond = ntpClient->GetNtpTimestamp64(0, buffer.c_str()); variable