ファイル名service.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 127 | 2% |
| 空行行数 | 1237 | 23% |
| 実行行数 | 4083 | 75% |
| 合計行数 | 5447 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 191 |
定義関数| 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 |
combine_state | static enum connman_service_state | ||
14 |
is_connecting_state | static connman_bool_t | ||
15 |
is_connected_state | static connman_bool_t | ||
16 |
is_connecting | static connman_bool_t | ||
17 |
is_connected | static connman_bool_t | ||
18 |
is_idle | static connman_bool_t | ||
19 |
update_nameservers | static void | ||
20 |
__connman_service_nameserver_append | int | ||
21 |
__connman_service_nameserver_remove | int | ||
22 |
__connman_service_nameserver_clear | void | ||
23 |
nameserver_add_routes | static void | ||
24 |
nameserver_del_routes | static void | ||
25 |
__connman_service_nameserver_add_routes | void | ||
26 |
__connman_service_nameserver_del_routes | void | ||
27 |
stats_get | static struct connman_stats * | ||
28 |
stats_enabled | static connman_bool_t | ||
29 |
stats_start | static void | ||
30 |
stats_stop | static void | ||
31 |
reset_stats | static void | ||
32 |
get_default | static struct connman_service * | ||
33 |
default_changed | static void | ||
34 |
__connman_service_default | const char * | ||
35 |
mode_changed | static void | ||
36 |
state_changed | static void | ||
37 |
strength_changed | static void | ||
38 |
favorite_changed | static void | ||
39 |
immutable_changed | static void | ||
40 |
roaming_changed | static void | ||
41 |
autoconnect_changed | static void | ||
42 |
passphrase_changed | static void | ||
43 |
login_changed | static void | ||
44 |
append_security | static void | ||
45 |
append_ethernet | static void | ||
46 |
append_ipv4 | static void | ||
47 |
append_ipv6 | static void | ||
48 |
append_ipv4config | static void | ||
49 |
append_ipv6config | static void | ||
50 |
append_nameserver | static void | ||
51 |
append_dns | static void | ||
52 |
append_dnsconfig | static void | ||
53 |
append_domain | static void | ||
54 |
append_domainconfig | static void | ||
55 |
append_proxies | static void | ||
56 |
append_excludes | static void | ||
57 |
append_proxy | static void | ||
58 |
append_proxyconfig | static void | ||
59 |
append_provider | static void | ||
60 |
settings_changed | static void | ||
61 |
ipv4_configuration_changed | static void | ||
62 |
ipv6_configuration_changed | static void | ||
63 |
dns_changed | static void | ||
64 |
dns_configuration_changed | static void | ||
65 |
domain_changed | static void | ||
66 |
domain_configuration_changed | static void | ||
67 |
proxy_changed | static void | ||
68 |
proxy_configuration_changed | static void | ||
69 |
link_changed | static void | ||
70 |
stats_append_counters | static void | ||
71 |
stats_append | static void | ||
72 |
stats_update | static void | ||
73 |
__connman_service_notify | void | ||
74 |
__connman_service_counter_register | int | ||
75 |
__connman_service_counter_unregister | void | ||
76 |
__connman_service_get_list | GSequence * | ||
77 |
__connman_service_is_connecting | connman_bool_t | ||
78 |
__connman_service_is_connected | connman_bool_t | ||
79 |
__connman_service_is_idle | connman_bool_t | ||
80 |
__connman_service_get_name | const char * | ||
81 |
append_properties | static void | ||
82 |
append_struct | static void | ||
83 |
__connman_service_list_struct | void | ||
84 |
__connman_service_get_index | int | ||
85 |
__connman_service_set_domainname | void | ||
86 |
connman_service_get_domainname | const char * | ||
87 |
connman_service_get_nameservers | char ** | ||
88 |
connman_service_set_proxy_method | void | ||
89 |
connman_service_get_proxy_method | enum connman_service_proxy_method | ||
90 |
connman_service_get_proxy_servers | char ** | ||
91 |
connman_service_get_proxy_excludes | char ** | ||
92 |
connman_service_get_proxy_url | const char * | ||
93 |
__connman_service_set_proxy_autoconfig | void | ||
94 |
connman_service_get_proxy_autoconfig | const char * | ||
95 |
update_timeservers | static void | ||
96 |
__connman_service_timeserver_append | int | ||
97 |
__connman_service_timeserver_remove | int | ||
98 |
__connman_service_set_pac | void | ||
99 |
__connman_service_set_identity | void | ||
100 |
__connman_service_set_passphrase | void | ||
101 |
get_properties | static DBusMessage * | ||
102 |
update_proxy_configuration | static int | ||
103 |
set_ipconfig | static int | ||
104 |
set_property | static DBusMessage * | ||
105 |
set_idle | static void | ||
106 |
clear_property | static DBusMessage * | ||
107 |
is_ignore | static connman_bool_t | ||
108 |
__connman_service_auto_connect | void | ||
109 |
remove_timeout | static void | ||
110 |
reply_pending | static void | ||
111 |
connect_timeout | static gboolean | ||
112 |
set_reconnect_state | static void | ||
113 |
get_reconnect_state | static connman_bool_t | ||
114 |
request_input_cb | static void | ||
115 |
connect_service | static DBusMessage * | ||
116 |
disconnect_service | static DBusMessage * | ||
117 |
remove_service | static DBusMessage * | ||
118 |
move_service | static DBusMessage * | ||
119 |
move_before | static DBusMessage * | ||
120 |
move_after | static DBusMessage * | ||
121 |
reset_counters | static DBusMessage * | ||
122 |
service_free | static void | ||
123 |
__connman_service_put | void | __connman_service_put: | |
124 |
stats_init | static void | ||
125 |
service_initialize | static void | ||
126 |
connman_service_create | struct connman_service * | connman_service_create: | |
127 |
__connman_service_get_location | struct connman_location * | ||
128 |
connman_service_ref | struct connman_service * | connman_service_ref: | |
129 |
connman_service_unref | void | connman_service_unref: | |
130 |
service_compare | static gint | ||
131 |
connman_service_get_type | enum connman_service_type | connman_service_get_type: | |
132 |
connman_service_get_interface | char * | connman_service_get_interface: | |
133 |
__connman_service_get_network | struct connman_network * | connman_service_get_network: | |
134 |
__connman_service_get_ip4config | struct connman_ipconfig * | ||
135 |
__connman_service_get_ip6config | struct connman_ipconfig * | ||
136 |
__connman_service_get_ipconfig | struct connman_ipconfig * | ||
137 |
__connman_service_get_security | enum connman_service_security | ||
138 |
__connman_service_get_phase2 | const char * | ||
139 |
__connman_service_wps_enabled | connman_bool_t | ||
140 |
__connman_service_set_favorite | int | __connman_service_set_favorite: | |
141 |
__connman_service_get_immutable | connman_bool_t | ||
142 |
__connman_service_set_immutable | int | ||
143 |
__connman_service_set_string | void | ||
144 |
service_complete | static void | ||
145 |
report_error_cb | static void | ||
146 |
__connman_service_indicate_state | int | ||
147 |
__connman_service_indicate_error | int | ||
148 |
__connman_service_clear_error | int | ||
149 |
__connman_service_indicate_default | int | ||
150 |
__connman_service_request_login | int | ||
151 |
prepare_network | static connman_bool_t | ||
152 |
prepare_8021x | static void | ||
153 |
service_connect | static int | ||
154 |
__connman_service_connect | int | ||
155 |
__connman_service_disconnect | int | ||
156 |
__connman_service_disconnect_all | int | ||
157 |
__connman_service_lookup | int | __connman_service_lookup: | |
158 |
lookup_by_identifier | static struct connman_service * | lookup_by_identifier: | |
159 |
create_hidden_wifi | static struct connman_network * | ||
160 |
__connman_service_create_and_connect | int | ||
161 |
__connman_service_provision | int | ||
162 |
service_get | static struct connman_service * | __connman_service_get: | |
163 |
service_register | static int | ||
164 |
service_up | static void | ||
165 |
service_down | static void | ||
166 |
service_lower_up | static void | ||
167 |
service_lower_down | static void | ||
168 |
service_ip_bound | static void | ||
169 |
service_ip_release | static void | ||
170 |
setup_ip4config | static void | ||
171 |
setup_ip6config | static void | ||
172 |
__connman_service_create_ip4config | void | ||
173 |
__connman_service_create_ip6config | void | ||
174 |
__connman_service_lookup_from_network | struct connman_service * | __connman_service_lookup_from_network: | |
175 |
__connman_service_lookup_from_index | struct connman_service * | ||
176 |
__connman_service_get_ident | const char * | ||
177 |
__connman_service_get_path | const char * | ||
178 |
__connman_service_get_order | unsigned int | ||
179 |
convert_network_type | static enum connman_service_type | ||
180 |
convert_wifi_mode | static enum connman_service_mode | ||
181 |
convert_wifi_security | static enum connman_service_security | ||
182 |
convert_cellular_mode | static enum connman_service_mode | ||
183 |
update_from_network | static void | ||
184 |
__connman_service_create_from_network | struct connman_service * | __connman_service_create_from_network: | |
185 |
__connman_service_update_from_network | void | ||
186 |
__connman_service_remove_from_network | void | ||
187 |
__connman_service_create_from_provider | struct connman_service * | __connman_service_create_from_provider: | |
188 |
service_load | static int | ||
189 |
service_save | static int | ||
190 |
__connman_service_init | int | ||
191 |
__connman_service_cleanup | void |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー