Searched refs:asyncWorkWithQosWorkNull (Results 1 – 3 of 3) sorted by relevance
494 export const asyncWorkWithQosWorkNull: (time: number, callback: (input: number) => number) => numbe…
9153 static napi_value asyncWorkWithQosWorkNull(napi_env env, napi_callback_info info) in asyncWorkWithQosWorkNull() function10318 DECLARE_NAPI_FUNCTION("asyncWorkWithQosWorkNull", asyncWorkWithQosWorkNull), in Init()
8805 let value = napitest.asyncWorkWithQosWorkNull(1000, null)