Searched refs:DfxTimer (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_timer.cpp | 15 #define MLOG_TAG "DfxTimer" 26 DfxTimer::DfxTimer(int32_t type, int32_t object, int64_t timeOut, bool isReport) in DfxTimer() function in OHOS::Media::DfxTimer 36 DfxTimer::~DfxTimer() in ~DfxTimer() 61 void DfxTimer::End() in End()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_timer.h | 23 class DfxTimer { class 25 DfxTimer(int32_t type, int32_t object, int64_t timeOut, bool isReport); 26 ~DfxTimer();
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_ext_ability.cpp | 715 DfxTimer dfxTimer(type, object, OPEN_FILE_TIME_OUT, true); in OpenFile() 764 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Insert() 790 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in InsertExt() 837 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Update() 866 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Delete() 884 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Query() 941 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in BatchInsert()
|
H A D | medialibrary_rdbstore.cpp | 617 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in Insert() 639 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() 661 DfxTimer dfxTimer(DfxType::RDB_BATCHINSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() 683 DfxTimer dfxTimer(DfxType::RDB_DELETE, INVALID_DFX, RDB_TIME_OUT, false); in DoDeleteFromPredicates() 741 DfxTimer dfxTimer(DfxType::RDB_UPDATE_BY_CMD, INVALID_DFX, RDB_TIME_OUT, false); in Update() 950 DfxTimer dfxTimer(RDB_QUERY, INVALID_DFX, RDB_TIME_OUT, false); in Query() 970 DfxTimer dfxTimer(RDB_EXECUTE_SQL, INVALID_DFX, RDB_TIME_OUT, false); in ExecuteSql() 1083 DfxTimer dfxTimer(DfxType::RDB_UPDATE, INVALID_DFX, RDB_TIME_OUT, false); in Update()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 509 DfxTimer dfxTimer(thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAULT_OPEN, in GetThumbnailPixelMap()
|
Completed in 10 milliseconds