#include "zmmf/zmmf.h"#include "singleton.h"#include "cds_objects.h"#include "dictionary.h"#include "sync.h"#include "hash.h"#include "autoscan.h"Go to the source code of this file.
Data Structures | |
| class | BrowseParam |
| class | Storage |
| class | Storage::ChangedContainers |
Defines | |
| #define | BROWSE_DIRECT_CHILDREN 0x00000001 |
| #define | BROWSE_ITEMS 0x00000002 |
| #define | BROWSE_CONTAINERS 0x00000004 |
| #define | BROWSE_EXACT_CHILDCOUNT 0x00000008 |
| #define | BROWSE_TRACK_SORT 0x00000010 |
| #define | BROWSE_HIDE_FS_ROOT 0x00000020 |
Definition in file storage.h.
| #define BROWSE_CONTAINERS 0x00000004 |
Definition at line 45 of file storage.h.
Referenced by SQLStorage::browse(), web::containers::process(), and ContentDirectoryService::upnp_action_Browse().
| #define BROWSE_DIRECT_CHILDREN 0x00000001 |
Definition at line 43 of file storage.h.
Referenced by SQLStorage::browse(), web::items::process(), web::containers::process(), and ContentDirectoryService::upnp_action_Browse().
| #define BROWSE_EXACT_CHILDCOUNT 0x00000008 |
Definition at line 46 of file storage.h.
Referenced by ContentDirectoryService::upnp_action_Browse().
| #define BROWSE_HIDE_FS_ROOT 0x00000020 |
Definition at line 48 of file storage.h.
Referenced by SQLStorage::browse(), and ContentDirectoryService::upnp_action_Browse().
| #define BROWSE_ITEMS 0x00000002 |
Definition at line 44 of file storage.h.
Referenced by SQLStorage::browse(), web::items::process(), and ContentDirectoryService::upnp_action_Browse().
| #define BROWSE_TRACK_SORT 0x00000010 |
Definition at line 47 of file storage.h.
Referenced by SQLStorage::browse(), web::items::process(), and ContentDirectoryService::upnp_action_Browse().
1.6.1