Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A 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()
H A Drs_profiler.cpp1429 double readTime = 0.0; in PlaybackUpdate() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Drtc_test.c122 static int32_t IsSameRtcTestTime(const struct RtcTime *readTime, const struct RtcTime *writeTime) in IsSameRtcTestTime()
136 struct RtcTime readTime = {0}; in TestReadWriteTime() local
230 struct RtcTime readTime = {0}; in TestReadWriteAlarm() local
539 struct RtcTime readTime = {0}; in RtcTestSample() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.h52 TimePoint readTime; member
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h40 uint64_t readTime = 0; /* number of time spent reading (ms) */ member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp369 int64_t readTime = 0; in ResyncPosition() local
H A Daudio_endpoint.cpp956 int64_t readTime = 0; in ReSyncPosition() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_verify_openssl_utils.cpp170 int32_t readTime = 0; in VerifyPkcs7SignedData() local
H A Dhap_cert_verify_openssl_utils.cpp263 int32_t readTime = 1; in WriteX509CrlToStream() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp1400 … auto readTime = static_cast<Timestamp>(sqlite3_column_int64(statement, 0)); // the first for time in CheckIfNeedSaveRecord() local