Home
last modified time | relevance | path

Searched refs:currentTimestamp (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcard_transition_controller.cpp297 auto currentTimestamp = context->GetTimeFromExternalTimer(); in AddPrepareListener() local
298 …if (cardTransition->currentTimestamp_ != currentTimestamp || cardTransition->currentTimestamp_ == … in AddPrepareListener()
300 cardTransition->currentTimestamp_ = currentTimestamp; in AddPrepareListener()
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp552 uint32_t currentTimestamp) in MergeTrafficStats() argument
558 … uint32_t previousTimestamp = currentTimestamp > DAY_SECONDS ? currentTimestamp - DAY_SECONDS : 0; in MergeTrafficStats()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp959 auto currentTimestamp = context->GetTimeFromExternalTimer(); in AddPrepareListener() local
960 if (tween->currentTimestamp_ != currentTimestamp || tween->currentTimestamp_ == 0 || in AddPrepareListener()
963 tween->currentTimestamp_ = currentTimestamp; in AddPrepareListener()
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp286 int64_t currentTimestamp = MediaFileUtils::UTCTimeNanoSeconds(); in OpenWriteCacheHandler() local
288 …string cacheFileName = to_string(currentTimestamp) + "_" + to_string(cacheFileId) + "." + extensio… in OpenWriteCacheHandler()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp465 void FindFrameIndices(const bool forward, const float currentTimestamp, const array_view<const floa… in FindFrameIndices() argument
472 const auto pos = std::upper_bound(begin, end, currentTimestamp); in FindFrameIndices()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp1322 int64_t currentTimestamp = MediaFileUtils::UTCTimeNanoSeconds(); in OpenWriteCacheHandler() local
1324 …string cacheFileName = to_string(currentTimestamp) + "_" + to_string(cacheFileId) + "." + extensio… in OpenWriteCacheHandler()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp4276 int64_t currentTimestamp = SystemTime(); in SetFrameInfo() local
4278 hgmCore.SetActualTimestamp(currentTimestamp); in SetFrameInfo()