Home
last modified time | relevance | path

Searched refs:getUvEventLoopRstNull (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/types/libnapitest/
Dindex.d.ts421 export const getUvEventLoopRstNull: () => object;
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp8274 static napi_value getUvEventLoopRstNull(napi_env env, napi_callback_info info) in getUvEventLoopRstNull() function
10251 DECLARE_NAPI_FUNCTION("getUvEventLoopRstNull", getUvEventLoopRstNull), in Init()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/
DNapiTest.ets6889 let value = napitest.getUvEventLoopRstNull();