#include <cybergarage/contentdirectory/ccontentdirectory.h>
#include <cybergarage/contentdirectory/ccdscontrolpoint.h>
#include <cybergarage/contentdirectory/ccdsactionarguments.h>
#include <cybergarage/contentdirectory/cdidllite.h>
#include <cybergarage/avcontrol/cavcontrolpoint.h>
#include <math.h>
#include "cptest.h"
#include "cdstest.h"
Functions | |
int | cp_test_cds_print_statistics () |
int | cp_test_cds (CgUpnpControlPoint *cp) |
int | cp_test_cds_get_search_caps (CgUpnpControlPoint *cp, char *udn) |
int | cp_test_cds_get_sort_caps (CgUpnpControlPoint *cp, char *udn) |
int | cp_test_cds_get_system_update_id (CgUpnpControlPoint *cp, char *udn) |
int | cp_test_cds_browse_direct_children (CgUpnpControlPoint *cp, char *udn) |
int | cp_test_cds_search (CgUpnpControlPoint *cp, char *udn) |
Variables | |
AVCPSubTestCase | cds_tc [NUM_CDS_TEST_CASES] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { {TEST_CASE_CDS_GET_SEARCH_CAPS, CG_UPNP_STATUS_ACTION_FAILED, cp_test_cds_get_search_caps, NULL}, {TEST_CASE_CDS_GET_SORT_CAPS, CG_UPNP_STATUS_ACTION_FAILED, cp_test_cds_get_sort_caps, NULL}, {TEST_CASE_CDS_GET_SYSTEM_UPDATE_ID, CG_UPNP_STATUS_ACTION_FAILED, cp_test_cds_get_system_update_id, NULL}, {TEST_CASE_CDS_BROWSE_DIRECT_CHILDREN, CG_UPNP_STATUS_ACTION_FAILED, cp_test_cds_browse_direct_children, NULL}, {TEST_CASE_CDS_SEARCH, CG_UPNP_STATUS_ACTION_FAILED, cp_test_cds_search, NULL} } Content Directory Service tests Copyright (c) 2006 Nokia Corporation |