Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/test/
Dtest_worker.cpp41 napi_value cb = nullptr; in Worker_Constructor() local
73 napi_value cb = nullptr; in Worker_Terminate() local
120 napi_value cb = nullptr; variable
144 napi_value cb = nullptr; variable
171 napi_value cb = nullptr; variable
201 napi_value cb = nullptr; variable
229 napi_value cb = nullptr; variable
278 napi_value cb = nullptr; variable
309 napi_value cb = nullptr; variable
358 napi_value cb = nullptr; variable
[all …]
/commonlibrary/c_utils/base/src/
Dio_event_handler.cpp28 IOEventHandler::IOEventHandler(int fd, EventId events, const EventCallback& cb) in IOEventHandler()
Devent_reactor.cpp95 uint32_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool… in ScheduleTimer()
Dtimer.cpp153 std::function<void(int)> cb = std::bind(&Timer::DoTimerListCallback, this, callback, _1); in DoRegister() local
Dio_event_reactor.cpp228 for (const EventCallback& cb : tasks) { in Execute() local
/commonlibrary/c_utils/base/include/
Dio_event_handler.h50 inline void SetCallback(const EventCallback& cb) in SetCallback()
/commonlibrary/ets_utils/js_sys_module/test/unittest/
Dtest_process.cpp423 napi_value cb = nullptr; variable
446 napi_value cb = nullptr; variable
/commonlibrary/ets_utils/js_sys_module/process/
Djs_process.cpp504 napi_value cb = nullptr; in UnHandleRejection() local
557 napi_value cb = nullptr; in SetRejectionCallback() local
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts601 const cb = (...args: Array<null>) => { constant
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp251 TimerFdHandler::TimerFdHandler(int fd, const TimerEventCallback& cb) in TimerFdHandler()