Searched refs:dfxTimer (Results 1 – 3 of 3) sorted by relevance
/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() local 803 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Insert() local 829 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in InsertExt() local 887 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Update() local 916 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Delete() local 934 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in Query() local 985 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in GetType() local 1000 DfxTimer dfxTimer(type, object, COMMON_TIME_OUT, true); in BatchInsert() local
|
H A D | medialibrary_rdbstore.cpp | 466 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in Insert() local 490 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() local 513 DfxTimer dfxTimer(DfxType::RDB_BATCHINSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() local 535 DfxTimer dfxTimer(DfxType::RDB_DELETE, INVALID_DFX, RDB_TIME_OUT, false); in DoDeleteFromPredicates() local 601 DfxTimer dfxTimer(DfxType::RDB_UPDATE_BY_CMD, INVALID_DFX, RDB_TIME_OUT, false); in Update() local 739 DfxTimer dfxTimer(RDB_QUERY, INVALID_DFX, RDB_TIME_OUT, false); in QueryWithFilter() local 759 DfxTimer dfxTimer(RDB_EXECUTE_SQL, INVALID_DFX, RDB_TIME_OUT, false); in ExecuteSql() local 831 DfxTimer dfxTimer(RDB_QUERY, INVALID_DFX, RDB_TIME_OUT, false); in StepQueryWithoutCheck() local 898 DfxTimer dfxTimer(DfxType::RDB_UPDATE, INVALID_DFX, RDB_TIME_OUT, false); in UpdateWithDateTime() local
|
/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() local 516 dfxTimer.End(); in GetThumbnailPixelMap()
|