Home
last modified time | relevance | path

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

/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/types/libnapitest/
Dindex.d.ts494 export const asyncWorkWithQosWorkNull: (time: number, callback: (input: number) => number) => numbe…
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp9153 static napi_value asyncWorkWithQosWorkNull(napi_env env, napi_callback_info info) in asyncWorkWithQosWorkNull() function
10318 DECLARE_NAPI_FUNCTION("asyncWorkWithQosWorkNull", asyncWorkWithQosWorkNull), in Init()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/
DNapiTest.ets8805 let value = napitest.asyncWorkWithQosWorkNull(1000, null)