Searched defs:readTime (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_file.cpp | 433 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 D | rs_profiler.cpp | 1429 double readTime = 0.0; in PlaybackUpdate() local
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | rtc_test.c | 122 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 D | media_cached_buffer.h | 52 TimePoint readTime; member
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | io.h | 40 uint64_t readTime = 0; /* number of time spent reading (ms) */ member
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint_separate.cpp | 369 int64_t readTime = 0; in ResyncPosition() local
|
H A D | audio_endpoint.cpp | 956 int64_t readTime = 0; in ReSyncPosition() local
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/ |
H A D | hap_verify_openssl_utils.cpp | 170 int32_t readTime = 0; in VerifyPkcs7SignedData() local
|
H A D | hap_cert_verify_openssl_utils.cpp | 263 int32_t readTime = 1; in WriteX509CrlToStream() local
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
H A D | fuse_manager.cpp | 1092 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 D | sqlite_multi_ver_transaction.cpp | 1400 … auto readTime = static_cast<Timestamp>(sqlite3_column_int64(statement, 0)); // the first for time in CheckIfNeedSaveRecord() local
|