OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:method_dsc
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c
120
const struct wpa_dbus_method_desc *
method_dsc
)
132
for (arg =
method_dsc
->args; arg && arg->name; arg++) {
321
const struct wpa_dbus_method_desc *
method_dsc
= obj_dsc->methods;
local
329
while (
method_dsc
&&
method_dsc
->dbus_method) {
331
if (!os_strncmp(
method_dsc
->dbus_method, method,
333
!os_strncmp(
method_dsc
->dbus_interface, msg_interface,
337
method_dsc
++;
339
if (
method_dsc
== NULL ||
method_dsc
->dbus_method == NULL)
[
all
...]
Completed in 44 milliseconds