Home
last modified time | relevance | path

Searched defs:readTime (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_file.cpp433 bool RSFile::ReadRSData(double untilTime, std::vector<uint8_t>& data, double& readTime) in ReadRSData()
461 …RSFile::ReadOGLData(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadOGLData()
466 …File::ReadRSMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadRSMetrics()
472 …::ReadRenderMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadRenderMetrics()
478 …ile::ReadOGLMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadOGLMetrics()
484 …ile::ReadGFXMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadGFXMetrics()
583 …ayerTrackPtr track, double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadTrackData()
Drs_profiler.cpp1429 double readTime = 0.0; in PlaybackUpdate() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
Dmedia_cached_buffer.h52 TimePoint readTime; member
/foundation/multimedia/audio_framework/services/audio_service/server/src/
Daudio_endpoint_separate.cpp369 int64_t readTime = 0; in ResyncPosition() local
Daudio_endpoint.cpp947 int64_t readTime = 0; in ReSyncPosition() local
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
Dfuse_manager.cpp1092 uint64_t readTime = (endTime > startTime) ? (endTime - startTime) : 0; in CloudReadOnCloudFile() local
1151 uint64_t readTime = (endTime > startTime) ? (endTime - startTime) : 0; in CloudReadOnCacheFile() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_multi_ver_transaction.cpp1400 … auto readTime = static_cast<Timestamp>(sqlite3_column_int64(statement, 0)); // the first for time in CheckIfNeedSaveRecord() local