Home
last modified time | relevance | path

Searched refs:do_event (Results 1 – 2 of 2) sorted by relevance

/external/nos/host/generic/citadel/updater/
Dupdater.cpp982 static uint32_t do_event(AppClient &app, int argc, char *argv[]) in do_event() function
1211 do_event(app, argc, argv) != APP_SUCCESS) { in execute_commands()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py867 doer = self.loop.call_soon(do_event)
869 def do_event(): function