Searched defs:cb (Results 1 – 5 of 5) sorted by relevance
102 uint32_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool… in ScheduleTimer()
144 std::function<void(int)> cb = std::bind(&Timer::DoTimerListCallback, this, callback, _1); in DoRegister() local
423 napi_value cb = nullptr; variable446 napi_value cb = nullptr; variable
508 napi_value cb = nullptr; in UnHandleRejection() local561 napi_value cb = nullptr; in SetRejectionCallback() local
507 const cb = (...args: Array<null>) => { constant