Home
last modified time | relevance | path

Searched refs:UFM_PHOTO (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfilemgr_uri.h191 const std::string UFM_PHOTO = "userfilemgr_photo_operation"; variable
197 const std::string UFM_CREATE_PHOTO = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_CREATE;
198 const std::string UFM_CREATE_PHOTO_COMPONENT = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN…
199 const std::string UFM_CLOSE_PHOTO = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_CLOSE;
200 const std::string UFM_UPDATE_PHOTO = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_UPDATE;
201 const std::string UFM_QUERY_PHOTO = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_QUERY;
202 const std::string UFM_SET_USER_COMMENT = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_SET_U…
203 const std::string UFM_GET_INDEX = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_INDEX;
204 const std::string UFM_HIDE_PHOTO = MEDIALIBRARY_DATA_URI + "/" + UFM_PHOTO + "/" + OPRN_HIDE;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_formmap_operations.cpp90 MediaLibraryCommand queryCmd(OperationObject::UFM_PHOTO, OperationType::QUERY); in GetUriByFileId()
144 MediaLibraryCommand queryCmd(OperationObject::UFM_PHOTO, OperationType::QUERY); in GetFilePathById()
254 } else if (operationObject == OperationObject::UFM_PHOTO) { in CheckQueryIsInDb()
286 …HECK_AND_RETURN_RET_LOG(MediaLibraryFormMapOperations::CheckQueryIsInDb(OperationObject::UFM_PHOTO, in HandleStoreFormIdOperation()
H A Dmedia_datashare_ext_ability.cpp402 OperationObject::UFM_PHOTO, in SystemApiCheck()
512 OperationObject::UFM_PHOTO, in UserFileMgrPermissionCheck()
575 { OperationObject::UFM_PHOTO, OperationObject::FILESYSTEM_PHOTO }, in UnifyOprnObject()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_permission/src/
H A Dread_write_permission_handler.cpp46 OperationObject::UFM_PHOTO, in SystemApiCheck()
108 { OperationObject::UFM_PHOTO, OperationObject::FILESYSTEM_PHOTO }, in UnifyOprnObject()
182 OperationObject::UFM_PHOTO, in UserFileMgrPermissionCheck()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp57 { UFM_PHOTO, OperationObject::UFM_PHOTO }, in GetOprnObjMap()
161 … { OperationObject::UFM_PHOTO, { { OperationType::UNKNOWN_TYPE, PhotoColumn::PHOTOS_TABLE } } }, in GetTableNameMap()
H A Dmedia_asset_rdbstore.cpp41 OperationObject::UFM_PHOTO,
414 if (object == OperationObject::UFM_PHOTO || object == OperationObject::PAH_PHOTO) { in QueryRdb()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_formmap_operations_test.cpp211 …res = MediaLibraryFormMapOperations::CheckQueryIsInDb(OperationObject::UFM_PHOTO, ToString(fileId)…
288 …bool res = MediaLibraryFormMapOperations::CheckQueryIsInDb(OperationObject::UFM_PHOTO, ToString(fi…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_operation.h44 UFM_PHOTO, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp3425 uri += UFM_PHOTO + "/" + OPRN_PENDING; in UserFileMgrSetPendingExecute()