ファイル名service.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 108 | 3% |
| 空行行数 | 905 | 23% |
| 実行行数 | 2926 | 74% |
| 合計行数 | 3939 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 144 |
定義関数| 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 |
is_connecting | static connman_bool_t | ||
12 |
is_connected | static connman_bool_t | ||
13 |
update_nameservers | static void | ||
14 |
__connman_service_append_nameserver | void | ||
15 |
__connman_service_remove_nameserver | void | ||
16 |
__connman_service_nameserver_add_routes | void | ||
17 |
__connman_service_nameserver_del_routes | void | ||
18 |
__connman_service_stats_start | static void | ||
19 |
__connman_service_stats_stop | static void | ||
20 |
__connman_service_stats_load | static int | ||
21 |
__connman_service_stats_save | static int | ||
22 |
__connman_service_reset_stats | static void | ||
23 |
__connman_service_stats_get_rx_packets | unsigned long | ||
24 |
__connman_service_stats_get_tx_packets | unsigned long | ||
25 |
__connman_service_stats_get_rx_bytes | unsigned long | ||
26 |
__connman_service_stats_get_tx_bytes | unsigned long | ||
27 |
__connman_service_stats_get_rx_errors | unsigned long | ||
28 |
__connman_service_stats_get_tx_errors | unsigned long | ||
29 |
__connman_service_stats_get_rx_dropped | unsigned long | ||
30 |
__connman_service_stats_get_tx_dropped | unsigned long | ||
31 |
__connman_service_stats_get_time | unsigned long | ||
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 |
apn_changed | 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_dns | static void | ||
51 |
append_dnsconfig | static void | ||
52 |
append_domain | static void | ||
53 |
append_domainconfig | static void | ||
54 |
append_proxy | static void | ||
55 |
append_provider | static void | ||
56 |
settings_changed | static void | ||
57 |
ipv4_configuration_changed | static void | ||
58 |
ipv6_configuration_changed | static void | ||
59 |
dns_changed | static void | ||
60 |
dns_configuration_changed | static void | ||
61 |
domain_changed | static void | ||
62 |
domain_configuration_changed | static void | ||
63 |
proxy_changed | static void | ||
64 |
append_properties | static void | ||
65 |
append_struct | static void | ||
66 |
__connman_service_list_struct | void | ||
67 |
__connman_service_get_index | int | ||
68 |
__connman_service_set_domainname | void | ||
69 |
__connman_service_get_domainname | const char * | ||
70 |
__connman_service_get_nameserver | const char * | ||
71 |
__connman_service_set_proxy_autoconfig | void | ||
72 |
get_properties | static DBusMessage * | ||
73 |
set_property | static DBusMessage * | ||
74 |
set_idle | static void | ||
75 |
clear_property | static DBusMessage * | ||
76 |
is_ignore | static connman_bool_t | ||
77 |
__connman_service_auto_connect | void | ||
78 |
remove_timeout | static void | ||
79 |
reply_pending | static void | ||
80 |
connect_timeout | static gboolean | ||
81 |
set_reconnect_state | static void | ||
82 |
get_reconnect_state | static connman_bool_t | ||
83 |
__connman_service_connect_type | struct connman_service * | ||
84 |
connect_service | static DBusMessage * | ||
85 |
disconnect_service | static DBusMessage * | ||
86 |
remove_service | static DBusMessage * | ||
87 |
move_service | static DBusMessage * | ||
88 |
move_before | static DBusMessage * | ||
89 |
move_after | static DBusMessage * | ||
90 |
reset_stats | static DBusMessage * | ||
91 |
service_free | static void | ||
92 |
__connman_service_put | void | __connman_service_put: | |
93 |
__connman_service_initialize | static void | ||
94 |
connman_service_create | struct connman_service * | connman_service_create: | |
95 |
__connman_service_get_location | struct connman_location * | ||
96 |
connman_service_ref | struct connman_service * | connman_service_ref: | |
97 |
connman_service_unref | void | connman_service_unref: | |
98 |
service_compare | static gint | ||
99 |
connman_service_get_type | enum connman_service_type | connman_service_get_type: | |
100 |
connman_service_get_interface | char * | connman_service_get_interface: | |
101 |
__connman_service_get_network | struct connman_network * | connman_service_get_network: | |
102 |
__connman_service_get_ipconfig | struct connman_ipconfig * | ||
103 |
__connman_service_set_favorite | int | __connman_service_set_favorite: | |
104 |
__connman_service_set_immutable | int | ||
105 |
__connman_service_set_string | void | ||
106 |
__connman_service_indicate_state | int | ||
107 |
__connman_service_indicate_error | int | ||
108 |
__connman_service_indicate_default | int | ||
109 |
__connman_service_request_login | int | ||
110 |
prepare_network | static connman_bool_t | ||
111 |
prepare_8021x | static void | ||
112 |
__connman_service_connect | int | ||
113 |
__connman_service_disconnect | int | ||
114 |
__connman_service_lookup | int | __connman_service_lookup: | |
115 |
lookup_by_identifier | static struct connman_service * | lookup_by_identifier: | |
116 |
create_hidden_wifi | static struct connman_network * | ||
117 |
__connman_service_create_and_connect | int | ||
118 |
__connman_service_get | static struct connman_service * | __connman_service_get: | |
119 |
service_register | static int | ||
120 |
service_up | static void | ||
121 |
service_down | static void | ||
122 |
service_lower_up | static void | ||
123 |
service_lower_down | static void | ||
124 |
service_ip_bound | static void | ||
125 |
service_ip_release | static void | ||
126 |
setup_ipconfig | static void | ||
127 |
__connman_service_create_ipconfig | void | ||
128 |
__connman_service_lookup_from_network | struct connman_service * | __connman_service_lookup_from_network: | |
129 |
__connman_service_get_path | const char * | ||
130 |
__connman_service_get_order | unsigned int | ||
131 |
convert_network_type | static enum connman_service_type | ||
132 |
convert_wifi_mode | static enum connman_service_mode | ||
133 |
convert_wifi_security | static enum connman_service_security | ||
134 |
convert_cellular_mode | static enum connman_service_mode | ||
135 |
update_from_network | static void | ||
136 |
__connman_service_create_from_network | struct connman_service * | __connman_service_create_from_network: | |
137 |
__connman_service_update_from_network | void | ||
138 |
__connman_service_remove_from_network | void | ||
139 |
__connman_service_create_from_provider | struct connman_service * | __connman_service_create_from_provider: | |
140 |
__connman_service_stats_update | void | ||
141 |
service_load | static int | ||
142 |
service_save | static int | ||
143 |
__connman_service_init | int | ||
144 |
__connman_service_cleanup | void |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー