/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers_wps.c | 41 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid, 83 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid, 84 DBUS_TYPE_STRING, &pin, DBUS_TYPE_INVALID)) 114 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin, 119 dbus_message_append_args(reply, DBUS_TYPE_STRING, &npin, 143 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid, 144 DBUS_TYPE_STRING, &pin, DBUS_TYPE_INVALID))
|
dbus_old_handlers.c | 54 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg, 105 /* First argument: interface name (DBUS_TYPE_STRING) 108 if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_STRING) 125 (entry.type == DBUS_TYPE_STRING)) { 131 (entry.type == DBUS_TYPE_STRING)) { 137 (entry.type == DBUS_TYPE_STRING)) { 143 (entry.type == DBUS_TYPE_STRING)) { 265 DBUS_TYPE_STRING, &ifname, 920 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; 956 } else if (entry.type == DBUS_TYPE_STRING) { [all...] |
dbus_dict_helpers.c | 94 case DBUS_TYPE_STRING: 115 if (!dbus_message_iter_append_basic(iter_dict_entry, DBUS_TYPE_STRING, 227 return _wpa_dbus_add_dict_entry_basic(iter_dict, key, DBUS_TYPE_STRING, 527 return dbus_message_iter_append_basic(iter_array, DBUS_TYPE_STRING, 794 entry->array_type = DBUS_TYPE_STRING; 802 while (dbus_message_iter_get_arg_type(iter) == DBUS_TYPE_STRING) { 924 case DBUS_TYPE_STRING: 946 case DBUS_TYPE_STRING: 1077 case DBUS_TYPE_STRING: 1085 case DBUS_TYPE_STRING [all...] |
dbus_new_handlers.c | 121 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg, 181 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; 211 } else if (entry.type == DBUS_TYPE_STRING) { 455 case DBUS_TYPE_STRING: 517 (entry.type == DBUS_TYPE_STRING)) { 523 (entry.type == DBUS_TYPE_STRING)) { 529 (entry.type == DBUS_TYPE_STRING)) { 535 (entry.type == DBUS_TYPE_STRING)) { 642 dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &ifname, 683 return wpas_dbus_simple_property_getter(message, DBUS_TYPE_STRING, [all...] |
/external/bluetooth/bluez/src/ |
dbus-common.c | 80 } else if (type == DBUS_TYPE_STRING || type == DBUS_TYPE_OBJECT_PATH) { 99 if (type == DBUS_TYPE_STRING) { 108 dbus_message_iter_append_basic(&entry, DBUS_TYPE_STRING, &key); 123 dbus_message_iter_append_basic(&entry, DBUS_TYPE_STRING, &key); 149 dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &name); 175 dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &name);
|
/external/bluetooth/bluez/gdbus/ |
polkit.c | 52 dbus_message_iter_append_basic(&entry, DBUS_TYPE_STRING, &key); 56 dbus_message_iter_append_basic(&value, DBUS_TYPE_STRING, &str); 85 dbus_message_iter_append_basic(&subject, DBUS_TYPE_STRING, &kind); 89 dbus_message_iter_append_basic(iter, DBUS_TYPE_STRING, &action); 92 dbus_message_iter_append_basic(iter, DBUS_TYPE_STRING, &cancel);
|
/external/bluetooth/bluez/plugins/ |
hal.c | 52 if (dbus_message_get_args(reply, NULL, DBUS_TYPE_STRING, &formfactor, 102 dbus_message_append_args(message, DBUS_TYPE_STRING, &property,
|
dbusoob.c | 139 DBUS_TYPE_STRING, &addr, 163 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &addr,
|
/external/dbus/bus/ |
driver.c | 78 DBUS_TYPE_STRING, &service_name, 79 DBUS_TYPE_STRING, old_owner ? &old_owner : &null_service, 80 DBUS_TYPE_STRING, new_owner ? &new_owner : &null_service, 119 DBUS_TYPE_STRING, &service_name, 162 DBUS_TYPE_STRING, &service_name, 347 DBUS_TYPE_STRING, &name, 417 if (!dbus_message_iter_append_basic (&sub, DBUS_TYPE_STRING, 430 if (!dbus_message_iter_append_basic (&sub, DBUS_TYPE_STRING, 510 if (!dbus_message_iter_append_basic (&sub, DBUS_TYPE_STRING, 523 if (!dbus_message_iter_append_basic (&sub, DBUS_TYPE_STRING, [all...] |
dispatch.c | 599 DBUS_TYPE_STRING, &service_name, 600 DBUS_TYPE_STRING, &old_owner, 601 DBUS_TYPE_STRING, &new_owner, 897 DBUS_TYPE_STRING, &name, 950 DBUS_TYPE_STRING, &acquired, [all...] |
/external/dbus/test/ |
test-service.c | 65 DBUS_TYPE_STRING, &s, 83 DBUS_TYPE_STRING, &s, 140 DBUS_TYPE_STRING, &s, 193 DBUS_TYPE_STRING, &s, 216 DBUS_TYPE_STRING, &s, 248 DBUS_TYPE_STRING, &s, 271 DBUS_TYPE_STRING, &s,
|
/external/dnsmasq/src/ |
dbus.c | 173 if (dbus_message_iter_get_arg_type(&iter) == DBUS_TYPE_STRING) 242 } while (dbus_message_iter_get_arg_type(&iter) == DBUS_TYPE_STRING); 271 dbus_message_append_args(reply, DBUS_TYPE_STRING, &introspection_xml, DBUS_TYPE_INVALID); 280 dbus_message_append_args(reply, DBUS_TYPE_STRING, &v, DBUS_TYPE_INVALID); 428 if (dbus_message_iter_append_basic(&args, DBUS_TYPE_STRING, &addr) && 429 dbus_message_iter_append_basic(&args, DBUS_TYPE_STRING, &mac) && 430 dbus_message_iter_append_basic(&args, DBUS_TYPE_STRING, &hostname))
|
/external/bluetooth/bluez/test/ |
agent.c | 60 DBUS_TYPE_STRING, &name, 61 DBUS_TYPE_STRING, &old, 62 DBUS_TYPE_STRING, &new, 109 dbus_message_append_args(reply, DBUS_TYPE_STRING, &passkey_value, 220 DBUS_TYPE_STRING, &uuid, 352 DBUS_TYPE_STRING, &capabilities, 433 dbus_message_append_args(msg, DBUS_TYPE_STRING, &device, 435 DBUS_TYPE_STRING, &capabilities, 522 dbus_message_append_args(msg, DBUS_TYPE_STRING, &adapter,
|
/external/bluetooth/bluez/audio/ |
telephony-maemo6.c | 696 DBUS_TYPE_STRING, &number, 713 DBUS_TYPE_STRING, &buf_ptr, 954 DBUS_TYPE_STRING, &number, 991 DBUS_TYPE_STRING, &number, 1301 DBUS_TYPE_STRING, &status, [all...] |
/external/dbus/test/name-test/ |
test-pending-call-dispatch.c | 31 dbus_message_append_args (method, DBUS_TYPE_STRING, &echo, NULL);
|
test-pending-call-timeout.c | 28 dbus_message_append_args (method, DBUS_TYPE_STRING, &echo, NULL);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 49 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg, 108 /* First argument: interface name (DBUS_TYPE_STRING) 111 if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_STRING) 129 (entry.type == DBUS_TYPE_STRING)) { 134 (entry.type == DBUS_TYPE_STRING)) { 139 (entry.type == DBUS_TYPE_STRING)) { 144 (entry.type == DBUS_TYPE_STRING)) { 254 DBUS_TYPE_STRING, &ifname, 947 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; 983 } else if (entry.type == DBUS_TYPE_STRING) { [all...] |
dbus_dict_helpers.c | 93 case DBUS_TYPE_STRING: 114 if (!dbus_message_iter_append_basic(iter_dict_entry, DBUS_TYPE_STRING, 223 return _wpa_dbus_add_dict_entry_basic(iter_dict, key, DBUS_TYPE_STRING, 521 return dbus_message_iter_append_basic(iter_array, DBUS_TYPE_STRING, 699 entry->array_type = DBUS_TYPE_STRING; 710 while (dbus_message_iter_get_arg_type(iter) == DBUS_TYPE_STRING) { 770 case DBUS_TYPE_STRING: 789 case DBUS_TYPE_STRING: { 958 case DBUS_TYPE_STRING: 966 case DBUS_TYPE_STRING [all...] |
/external/wpa_supplicant/ |
dbus_dict_helpers.c | 95 case DBUS_TYPE_STRING: 116 if (!dbus_message_iter_append_basic(iter_dict_entry, DBUS_TYPE_STRING, 225 return _wpa_dbus_add_dict_entry_basic(iter_dict, key, DBUS_TYPE_STRING, 523 return dbus_message_iter_append_basic(iter_array, DBUS_TYPE_STRING, 701 entry->array_type = DBUS_TYPE_STRING; 712 while (dbus_message_iter_get_arg_type(iter) == DBUS_TYPE_STRING) { 772 case DBUS_TYPE_STRING: 791 case DBUS_TYPE_STRING: { 958 case DBUS_TYPE_STRING: 967 case DBUS_TYPE_STRING: [all...] |
ctrl_iface_dbus_handlers.c | 46 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg, 105 /* First argument: interface name (DBUS_TYPE_STRING) 108 if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_STRING) 126 (entry.type == DBUS_TYPE_STRING)) { 131 (entry.type == DBUS_TYPE_STRING)) { 136 (entry.type == DBUS_TYPE_STRING)) { 141 (entry.type == DBUS_TYPE_STRING)) { 251 DBUS_TYPE_STRING, &ifname, 889 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; 925 } else if (entry.type == DBUS_TYPE_STRING) { [all...] |
/frameworks/base/core/jni/ |
android_bluetooth_common.cpp | 41 {"Address", DBUS_TYPE_STRING}, 42 {"Name", DBUS_TYPE_STRING}, 43 {"Icon", DBUS_TYPE_STRING}, 51 {"Alias", DBUS_TYPE_STRING}, 61 {"Address", DBUS_TYPE_STRING}, 62 {"Name", DBUS_TYPE_STRING}, 80 {"Interface", DBUS_TYPE_STRING}, 81 {"UUID", DBUS_TYPE_STRING}, 89 {"Type", DBUS_TYPE_STRING}, 382 DBUS_TYPE_STRING, &name [all...] |
android_server_BluetoothService.cpp | 372 DBUS_TYPE_STRING, &c_address, 374 DBUS_TYPE_STRING, &capabilities, 408 DBUS_TYPE_STRING, &c_address, 410 DBUS_TYPE_STRING, &capabilities, 436 DBUS_TYPE_STRING, &c_pattern, 462 DBUS_TYPE_STRING, &c_address, 665 dbus_message_append_args(reply, DBUS_TYPE_STRING, &c_pin, 797 dbus_message_append_args(msg, DBUS_TYPE_STRING, &c_key, DBUS_TYPE_INVALID); 817 jboolean ret = setAdapterPropertyNative(env, object, key, (void *)&c_value, DBUS_TYPE_STRING); 865 dbus_message_append_args(msg, DBUS_TYPE_STRING, &c_key, DBUS_TYPE_INVALID) [all...] |
/external/dbus/dbus/ |
dbus-bus.c | 707 DBUS_TYPE_STRING, &name, 880 DBUS_TYPE_STRING, &name, 980 DBUS_TYPE_STRING, &v_STRING, [all...] |
dbus-marshal-byteswap.c | 86 case DBUS_TYPE_STRING: 137 _dbus_assert (current_type == DBUS_TYPE_STRING ||
|
/external/bluetooth/bluez/network/ |
connection.c | 123 DBUS_TYPE_STRING, &property); 126 DBUS_TYPE_STRING, &property); 259 DBUS_TYPE_STRING, &pdev, 268 DBUS_TYPE_STRING, &pdev); 271 DBUS_TYPE_STRING, &uuid); 359 if (dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &svc, 469 dict_append_entry(&dict, "Interface", DBUS_TYPE_STRING, &property); 473 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &property);
|