OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbus_method
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h
57
const char *
dbus_method
;
member in struct:wpa_dbus_method_desc
dbus_new_introspect.c
99
for (dsc = methods; dsc && dsc->
dbus_method
; dsc++) {
102
add_entry(iface->xml, "method", dsc->
dbus_method
,
dbus_new_helpers.c
329
while (method_dsc && method_dsc->
dbus_method
) {
331
if (!os_strncmp(method_dsc->
dbus_method
, method,
339
if (method_dsc == NULL || method_dsc->
dbus_method
== NULL) {
Completed in 406 milliseconds