Searched refs:finish_handler (Results 1 – 7 of 7) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | async_event_sequencer.cc | 37 auto finish_handler = GetHandler(descriptive_message, failure_is_fatal); in GetExportHandler() local 40 finish_handler, in GetExportHandler() 83 const AsyncEventSequencer::Handler& finish_handler, in HandleDBusMethodExported() argument 95 finish_handler.Run(success); in HandleDBusMethodExported()
|
D | async_event_sequencer.h | 86 const Handler& finish_handler,
|
/external/libnl/python/examples/ |
D | iface.py | 61 def finish_handler(m, a): function 74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd)
|
D | wiphy.py | 110 def finish_handler(m, a): function 123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd)
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 482 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/iw/ |
D | iw.c | 327 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function 536 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in __handle_cmd()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 343 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function 456 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv()
|