Searched refs:DfxReporter (Results 1 - 12 of 12) sorted by relevance
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/ |
H A D | dfx_reporter.cpp | 15 #define MLOG_TAG "DfxReporter" 31 DfxReporter::DfxReporter() in DfxReporter() function in OHOS::Media::DfxReporter 35 DfxReporter::~DfxReporter() in ~DfxReporter() 39 void DfxReporter::ReportDfxMessage() in ReportDfxMessage()
|
H A D | dfx_manager.cpp | 64 dfxReporter_ = make_shared<DfxReporter>(); in Init()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_reporter.cpp | 15 #define MLOG_TAG "DfxReporter" 37 DfxReporter::DfxReporter() in DfxReporter() function in OHOS::Media::DfxReporter 41 DfxReporter::~DfxReporter() in ~DfxReporter() 45 void DfxReporter::ReportTimeOutOperation(std::string &bundleName, int32_t type, int32_t object, int32_t time) in ReportTimeOutOperation() 60 int32_t DfxReporter::ReportHighMemoryImageThumbnail(std::string &path, std::string &suffix, int32_t width, in ReportHighMemoryImageThumbnail() 75 int32_t DfxReporter::ReportHighMemoryVideoThumbnail(std::string &path, std::string &suffix, int32_t width, in ReportHighMemoryVideoThumbnail() 86 void DfxReporter::ReportThumbnailError() in ReportThumbnailError() 126 void DfxReporter [all...] |
H A D | dfx_manager.cpp | 69 dfxReporter_ = make_shared<DfxReporter>(); in Init() 137 std::shared_ptr<DfxReporter> dfxReporter = taskData->dfxReporter_; in LogDelete() 199 static void HandlePhotoInfo(std::shared_ptr<DfxReporter> &dfxReporter) in HandlePhotoInfo() 210 static void HandleAlbumInfoBySubtype(std::shared_ptr<DfxReporter> &dfxReporter, int32_t albumSubType) in HandleAlbumInfoBySubtype() 220 static void HandleAlbumInfo(std::shared_ptr<DfxReporter> &dfxReporter) in HandleAlbumInfo() 229 static void HandleDirtyCloudPhoto(std::shared_ptr<DfxReporter> &dfxReporter) in HandleDirtyCloudPhoto() 240 static void HandleLocalVersion(std::shared_ptr<DfxReporter> &dfxReporter) in HandleLocalVersion() 255 std::shared_ptr<DfxReporter> dfxReporter = taskData->dfxReporter_; in HandleStatistic() 542 DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in Process() 570 DfxReporter in StartTimer() [all...] |
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/ |
H A D | dfx_reporter.h | 25 class DfxReporter { class 27 EXPORT DfxReporter(); 28 EXPORT ~DfxReporter();
|
H A D | dfx_manager.h | 40 std::shared_ptr<DfxReporter> dfxReporter_;
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_manager.h | 35 std::shared_ptr<DfxReporter> dfxReporter) : id_(id), type_(type), size_(size), uris_(uris), in DeleteBehaviorTask() 42 std::shared_ptr<DfxReporter> dfxReporter_; 47 StatisticData(std::shared_ptr<DfxReporter> dfxReporter) : dfxReporter_(dfxReporter) {} in StatisticData() 49 std::shared_ptr<DfxReporter> dfxReporter_; 83 std::shared_ptr<DfxReporter> dfxReporter_;
|
H A D | dfx_reporter.h | 40 class DfxReporter { class 42 DfxReporter(); 43 ~DfxReporter();
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_ext_ability.cpp | 143 DfxReporter::ReportStartResult(DfxType::START_CONTEXT_FAIL, 0, startTime); in OnStart() 151 DfxReporter::ReportStartResult(DfxType::START_DATAMANAGER_FAIL, 0, startTime); in OnStart() 156 DfxReporter::ReportStartResult(DfxType::CHECK_USER_UNLOCK_FAIL, 0, startTime); in OnStart() 167 DfxReporter::ReportStartResult(sceneCode, ret, startTime); in OnStart() 177 DfxReporter::ReportStartResult(DfxType::START_SCANNER_FAIL, 0, startTime); in OnStart() 189 DfxReporter::ReportStartResult(DfxType::START_SUCCESS, 0, startTime); in OnStart()
|
H A D | medialibrary_data_manager.cpp | 691 int32_t ret = DfxReporter::ReportMedialibraryAPI(packageName, saveUri); in LogMedialibraryAPI()
|
H A D | medialibrary_album_fusion_utils.cpp | 1729 DfxReporter::ReportAlbumFusion(dataPoint); in ReportAlbumFusionData()
|
H A D | medialibrary_rdbstore.cpp | 3301 DfxReporter::ReportStartResult(DfxType::ADD_DATA_UNIQUE_INDEX_FAIL, count, startTime); in ReportFailInfoAsync()
|
Completed in 18 milliseconds