/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | pasteboard_deduplicate_memory.h | 33 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 D | stream_packetizer.cpp | 69 streamPktHeader.GetStreamId(), streamPktHeader.GetStreamId(), streamPktHeader.GetTimestamp(), in PacketizeStream() 70 streamPktHeader.GetTimestamp(), streamPktHeader.GetDataLen(), streamPktHeader.GetDataLen(), in PacketizeStream()
|
H A D | stream_depacketizer.cpp | 35 header_.GetTimestamp(), header_.GetTimestamp(), header_.GetDataLen(), header_.GetDataLen(), in DepacketizeHeader()
|
H A D | stream_depacketizer.h | 49 info.timeStamp = header_.GetTimestamp(); in GetFrameInfo()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kv_entry.h | 34 virtual void GetTimestamp(uint64_t ×tamp) const = 0;
|
H A D | multi_ver_commit.cpp | 74 Timestamp MultiVerCommit::GetTimestamp() const in GetTimestamp() function in DistributedDB::MultiVerCommit
|
H A D | multi_ver_commit.h | 46 Timestamp GetTimestamp() const override;
|
H A D | generic_multi_ver_kv_entry.h | 38 void GetTimestamp(uint64_t ×tamp) const override;
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_impl.cpp | 107 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 D | avmuxer_ffmpeg_demo.cpp | 40 long long testTimeStart = GetTimestamp(); in DoRunMuxer() 65 long long testTimeEnd = GetTimestamp(); in DoRunMuxer()
|
H A D | avmuxer_demo_common.h | 68 long long GetTimestamp(void);
|
H A D | avmuxer_demo.cpp | 62 long long testTimeStart = GetTimestamp(); in DoRunMuxer() 103 long long testTimeEnd = GetTimestamp(); in DoRunMuxer()
|
H A D | avmuxer_engine_demo.cpp | 61 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 D | syncer_proxy.cpp | 99 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 D | ikvdb_commit.h | 34 virtual Timestamp GetTimestamp() const = 0;
|
H A D | sync_able_engine.h | 38 uint64_t GetTimestamp();
|
H A D | sync_able_engine.cpp | 68 uint64_t SyncAbleEngine::GetTimestamp() in GetTimestamp() function in DistributedDB::SyncAbleEngine 73 return syncer_.GetTimestamp(); in GetTimestamp()
|
/foundation/multimedia/audio_lite/services/impl/ |
H A D | audio_capturer_impl.h | 48 bool GetTimestamp(Timestamp ×tamp, Timestamp::Timebase base);
|
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_impl.h | 34 int64_t GetTimestamp();
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | single_ver_kv_entry.h | 29 virtual Timestamp GetTimestamp() const = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/ |
H A D | preprocess_utils.h | 32 static time_t GetTimestamp();
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/ |
H A D | medialibrary_album_source_test.cpp | 125 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 D | single_ver_data_sync_utils.cpp | 151 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 D | unified_data_properties_napi.h | 45 static napi_value GetTimestamp(napi_env env, napi_callback_info info);
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect.cpp | 65 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()
|