Home
last modified time | relevance | path

Searched refs:HandleAlbumInfoBySubtype (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp210 static void HandleAlbumInfoBySubtype(std::shared_ptr<DfxReporter> &dfxReporter, int32_t albumSubType) in HandleAlbumInfoBySubtype() function
222 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::IMAGE)); in HandleAlbumInfo()
223 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::VIDEO)); in HandleAlbumInfo()
224 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::FAVORITE)); in HandleAlbumInfo()
225 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::HIDDEN)); in HandleAlbumInfo()
226 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::TRASH)); in HandleAlbumInfo()
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_manager.h75 void HandleAlbumInfoBySubtype(int32_t albumSubType);

Completed in 3 milliseconds