Home
last modified time | relevance | path

Searched refs:finish_handler (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/brillo/dbus/
Dasync_event_sequencer.cc34 auto finish_handler = GetHandler(descriptive_message, failure_is_fatal); in GetExportHandler() local
37 finish_handler, in GetExportHandler()
80 const AsyncEventSequencer::Handler& finish_handler, in HandleDBusMethodExported() argument
92 finish_handler.Run(success); in HandleDBusMethodExported()
Dasync_event_sequencer.h86 const Handler& finish_handler,
/external/libnl/python/examples/
Diface.py60 def finish_handler(m, a): function
73 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
Dwiphy.py109 def finish_handler(m, a): function
122 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
/external/iw/
Diw.c282 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
474 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in __handle_cmd()
/external/autotest/client/deps/iwcap/src/
Diwcap.c482 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
538 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in __handle_cmd()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c291 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
357 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv()