Searched refs:RunEventLoop (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-event-loop.md | 77 static napi_value RunEventLoop(napi_env env, napi_callback_info info) 98 … { "runEventLoop", nullptr, RunEventLoop, nullptr, nullptr, nullptr, napi_default, nullptr }
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-event-loop.md | 78 static napi_value RunEventLoop(napi_env env, napi_callback_info info) 99 … { "runEventLoop", nullptr, RunEventLoop, nullptr, nullptr, nullptr, napi_default, nullptr }
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_vendor_hal.cpp | 94 std::thread(&WifiVendorHal::RunEventLoop, this).detach(); in Start() 105 void WifiVendorHal::RunEventLoop() in RunEventLoop() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
|
H A D | wifi_vendor_hal.h | 77 void RunEventLoop();
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 463 napi_status RunEventLoop(napi_event_mode mode);
|
H A D | native_engine.cpp | 996 napi_status NativeEngine::RunEventLoop(napi_event_mode mode) in RunEventLoop() function in NativeEngine
|
H A D | native_api.cpp | 3980 auto result = nativeEngine->RunEventLoop(mode); in napi_run_event_loop()
|