Home
last modified time | relevance | path

Searched refs:ReportStartResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp180 DfxReporter::ReportStartResult(DfxType::CHECK_USER_UNLOCK_FAIL, 0, startTime); in CheckUnlockScene()
188 DfxReporter::ReportStartResult(DfxType::CHECK_MEDIA_PATH_UNLOCK_FAIL, 0, startTime); in CheckUnlockScene()
228 DfxReporter::ReportStartResult(DfxType::START_CONTEXT_FAIL, 0, startTime); in OnStart()
236 DfxReporter::ReportStartResult(DfxType::START_DATAMANAGER_FAIL, 0, startTime); in OnStart()
249 DfxReporter::ReportStartResult(sceneCode, ret, startTime); in OnStart()
259 DfxReporter::ReportStartResult(DfxType::START_SCANNER_FAIL, 0, startTime); in OnStart()
267 DfxReporter::ReportStartResult(DfxType::START_SUCCESS, 0, startTime); in OnStart()
H A Dmedialibrary_rdbstore.cpp3109 DfxReporter::ReportStartResult(DfxType::ADD_DATA_UNIQUE_INDEX_FAIL, count, startTime); in ReportFailInfoAsync()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_reporter.h71 static void ReportStartResult(int32_t scene, int32_t errorCode, int32_t startTime);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp335 void DfxReporter::ReportStartResult(int32_t scene, int32_t error, int32_t start) in ReportStartResult() function in OHOS::Media::DfxReporter