Searched refs:DfxTimer (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_timer.cpp | 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()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_timer.h | 23 class DfxTimer { 25 DfxTimer(int32_t type, int32_t object, int64_t timeOut, bool isReport); 26 ~DfxTimer();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_ext_ability.cpp | 757 DfxTimer dfxTimer(type, object, OPEN_FILE_TIME_OUT, true); in OpenFile() 803 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Insert() 829 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in InsertExt() 887 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Update() 916 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Delete() 934 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Query() 985 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in GetType() 1000 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in BatchInsert()
|
H A D | medialibrary_rdbstore.cpp | 466 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in Insert() 490 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() 513 DfxTimer dfxTimer(DfxType::RDB_BATCHINSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() 535 DfxTimer dfxTimer(DfxType::RDB_DELETE, INVALID_DFX, RDB_TIME_OUT, false); in DoDeleteFromPredicates() 601 DfxTimer dfxTimer(DfxType::RDB_UPDATE_BY_CMD, INVALID_DFX, RDB_TIME_OUT, false); in Update() 739 DfxTimer dfxTimer(RDB_QUERY, INVALID_DFX, RDB_TIME_OUT, false); in QueryWithFilter() 759 DfxTimer dfxTimer(RDB_EXECUTE_SQL, INVALID_DFX, RDB_TIME_OUT, false); in ExecuteSql() 831 DfxTimer dfxTimer(RDB_QUERY, INVALID_DFX, RDB_TIME_OUT, false); in StepQueryWithoutCheck() 898 DfxTimer dfxTimer(DfxType::RDB_UPDATE, INVALID_DFX, RDB_TIME_OUT, false); in UpdateWithDateTime()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 506 …DfxTimer dfxTimer(thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAU… in GetThumbnailPixelMap()
|