Home
last modified time | relevance | path

Searched refs:service_hash (Results 1 – 4 of 4) sorted by relevance

/external/dbus/bus/
Dservices.c66 DBusHashTable *service_hash; member
85 registry->service_hash = _dbus_hash_table_new (DBUS_HASH_STRING, in bus_registry_new()
87 if (registry->service_hash == NULL) in bus_registry_new()
128 if (registry->service_hash) in bus_registry_unref()
129 _dbus_hash_table_unref (registry->service_hash); in bus_registry_unref()
147 service = _dbus_hash_table_lookup_string (registry->service_hash, in bus_registry_lookup()
255 service = _dbus_hash_table_lookup_string (registry->service_hash, in bus_registry_ensure()
305 if (!_dbus_hash_table_insert_string (registry->service_hash, in bus_registry_ensure()
324 _dbus_hash_iter_init (registry->service_hash, &iter); in bus_registry_foreach()
342 len = _dbus_hash_table_get_n_entries (registry->service_hash); in bus_registry_list_services()
[all …]
/external/wpa_supplicant_8/src/p2p/
Dp2p_parse.c303 msg->service_hash = data; in p2p_parse_attribute()
Dp2p_i.h636 const u8 *service_hash; member
Dp2p.c2325 if (msg.service_hash && msg.service_hash_count) { in p2p_reply_probe()
2326 const u8 *hash = msg.service_hash; in p2p_reply_probe()
2405 ies = p2p_build_probe_resp_ies(p2p, msg.service_hash, in p2p_reply_probe()