Home
last modified time | relevance | path

Searched refs:finish_handler (Results 1 – 5 of 5) 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/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.c284 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
350 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv()