Home
last modified time | relevance | path

Searched refs:UnitLoopHandler (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp527 class UnitLoopHandler : public OHOS::AppExecFwk::FileDescriptorListener, class
528 public std::enable_shared_from_this<UnitLoopHandler> {
530 explicit UnitLoopHandler(uv_loop_t* uvLoop) : uvLoop_(uvLoop) {} in UnitLoopHandler() function in UnitLoopHandler
573 eventHandler_->AddFileDescriptorListener(fd, events, std::make_shared<UnitLoopHandler>(uvLoop), "uvLoopTask"); in AttachEventHandler()

Completed in 2 milliseconds