Home
last modified time | relevance | path

Searched refs:tempTime (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davsession_dumper.cpp253 char tempTime [TIME_MAX]; in SetErrorInfo() local
254 auto ret = strftime(tempTime, sizeof(tempTime), "%Y-%m-%d %H:%M:%S", locTime); in SetErrorInfo()
259 auto time = tempTime; in SetErrorInfo()
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp426 char tempTime[TIME_MAX]; in UpdateExifDataTime() local
427 auto size = strftime(tempTime, sizeof(tempTime), "%Y:%m:%d %H:%M:%S", locTime); in UpdateExifDataTime()
430 std::string currentTime = std::string(tempTime, size); in UpdateExifDataTime()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp652 int64_t tempTime = ClockTime::GetCurNano() + MOCK_LATENCY; member
653 audioServerBuffer_->SetHandleInfo(currentReadFrame, tempTime);
654 AUDIO_INFO_LOG("Server update position %{public}" PRIu64" time%{public} " PRId64".", currentReadFrame, tempTime);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.cpp600 int64_t tempTime = in WaitForEos() local
604 cout << "Run func timeout, time used: " << tempTime - time_ << "ms" << endl; in WaitForEos()
606 cout << "Run func finish, time used: " << tempTime - time_ << "ms" << endl; in WaitForEos()
H A Dvdec_sample.cpp530 int64_t tempTime = in WaitForEos() local
534 cout << "Run func timeout, time used: " << tempTime - time_ << "ms" << endl; in WaitForEos()
536 cout << "Run func finish, time used: " << tempTime - time_ << "ms" << endl; in WaitForEos()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp295 int32_t tempTime = (TOTAL_SECONDS_OF_MINUTE - timeZoneTime->tm_sec) * MILLISECONDS_OF_SECOND; in RequestUpdateForNextSecond() local
296 delayTime += (tempTime - MILLISECONDS_OF_SECOND); in RequestUpdateForNextSecond()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp334 auto tempTime = copyTime_.Find(appInfo.userId); in GetRecordValueByType() local
336 if (!clip.first || !tempTime.first || !entryGetter.first) { in GetRecordValueByType()
808 auto tempTime = copyTime_.Find(appInfo.userId); in GetLocalData() local
809 if (!it.first || !tempTime.first) { in GetLocalData()
836 if (tempTime.second == curTime) { in GetLocalData()

Completed in 13 milliseconds