Searched refs:GetUVLoop (Results 1 - 14 of 14) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | uv_task_wrapper_impl.cpp | 31 loop_ = engine->GetUVLoop(); in UVTaskWrapperImpl()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | ohos_js_environment_impl.cpp | 132 auto uvLoop = engine->GetUVLoop(); in InitLoop() 155 auto uvLoop = engine->GetUVLoop(); in DeInitLoop()
|
H A D | js_runtime.cpp | 1389 auto uvLoop = nativeEngine->GetUVLoop(); in FreeNativeReference()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_async_work.cpp | 105 uv_loop_t* loop = engine_->GetUVLoop(); in Queue() 139 uv_loop_t* loop = engine_->GetUVLoop(); in QueueWithQos()
|
H A D | native_safe_async_work.cpp | 126 uv_loop_t* loop = engine_->GetUVLoop(); in Init()
|
H A D | native_engine.h | 98 virtual uv_loop_t* GetUVLoop() const;
|
H A D | native_node_api.cpp | 193 *loop = engine->GetUVLoop(); in napi_get_uv_event_loop()
|
H A D | native_engine.cpp | 233 uv_loop_t* NativeEngine::GetUVLoop() const in GetUVLoop() function in NativeEngine
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_engine.cpp | 130 auto loop = engine->GetUVLoop(); in ARKTS_CreateEngine() 137 loop = engine->GetUVLoop(); in ARKTS_CreateEngine()
|
/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/ |
H A D | js_ui_extension_context_test.cpp | 295 uv_loop_t* loop = engine->GetUVLoop(); in HWTEST_F() 323 uv_loop_t* loop = engine->GetUVLoop(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/ |
H A D | js_ability_context_test.cpp | 320 uv_loop_t* loop = engine->GetUVLoop(); in HWTEST_F()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1571 int ret = uv_queue_work_with_qos(GetUVLoop(), asynWork, [](uv_work_t *asynWork) { in PostFinalizeTasks() 1614 int ret = uv_queue_work_with_qos(GetUVLoop(), syncWork, [](uv_work_t *) {}, [](uv_work_t *syncWork, int32_t) { in PostFinalizeTasks() 1650 int ret = uv_queue_work_with_qos(GetUVLoop(), syncWork, [](uv_work_t *) {}, [](uv_work_t *syncWork, int32_t) { in PostAsyncTask() 1671 int ret = uv_queue_work_with_qos(GetUVLoop(), syncWork, [](uv_work_t *) {}, [](uv_work_t *syncWork, int32_t) { in PostTriggerGCTask()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 564 auto uvLoop = engine_->GetUVLoop(); in AttachEventHandler()
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | js_napi_common.cpp | 1484 auto loop = engine->GetUVLoop(); in Reset()
|
Completed in 29 milliseconds