Home
last modified time | relevance | path

Searched refs:OPRN_CAN_DEL_DUPLICATE_ASSETS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfilemgr_uri.h98 const std::string OPRN_CAN_DEL_DUPLICATE_ASSETS = "can_del_duplicate_assets"; variable
99 const std::string URI_CAN_DEL_DUPLICATE_ASSETS = "/" + OPRN_CAN_DEL_DUPLICATE_ASSETS;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp311 { OPRN_CAN_DEL_DUPLICATE_ASSETS, OperationType::CAN_DEL_DUPLICATE_ASSETS }, in GetOprnTypeMap()