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 D | userfilemgr_uri.h | 191 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 D | medialibrary_formmap_operations.cpp | 90 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 D | media_datashare_ext_ability.cpp | 402 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 D | read_write_permission_handler.cpp | 46 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 D | medialibrary_operation.cpp | 57 { UFM_PHOTO, OperationObject::UFM_PHOTO }, in GetOprnObjMap() 161 … { OperationObject::UFM_PHOTO, { { OperationType::UNKNOWN_TYPE, PhotoColumn::PHOTOS_TABLE } } }, in GetTableNameMap()
|
H A D | media_asset_rdbstore.cpp | 41 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 D | medialibrary_formmap_operations_test.cpp | 211 …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 D | medialibrary_operation.h | 44 UFM_PHOTO, enumerator
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 3425 uri += UFM_PHOTO + "/" + OPRN_PENDING; in UserFileMgrSetPendingExecute()
|