Home
last modified time | relevance | path

Searched refs:timestamp_ (Results 1 - 25 of 65) sorted by relevance

123

/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dexpire_lru_cache.h99 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 Drs_transaction_proxy.cpp131 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 Drs_transaction_data.cpp45 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 Dgeneric_multi_ver_kv_entry.cpp25 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 Dmulti_ver_commit.cpp23 timestamp_(0), in MultiVerCommit()
76 return timestamp_; in GetTimestamp()
81 timestamp_ = timestamp; in SetTimestamp()
H A Dmulti_ver_commit.h65 Timestamp timestamp_; member in DistributedDB::final
H A Dgeneric_multi_ver_kv_entry.h62 uint64_t timestamp_; member in DistributedDB::GenericMultiVerKvEntry
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_adapter.h78 if (timestamp_ == timestamp) { in TickAnimation()
82 timestamp_ = timestamp; in TickAnimation()
87 uint64_t timestamp_ = 0; member in OHOS::Ace::SpringAdapter
H A Dchain_animation.cpp90 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 Drs_transaction_data.h38 : 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 Daudio_record.h33 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 Dframe_record.h123 return timestamp_; in GetTimeStamp()
195 int64_t timestamp_; member in OHOS::CameraStandard::FrameRecord
/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.cpp84 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 Daudio_capturer_impl.h57 Timestamp timestamp_; member in OHOS::Audio::AudioCapturerImpl
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp113 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 Dui_display_sync.h123 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 Dhgm_core.h109 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 Drs_render_thread_params.h113 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 Drs_render_display_sync.h44 uint64_t timestamp_ = 0; member in OHOS::Rosen::RSRenderDisplaySync
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_display_sync.cpp85 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 Drs_surface_ohos_vulkan.cpp44 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 Drs_render_thread_test.cpp179 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 Dmetadata_output.h84 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 Dnative_image.h79 int64_t timestamp_; member in OHOS::Media::NativeImage
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.h67 int64_t timestamp_ {0};

Completed in 11 milliseconds

123