Home
last modified time | relevance | path

Searched refs:IsPureCloudImage (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dithumbnail_helper.h109 EXPORT static bool IsPureCloudImage(ThumbRdbOpt &opts);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_service_test.cpp569 auto res = IThumbnailHelper::IsPureCloudImage(opts); in HWTEST_F()
577 auto res = IThumbnailHelper::IsPureCloudImage(opts); in HWTEST_F()
585 auto res = IThumbnailHelper::IsPureCloudImage(opts); in HWTEST_F()
594 auto res = IThumbnailHelper::IsPureCloudImage(opts); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp1027 bool IThumbnailHelper::IsPureCloudImage(ThumbRdbOpt &opts) in IsPureCloudImage() function in OHOS::Media::IThumbnailHelper
1034 MEDIA_ERR_LOG("IsPureCloudImage opts.row is empty"); in IsPureCloudImage()
1041 MEDIA_ERR_LOG("IsPureCloudImage opts.store is nullptr"); in IsPureCloudImage()
1046 MEDIA_ERR_LOG("IsPureCloudImage result set is null"); in IsPureCloudImage()
1051 MEDIA_ERR_LOG("IsPureCloudImage go to first row failed"); in IsPureCloudImage()

Completed in 8 milliseconds