Home
last modified time | relevance | path

Searched refs:OPRN_SAVE_CAMERA_PHOTO (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.h78 const std::string OPRN_SAVE_CAMERA_PHOTO = "save_camera_photo"; variable
280 …ing PAH_SAVE_CAMERA_PHOTO = MEDIALIBRARY_DATA_URI + "/" + PAH_PHOTO + "/" + OPRN_SAVE_CAMERA_PHOTO;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp285 { OPRN_SAVE_CAMERA_PHOTO, OperationType::SAVE_CAMERA_PHOTO }, in GetOprnTypeMap()