Searched refs:tempTime (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_dumper.cpp | 253 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 D | common_utils.cpp | 426 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 D | renderer_in_server.cpp | 652 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 D | venc_sample.cpp | 600 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 D | vdec_sample.cpp | 530 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 D | text_clock_pattern.cpp | 295 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 D | pasteboard_service.cpp | 334 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