Home
last modified time | relevance | path

Searched refs:ReportDeleteBehavior (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_reporter.h60 void ReportDeleteBehavior(std::string bundleName, int32_t type, std::string path);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp190 void DfxReporter::ReportDeleteBehavior(string bundleName, int32_t type, std::string path) in ReportDeleteBehavior() function in OHOS::Media::DfxReporter
H A Ddfx_manager.cpp167 dfxReporter->ReportDeleteBehavior(id, type, halfUri.substr(pathPos + 1)); in LogDelete()