Home
last modified time | relevance | path

Searched defs:asyncResource (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/napi/native_engine/
Dnative_async_context.h22 NativeValue* asyncResource; member
Dnative_engine_interface.cpp181 …AsyncWork* NativeEngineInterface::CreateAsyncWork(NativeEngine* engine, NativeValue* asyncResource, in CreateAsyncWork()
204NativeValue* asyncResource, NativeValue* asyncResourceName, size_t maxQueueSize, size_t threadCoun… in CreateSafeAsyncWork()
Dnative_engine.cpp72 NativeAsyncWork* NativeEngine::CreateAsyncWork(NativeValue* asyncResource, NativeValue* asyncResour… in CreateAsyncWork()
84 …tiveSafeAsyncWork* NativeEngine::CreateSafeAsyncWork(NativeValue* func, NativeValue* asyncResource, in CreateSafeAsyncWork()
Dnative_safe_async_work.cpp70 NativeValue* asyncResource, in NativeSafeAsyncWork()
Dnative_node_api.cpp86 auto asyncResource = reinterpret_cast<NativeValue*>(async_resource); in napi_create_async_work() local
329 auto asyncResource = reinterpret_cast<NativeValue*>(async_resource); in napi_create_threadsafe_function() local
454 auto asyncResource = reinterpret_cast<NativeValue*>(async_resource); in napi_async_init() local
/foundation/arkui/napi/native_engine/impl/v8/
Dv8_native_engine.cpp411 NativeAsyncWork* V8NativeEngine::CreateAsyncWork(NativeValue* asyncResource, NativeValue* asyncReso… in CreateAsyncWork()
/foundation/arkui/napi/sample/native_module_systemtest/
Dtest_napi.cpp8316 napi_value asyncResource = nullptr; variable
8350 napi_value asyncResource = nullptr; variable
8379 napi_value asyncResource = nullptr; variable
8413 napi_value asyncResource = nullptr; variable
8441 napi_value asyncResource = nullptr; variable