Home
last modified time | relevance | path

Searched refs:OPRN_DELETE_BY_TOOL (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.h53 const std::string OPRN_DELETE_BY_TOOL = "delete_by_tool"; variable
188 …tring URI_DELETE_TOOL = MEDIALIBRARY_DATA_URI + "/" + DELETE_TOOL_OPRN + "/" + OPRN_DELETE_BY_TOOL;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp230 { OPRN_DELETE_BY_TOOL, OperationType::DELETE_TOOL }, in GetOprnTypeMap()