Home
last modified time | relevance | path

Searched refs:OPRN_REMOVE_MSC_TASK (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.h81 const std::string OPRN_REMOVE_MSC_TASK = "remove_msc_task"; // remove multistages capture task variable
303 MEDIALIBRARY_DATA_URI + "/" + PAH_MULTISTAGES_CAPTURE + "/" + OPRN_REMOVE_MSC_TASK;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp286 { OPRN_REMOVE_MSC_TASK, OperationType::REMOVE_MSC_TASK }, in GetOprnTypeMap()