/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | expire_lru_cache.h | 99 std::map<TKey, Timestamp> timestamp_; member in OHOS::ExpireLruCache 107 auto timestampIter = timestamp_.find(key); in DoAdd() 111 timestamp_.erase(timestampIter); in DoAdd() 113 timestamp_.insert(std::make_pair(key, now)); in DoAdd() 128 timestamp_.erase(lruKey); in DoAdd() 134 timestamp_.insert(std::make_pair(key, now)); in DoAdd() 147 auto timestampIter = timestamp_.find(key); in DoGet() 150 timestamp_.erase(timestampIter); in DoGet() 166 timestamp_.erase(key); in DoRemove() 172 timestamp_ in DoClear() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_proxy.cpp | 131 timestamp_ = std::max(timestamp, timestamp_); in FlushImplicitTransaction() 133 implicitCommonTransactionData_->timestamp_ = timestamp_; in FlushImplicitTransaction() 139 flushEmptyCallback_(timestamp_); in FlushImplicitTransaction() 144 implicitRemoteTransactionData_->timestamp_ = timestamp_; in FlushImplicitTransaction() 175 implicitTransactionDataFromRT_->timestamp_ = timestamp; in FlushImplicitTransactionFromRT() 211 implicitRemoteTransactionDataStack_.top()->timestamp_ = timestamp; in Commit() 221 timestamp_ in CommitSyncTransaction() [all...] |
H A D | rs_transaction_data.cpp | 45 if (transactionData->timestamp_ > now + MAX_ADVANCE_TIME) { in Unmarshalling() 47 "%{public}" PRIu64 " ", transactionData->timestamp_, now + MAX_ADVANCE_TIME); in Unmarshalling() 49 transactionData->timestamp_ = std::min(now + MAX_ADVANCE_TIME, transactionData->timestamp_); in Unmarshalling() 157 success = success && parcel.WriteUint64(timestamp_); in Marshalling() 195 timestamp_ = 0; in Clear() 292 parcel.ReadUint64(timestamp_) && ({RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, timestamp_); true;}) && in UnmarshallingCommand()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | generic_multi_ver_kv_entry.cpp | 25 timestamp_(0), in GenericMultiVerKvEntry() 61 errCode = parcel.WriteUInt64(timestamp_); in GetSerialData() 86 parcel.ReadUInt64(timestamp_); in DeSerialData() 138 timestamp_ = timestamp; in SetTimestamp() 143 timestamp = timestamp_; in GetTimestamp()
|
H A D | multi_ver_commit.cpp | 23 timestamp_(0), in MultiVerCommit() 76 return timestamp_; in GetTimestamp() 81 timestamp_ = timestamp; in SetTimestamp()
|
H A D | multi_ver_commit.h | 65 Timestamp timestamp_; member in DistributedDB::final
|
H A D | generic_multi_ver_kv_entry.h | 62 uint64_t timestamp_; member in DistributedDB::GenericMultiVerKvEntry
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_adapter.h | 78 if (timestamp_ == timestamp) { in TickAnimation() 82 timestamp_ = timestamp; in TickAnimation() 87 uint64_t timestamp_ = 0; member in OHOS::Ace::SpringAdapter
|
H A D | chain_animation.cpp | 90 double duration = static_cast<double>(timestamp - timestamp_) / static_cast<double>(NANOS_TO_MILLS); in SetDelta() 111 timestamp_ = timestamp; in SetDelta() 119 auto duration = static_cast<double>(timestamp - timestamp_) / static_cast<double>(NANOS_TO_MILLS); in TickAnimation() 153 double duration = static_cast<double>(timestamp - timestamp_) / static_cast<double>(NANOS_TO_MILLS); in GetValuePredict()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_transaction_data.h | 38 : payload_(std::move(other.payload_)), timestamp_(std::move(other.timestamp_)), in RSTransactionData() 65 return timestamp_; in GetTimestamp() 70 timestamp_ = timestamp; in SetTimestamp() 186 uint64_t timestamp_ = 0; member in OHOS::Rosen::RSTransactionData
|
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/ |
H A D | audio_record.h | 33 explicit AudioRecord(int64_t timestamp) : timestamp_(timestamp) in AudioRecord() 109 return timestamp_; in GetTimeStamp() 160 int64_t timestamp_; member in OHOS::CameraStandard::AudioRecord
|
H A D | frame_record.h | 123 return timestamp_; in GetTimeStamp() 195 int64_t timestamp_; member in OHOS::CameraStandard::FrameRecord
|
/foundation/multimedia/audio_lite/services/impl/ |
H A D | audio_capturer_impl.cpp | 84 timestamp = timestamp_; in GetTimestamp() 223 timestamp_.time.tv_sec = frame.time.tvSec; in Read() 224 timestamp_.time.tv_nsec = frame.time.tvNSec; in Read() 240 timestamp_.time.tv_sec = static_cast<time_t>(stream.timeStamp / TIME_CONVERSION_US_S); in Read() 241 timestamp_.time.tv_nsec = static_cast<time_t>((stream.timeStamp - in Read() 242 timestamp_.time.tv_sec * TIME_CONVERSION_US_S) * TIME_CONVERSION_NS_US); in Read()
|
H A D | audio_capturer_impl.h | 57 Timestamp timestamp_; member in OHOS::Audio::AudioCapturerImpl
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.cpp | 113 RS_TRACE_BEGIN("RSRenderThread DrawFrame: " + std::to_string(timestamp_)); in RSRenderThread() 117 prevTimestamp_ = timestamp_; in RSRenderThread() 333 timestamp_ = timestamp; in OnVsync() 398 if (timestamp_ - lastAnimateTimestamp_ > 2 * REFRESH_PERIOD) { // 2: if last frame is earlier than 2 vsync from now in ProcessCommands() 399 context_->currentTimestamp_ = timestamp_ - REFRESH_PERIOD; in ProcessCommands() 464 RsFrameReport::GetInstance().RenderStart(timestamp_); in Render()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/ |
H A D | ui_display_sync.h | 123 timestamp_ = timestamp; in SetTimestamp() 128 return timestamp_; in GetTimestamp() 145 int64_t timestamp_ = 0; member in OHOS::Ace::DisplaySyncData
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.h | 109 timestamp_.store(timestamp);
in SetTimestamp() 115 return timestamp_.load();
in GetCurrentTimestamp() 269 std::atomic<uint64_t> timestamp_{ 0 };
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_thread_params.h | 113 timestamp_ = timestamp; in SetTimestamp() 118 return timestamp_; in GetCurrentTimestamp() 359 uint64_t timestamp_ = 0; member in OHOS::Rosen::RSRenderThreadParams
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_display_sync.h | 44 uint64_t timestamp_ = 0; member in OHOS::Rosen::RSRenderDisplaySync
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_display_sync.cpp | 85 if (period <= 0 || timestamp_ == timestamp || expectedFrameRateRange_.preferred_ == 0) { in OnFrameSkip() 90 timestamp_ = timestamp; in OnFrameSkip()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan.cpp | 44 explicit RSTimer(const char* tag): tag_(tag), timestamp_(GetNanoSeconds()) {} in RSTimer() 48 int64_t durationNS = GetNanoSeconds() - timestamp_; in ~RSTimer() 57 const int64_t timestamp_; member in OHOS::Rosen::RSTimer
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_test.cpp | 179 EXPECT_EQ(RSRenderThread::Instance().timestamp_, timestamp); in HWTEST_F() 183 EXPECT_EQ(RSRenderThread::Instance().timestamp_, timestamp); in HWTEST_F() 210 RSRenderThread::Instance().timestamp_ = 17666669 * 2; // for test in HWTEST_F()
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | metadata_output.h | 84 return timestamp_; in GetTimestamp() 101 int32_t timestamp_; member in OHOS::CameraStandard::MetadataObject 230 timestamp_ = timestamp; in SetTimestamp() 292 int32_t timestamp_ = 0; member in OHOS::CameraStandard::MetadataObjectFactory
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | native_image.h | 79 int64_t timestamp_; member in OHOS::Media::NativeImage
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/ |
H A D | video_file_capture_plugin.h | 67 int64_t timestamp_ {0};
|