Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_asset_operations.h126 static int32_t CheckRelativePathWithType(const std::string &relativePath, int32_t mediaType);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_audio_operations.cpp176 int32_t errCode = CheckRelativePathWithType(relativePath, MediaType::MEDIA_TYPE_AUDIO); in CreateV9()
H A Dmedialibrary_asset_operations.cpp888 int32_t MediaLibraryAssetOperations::CheckRelativePathWithType(const string &relativePath, int32_t … in CheckRelativePathWithType() function in OHOS::Media::MediaLibraryAssetOperations
1086 int32_t errCode = CheckRelativePathWithType(newRelativePath, fileAsset->GetMediaType()); in UpdateRelativePath()
H A Dmedialibrary_photo_operations.cpp609 int32_t errCode = CheckRelativePathWithType(relativePath, mediaType); in CreateV9()