Home
last modified time | relevance | path

Searched refs:GetCurrentMillisecond (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_timer.h61 refreshTime = FormUtil::GetCurrentMillisecond(); in FormTimer()
74 refreshTime = FormUtil::GetCurrentMillisecond(); in FormTimer()
87 refreshTime = FormUtil::GetCurrentMillisecond(); in FormTimer()
100 refreshTime = FormUtil::GetCurrentMillisecond(); in FormTimer()
H A Dform_util.h66 static int64_t GetCurrentMillisecond();
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp44 senderReportNtp_[lastSrLsr] = GetCurrentMillisecond(); in CreateRtcpSR()
69 auto msInc = GetCurrentMillisecond() - it->second; in OnRtcp()
85 xrRrtrRecvSysStamp_[rtcp_xr->ssrc_] = GetCurrentMillisecond(); in OnRtcp()
117 auto sysStamp = GetCurrentMillisecond(); in OnRtp()
170 lastSrNtpSys_ = GetCurrentMillisecond(); in OnRtcp()
209 auto delay = GetCurrentMillisecond() - lastSrNtpSys_; in CreateRtcpRR()
/foundation/ability/form_fwk/test/unittest/fms_form_util_test/
H A Dfms_form_util_test.cpp155 * @tc.desc: Verify GetCurrentMillisecond
160 auto result1 = FormUtil::GetCurrentMillisecond(); in HWTEST_F()
161 auto result2 = FormUtil::GetCurrentMillisecond(); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp361 currentTime_ = GetCurrentMillisecond(); in ReleaseOutputBuffer()
363 int64_t currentTime = GetCurrentMillisecond(); in ReleaseOutputBuffer()
398 int64_t VideoDecoderAdapter::GetCurrentMillisecond() in GetCurrentMillisecond() function in OHOS::Media::VideoDecoderAdapter
/foundation/ability/form_fwk/test/fuzztest/formutil_fuzzer/
H A Dformutil_fuzzer.cpp71 formUtil.GetCurrentMillisecond(); in DoSomethingInterestingWithMyAPI()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.h83 uint64_t GetCurrentMillisecond();
H A Dutils.cpp182 uint64_t GetCurrentMillisecond() in GetCurrentMillisecond() function
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_decoder_adapter.h68 int64_t GetCurrentMillisecond();
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp602 startTime_ = GetCurrentMillisecond(); in Start()
626 transcoderTotalDuration_ += GetCurrentMillisecond() - startTime_; in Pause()
644 startTime_ = GetCurrentMillisecond(); in Resume()
663 transcoderTotalDuration_ += GetCurrentMillisecond() - startTime_; in Cancel()
940 int64_t HiTransCoderImpl::GetCurrentMillisecond() in GetCurrentMillisecond() function in OHOS::Media::HiTransCoderImpl
H A Dhitranscoder_impl.h115 int64_t GetCurrentMillisecond();
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp734 startTime_ = GetCurrentMillisecond(); in Play()
735 playStartTime_ = GetCurrentMillisecond(); in Play()
798 playTotalDuration_ += GetCurrentMillisecond() - startTime_; in Pause()
826 int64_t HiPlayerImpl::GetCurrentMillisecond() in GetCurrentMillisecond() function in OHOS::Media::HiPlayerImpl
924 playTotalDuration_ += GetCurrentMillisecond() - startTime_; in AppendPlayerMediaInfo()
1000 int64_t seekStartTime = GetCurrentMillisecond(); in Seek()
1056 int64_t seekDiffTime = GetCurrentMillisecond() - seekStartTime; in UpdateMaxSeekLatency()
1266 int64_t startSetSurfaceTime = GetCurrentMillisecond(); in SetVideoSurface()
1276 int64_t endSetSurfaceTime = GetCurrentMillisecond(); in SetVideoSurface()
2134 int64_t nowTimeMs = GetCurrentMillisecond(); in HandleInitialPlayingStateChange()
[all...]
H A Dhiplayer_impl.h214 int64_t GetCurrentMillisecond();
/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp152 int64_t FormUtil::GetCurrentMillisecond() in GetCurrentMillisecond() function in OHOS::AppExecFwk::FormUtil
H A Dform_timer_mgr.cpp313 targetItem.refreshTask.refreshTime = FormUtil::GetCurrentMillisecond(); in AtTimerToIntervalTimer()
832 int64_t currentTime = FormUtil::GetCurrentMillisecond(); in OnIntervalTimeOut()
870 int64_t currentTime = FormUtil::GetCurrentMillisecond(); in UpdateAtTimerAlarm()
H A Dform_rdb_data_mgr.cpp682 int64_t curTime = FormUtil::GetCurrentMillisecond(); in CheckAndRebuildRdbStore()
H A Dform_render_mgr_inner.cpp395 int32_t connectKey = static_cast<int32_t>(FormUtil::GetCurrentMillisecond()); in AddConnection()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h128 int64_t GetCurrentMillisecond();
H A Drecorder_server.cpp832 startTime_ = GetCurrentMillisecond(); in Start()
858 int64_t endTime = GetCurrentMillisecond(); in Start()
931 int64_t endTime = GetCurrentMillisecond(); in Stop()
1168 int64_t RecorderServer::GetCurrentMillisecond() in GetCurrentMillisecond() function in OHOS::Media::RecorderServer
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dvideo_decoder_adapter_unit_test.cpp86 videoDecoder->GetCurrentMillisecond(); in HWTEST_F()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h360 int64_t GetCurrentMillisecond();
H A Dscreen_capture_server.cpp853 int64_t ScreenCaptureServer::GetCurrentMillisecond() in GetCurrentMillisecond() function in OHOS::Media::ScreenCaptureServer
1114 int64_t endTime = GetCurrentMillisecond(); in OnStartScreenCapture()
1745 startTime_ = GetCurrentMillisecond(); in StartScreenCapture()
2666 int64_t endTime = GetCurrentMillisecond(); in StopScreenCapture()
/foundation/ability/form_fwk/test/unittest/fms_form_rdb_data_mgr_test/
H A Dfms_form_rdb_data_mgr_test.cpp445 FormRdbDataMgr::GetInstance().lastRdbBuildTime_ = FormUtil::GetCurrentMillisecond(); in HWTEST_F()

Completed in 26 milliseconds