ファイル名service.c
ソースファイル情報| 内容 | 行数 | 比率 | 
|---|---|---|
| コメント行数 | 122 | 2% | 
| 空行行数 | 1125 | 23% | 
| 実行行数 | 3680 | 75% | 
| 合計行数 | 4927 | 100% | 
関数定義数| 内容 | 定義数 | 
|---|---|
| 関数数 | 168 | 
定義関数| No. | 型 | 名称 | 属性 | 説明 | 
|---|---|---|---|---|
1  | 
append_path | static void | ||
2  | 
__connman_service_list | void | ||
3  | 
compare_path | static void | ||
4  | 
find_service | static struct connman_service * | ||
5  | 
__connman_service_type2string | const char * | ||
6  | 
mode2string | static const char * | ||
7  | 
security2string | static const char * | ||
8  | 
state2string | static const char * | ||
9  | 
error2string | static const char * | ||
10  | 
string2error | static enum connman_service_error | ||
11  | 
proxymethod2string | static const char * | ||
12  | 
string2proxymethod | static enum connman_service_proxy_method | ||
13  | 
is_connecting | static connman_bool_t | ||
14  | 
is_connected | static connman_bool_t | ||
15  | 
update_nameservers | static void | ||
16  | 
__connman_service_append_nameserver | void | ||
17  | 
__connman_service_remove_nameserver | void | ||
18  | 
__connman_service_nameserver_add_routes | void | ||
19  | 
__connman_service_nameserver_del_routes | void | ||
20  | 
stats_get | static struct connman_stats * | ||
21  | 
stats_enabled | static connman_bool_t | ||
22  | 
stats_start | static void | ||
23  | 
stats_stop | static void | ||
24  | 
reset_stats | static void | ||
25  | 
get_default | static struct connman_service * | ||
26  | 
default_changed | static void | ||
27  | 
__connman_service_default | const char * | ||
28  | 
mode_changed | static void | ||
29  | 
state_changed | static void | ||
30  | 
strength_changed | static void | ||
31  | 
favorite_changed | static void | ||
32  | 
immutable_changed | static void | ||
33  | 
roaming_changed | static void | ||
34  | 
autoconnect_changed | static void | ||
35  | 
passphrase_changed | static void | ||
36  | 
login_changed | static void | ||
37  | 
apn_changed | static void | ||
38  | 
append_ethernet | static void | ||
39  | 
append_ipv4 | static void | ||
40  | 
append_ipv6 | static void | ||
41  | 
append_ipv4config | static void | ||
42  | 
append_ipv6config | static void | ||
43  | 
append_dns | static void | ||
44  | 
append_dnsconfig | static void | ||
45  | 
append_domain | static void | ||
46  | 
append_domainconfig | static void | ||
47  | 
append_proxies | static void | ||
48  | 
append_excludes | static void | ||
49  | 
append_proxy | static void | ||
50  | 
append_proxyconfig | static void | ||
51  | 
append_provider | static void | ||
52  | 
settings_changed | static void | ||
53  | 
ipv4_configuration_changed | static void | ||
54  | 
ipv6_configuration_changed | static void | ||
55  | 
dns_changed | static void | ||
56  | 
dns_configuration_changed | static void | ||
57  | 
domain_changed | static void | ||
58  | 
domain_configuration_changed | static void | ||
59  | 
proxy_changed | static void | ||
60  | 
proxy_configuration_changed | static void | ||
61  | 
link_changed | static void | ||
62  | 
stats_append_counters | static void | ||
63  | 
stats_append | static void | ||
64  | 
stats_update | static void | ||
65  | 
__connman_service_notify | void | ||
66  | 
__connman_service_counter_register | int | ||
67  | 
__connman_service_counter_unregister | void | ||
68  | 
append_properties | static void | ||
69  | 
append_struct | static void | ||
70  | 
__connman_service_list_struct | void | ||
71  | 
__connman_service_get_index | int | ||
72  | 
__connman_service_set_domainname | void | ||
73  | 
connman_service_get_domainname | const char * | ||
74  | 
connman_service_get_nameserver | const char * | ||
75  | 
connman_service_set_proxy_method | void | ||
76  | 
connman_service_get_proxy_method | enum connman_service_proxy_method | ||
77  | 
connman_service_get_proxy_servers | char ** | ||
78  | 
connman_service_get_proxy_excludes | char ** | ||
79  | 
connman_service_get_proxy_url | const char * | ||
80  | 
__connman_service_set_proxy_autoconfig | void | ||
81  | 
connman_service_get_proxy_autoconfig | const char * | ||
82  | 
__connman_service_set_passphrase | void | ||
83  | 
get_properties | static DBusMessage * | ||
84  | 
update_proxy_configuration | static int | ||
85  | 
set_property | static DBusMessage * | ||
86  | 
set_idle | static void | ||
87  | 
clear_property | static DBusMessage * | ||
88  | 
is_ignore | static connman_bool_t | ||
89  | 
__connman_service_auto_connect | void | ||
90  | 
remove_timeout | static void | ||
91  | 
reply_pending | static void | ||
92  | 
connect_timeout | static gboolean | ||
93  | 
set_reconnect_state | static void | ||
94  | 
get_reconnect_state | static connman_bool_t | ||
95  | 
request_input_cb | static void | ||
96  | 
__connman_service_connect_type | struct connman_service * | ||
97  | 
connect_service | static DBusMessage * | ||
98  | 
disconnect_service | static DBusMessage * | ||
99  | 
remove_service | static DBusMessage * | ||
100  | 
move_service | static DBusMessage * | ||
101  | 
move_before | static DBusMessage * | ||
102  | 
move_after | static DBusMessage * | ||
103  | 
reset_counters | static DBusMessage * | ||
104  | 
service_free | static void | ||
105  | 
__connman_service_put | void | __connman_service_put: | |
106  | 
stats_init | static void | ||
107  | 
service_initialize | static void | ||
108  | 
connman_service_create | struct connman_service * | connman_service_create: | |
109  | 
__connman_service_get_location | struct connman_location * | ||
110  | 
connman_service_ref | struct connman_service * | connman_service_ref: | |
111  | 
connman_service_unref | void | connman_service_unref: | |
112  | 
service_compare | static gint | ||
113  | 
connman_service_get_type | enum connman_service_type | connman_service_get_type: | |
114  | 
connman_service_get_interface | char * | connman_service_get_interface: | |
115  | 
__connman_service_get_network | struct connman_network * | connman_service_get_network: | |
116  | 
__connman_service_get_ip4config | struct connman_ipconfig * | ||
117  | 
__connman_service_get_ip6config | struct connman_ipconfig * | ||
118  | 
__connman_service_get_security | enum connman_service_security | ||
119  | 
__connman_service_wps_enabled | connman_bool_t | ||
120  | 
__connman_service_set_favorite | int | __connman_service_set_favorite: | |
121  | 
__connman_service_set_immutable | int | ||
122  | 
__connman_service_set_string | void | ||
123  | 
service_complete | static void | ||
124  | 
report_error_cb | static void | ||
125  | 
__connman_service_indicate_state | int | ||
126  | 
__connman_service_indicate_error | int | ||
127  | 
__connman_service_clear_error | int | ||
128  | 
__connman_service_indicate_default | int | ||
129  | 
__connman_service_request_login | int | ||
130  | 
prepare_network | static connman_bool_t | ||
131  | 
prepare_8021x | static void | ||
132  | 
service_connect | static int | ||
133  | 
__connman_service_connect | int | ||
134  | 
__connman_service_disconnect | int | ||
135  | 
__connman_service_lookup | int | __connman_service_lookup: | |
136  | 
lookup_by_identifier | static struct connman_service * | lookup_by_identifier: | |
137  | 
create_hidden_wifi | static struct connman_network * | ||
138  | 
__connman_service_create_and_connect | int | ||
139  | 
service_get | static struct connman_service * | __connman_service_get: | |
140  | 
service_register | static int | ||
141  | 
service_up | static void | ||
142  | 
service_down | static void | ||
143  | 
service_lower_up | static void | ||
144  | 
service_lower_down | static void | ||
145  | 
service_ip_bound | static void | ||
146  | 
service_ip_release | static void | ||
147  | 
setup_ip4config | static void | ||
148  | 
setup_ip6config | static void | ||
149  | 
__connman_service_create_ip4config | void | ||
150  | 
__connman_service_create_ip6config | void | ||
151  | 
__connman_service_lookup_from_network | struct connman_service * | __connman_service_lookup_from_network: | |
152  | 
__connman_service_lookup_from_index | struct connman_service * | ||
153  | 
__connman_service_get_ident | const char * | ||
154  | 
__connman_service_get_path | const char * | ||
155  | 
__connman_service_get_order | unsigned int | ||
156  | 
convert_network_type | static enum connman_service_type | ||
157  | 
convert_wifi_mode | static enum connman_service_mode | ||
158  | 
convert_wifi_security | static enum connman_service_security | ||
159  | 
convert_cellular_mode | static enum connman_service_mode | ||
160  | 
update_from_network | static void | ||
161  | 
__connman_service_create_from_network | struct connman_service * | __connman_service_create_from_network: | |
162  | 
__connman_service_update_from_network | void | ||
163  | 
__connman_service_remove_from_network | void | ||
164  | 
__connman_service_create_from_provider | struct connman_service * | __connman_service_create_from_provider: | |
165  | 
service_load | static int | ||
166  | 
service_save | static int | ||
167  | 
__connman_service_init | int | ||
168  | 
__connman_service_cleanup | void | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー