Home | History | Annotate | Download | only in src

Lines Matching full:parentid

2432                         uint32_t parentId
2443 parentId,
2500 * This function retrieves the content of a folder with id - parentId.
2505 * @param parentId the parent folder id.
2507 LIBMTP_file_t * LIBMTP_Get_Files_And_Folders(LIBMTP_mtpdevice_t *device, uint32_t storageId, uint32_t parentId)
2526 retfiles = get_files(device, params, storageId, parentId);