Home
last modified time | relevance | path

Searched defs:uvLoop (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
Duv_loop_handler.h26 explicit UVLoopHandler(uv_loop_t* uvLoop) : uvLoop_(uvLoop) {} in UVLoopHandler()
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dohos_loop_handler.h30 explicit OHOSLoopHandler(uv_loop_t* uvLoop) : uvLoop_(uvLoop) {} in OHOSLoopHandler()
Dohos_js_environment_impl.cpp132 auto uvLoop = engine->GetUVLoop(); in InitLoop() local
155 auto uvLoop = engine->GetUVLoop(); in DeInitLoop() local
Djs_runtime.cpp1478 auto uvLoop = nativeEngine->GetUVLoop(); in FreeNativeReference() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Dsimulator.cpp185 uv_loop_t* uvLoop = nullptr; in ~SimulatorImpl() local
217 uv_loop_t* uvLoop = nullptr; in Initialize() local
844 uv_loop_t* uvLoop = nullptr; in Run() local
/foundation/arkui/napi/test/unittest/
Dtest_napi_threadsafe.cpp534 explicit UnitLoopHandler(uv_loop_t* uvLoop) : uvLoop_(uvLoop) {} in UnitLoopHandler()
568 auto uvLoop = engine_->GetUVLoop(); in AttachEventHandler() local