Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 - 25 of 86) sorted by relevance

1234

/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_deduplicate_memory.h33 int64_t GetTimestamp();
64 int64_t timestamp = GetTimestamp(); in IsDuplicate()
81 int64_t DeduplicateMemory<T>::GetTimestamp() in GetTimestamp() function in OHOS::MiscServices::DeduplicateMemory
90 int64_t timestamp = GetTimestamp(); in ClearExpiration()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packetizer.cpp69 streamPktHeader.GetStreamId(), streamPktHeader.GetStreamId(), streamPktHeader.GetTimestamp(), in PacketizeStream()
70 streamPktHeader.GetTimestamp(), streamPktHeader.GetDataLen(), streamPktHeader.GetDataLen(), in PacketizeStream()
H A Dstream_depacketizer.cpp35 header_.GetTimestamp(), header_.GetTimestamp(), header_.GetDataLen(), header_.GetDataLen(), in DepacketizeHeader()
H A Dstream_depacketizer.h49 info.timeStamp = header_.GetTimestamp(); in GetFrameInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kv_entry.h34 virtual void GetTimestamp(uint64_t &timestamp) const = 0;
H A Dmulti_ver_commit.cpp74 Timestamp MultiVerCommit::GetTimestamp() const in GetTimestamp() function in DistributedDB::MultiVerCommit
H A Dmulti_ver_commit.h46 Timestamp GetTimestamp() const override;
H A Dgeneric_multi_ver_kv_entry.h38 void GetTimestamp(uint64_t &timestamp) const override;
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_impl.cpp107 int64_t ImageImpl::GetTimestamp() in GetTimestamp() function in OHOS::Media::ImageImpl
114 if (native_->GetTimestamp(timestamp) != SUCCESS) { in GetTimestamp()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_ffmpeg_demo.cpp40 long long testTimeStart = GetTimestamp(); in DoRunMuxer()
65 long long testTimeEnd = GetTimestamp(); in DoRunMuxer()
H A Davmuxer_demo_common.h68 long long GetTimestamp(void);
H A Davmuxer_demo.cpp62 long long testTimeStart = GetTimestamp(); in DoRunMuxer()
103 long long testTimeEnd = GetTimestamp(); in DoRunMuxer()
H A Davmuxer_engine_demo.cpp61 long long testTimeStart = GetTimestamp(); in DoRunMuxer()
104 long long testTimeEnd = GetTimestamp(); in DoRunMuxer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp99 uint64_t SyncerProxy::GetTimestamp() in GetTimestamp() function in DistributedDB::SyncerProxy
102 return SyncerFactory::GetSyncer(ISyncInterface::SYNC_SVD)->GetTimestamp(); in GetTimestamp()
104 return syncer_->GetTimestamp(); in GetTimestamp()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit.h34 virtual Timestamp GetTimestamp() const = 0;
H A Dsync_able_engine.h38 uint64_t GetTimestamp();
H A Dsync_able_engine.cpp68 uint64_t SyncAbleEngine::GetTimestamp() in GetTimestamp() function in DistributedDB::SyncAbleEngine
73 return syncer_.GetTimestamp(); in GetTimestamp()
/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.h48 bool GetTimestamp(Timestamp &timestamp, Timestamp::Timebase base);
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_impl.h34 int64_t GetTimestamp();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsingle_ver_kv_entry.h29 virtual Timestamp GetTimestamp() const = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.h32 static time_t GetTimestamp();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/
H A Dmedialibrary_album_source_test.cpp125 int64_t GetTimestamp() in GetTimestamp() function
161 int64_t timestamp = GetTimestamp(); in InsertPhoto()
198 int64_t timestamp = GetTimestamp(); in InsertPhotoWithEmptyPackageName()
236 updateValues.PutLong(MediaColumn::MEDIA_DATE_TRASHED, GetTimestamp()); in UpdatePhotoTrashed()
272 updateValues.PutLong(MediaColumn::MEDIA_DATE_MODIFIED, GetTimestamp()); in UpdateDisplayName()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp151 outData[i]->GetTimestamp(), outData[i]->GetFlag()); in TransDbDataItemToSendDataItem()
174 Timestamp tempTimestamp = item->GetTimestamp(); in TransSendDataItemToLocal()
182 if (item->GetTimestamp() > currentLocalTime) { in TransSendDataItemToLocal()
398 Timestamp tempStamp = inData[i]->GetTimestamp(); in GetMaxSendDataTime()
415 Timestamp tempStamp = inData[i]->GetTimestamp(); in GetFullSyncDataTimeRange()
435 Timestamp tempStamp = inData[i]->GetTimestamp(); in GetQuerySyncDataTimeRange()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dunified_data_properties_napi.h45 static napi_value GetTimestamp(napi_env env, napi_callback_info info);
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp65 int64_t currentTime = TimeUtils::GetTimestamp(); in ProcessPersistenceTasks()
107 int64_t currentTime = TimeUtils::GetTimestamp(); in ProcessPersistenceLoopTask()
242 int64_t currentTime = TimeUtils::GetTimestamp(); in PostPersistenceDelayTask()
304 int64_t currentTime = TimeUtils::GetTimestamp(); in PostPersistenceTimedTaskLocked()

Completed in 15 milliseconds

1234