summaryrefslogtreecommitdiff
path: root/libqcdm/tests/test-qcdm-com.h
blob: 57e00b0374b2ee92641195a40e30623148e71464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * Copyright (C) 2010 Red Hat, Inc.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of version 2 of the GNU General Public
 * License as published by the Free Software Foundation
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef TEST_QCDM_COM_H
#define TEST_QCDM_COM_H

gpointer test_com_setup (const char *port);
void test_com_teardown (gpointer d);

void test_com_port_init (void *f, void *data);

void test_com_version_info (void *f, void *data);

void test_com_esn (void *f, void *data);

void test_com_mdn (void *f, void *data);

void test_com_read_roam_pref (void *f, void *data);

void test_com_read_mode_pref (void *f, void *data);

void test_com_read_hdr_rev_pref (void *f, void *data);

void test_com_status (void *f, void *data);

void test_com_sw_version (void *f, void *data);

void test_com_status_snapshot (void *f, void *data);

void test_com_pilot_sets (void *f, void *data);

void test_com_cm_subsys_state_info (void *f, void *data);

void test_com_hdr_subsys_state_info (void *f, void *data);

void test_com_ext_logmask (void *f, void *data);

void test_com_event_report (void *f, void *data);

void test_com_log_config (void *f, void *data);

void test_com_zte_subsys_status (void *f, void *data);

void test_com_nw_subsys_modem_snapshot_cdma (void *f, void *data);

void test_com_wcdma_subsys_state_info (void *f, void *data);

void test_com_gsm_subsys_state_info (void *f, void *data);

#endif  /* TEST_QCDM_COM_H */