Searched defs:asyncResource (Results 1 – 7 of 7) sorted by relevance
| /foundation/arkui/napi/native_engine/ |
| D | native_async_context.h | 22 NativeValue* asyncResource; member
|
| D | native_engine_interface.cpp | 181 …AsyncWork* NativeEngineInterface::CreateAsyncWork(NativeEngine* engine, NativeValue* asyncResource, in CreateAsyncWork() 204 …NativeValue* asyncResource, NativeValue* asyncResourceName, size_t maxQueueSize, size_t threadCoun… in CreateSafeAsyncWork()
|
| D | native_engine.cpp | 72 NativeAsyncWork* NativeEngine::CreateAsyncWork(NativeValue* asyncResource, NativeValue* asyncResour… in CreateAsyncWork() 84 …tiveSafeAsyncWork* NativeEngine::CreateSafeAsyncWork(NativeValue* func, NativeValue* asyncResource, in CreateSafeAsyncWork()
|
| D | native_safe_async_work.cpp | 70 NativeValue* asyncResource, in NativeSafeAsyncWork()
|
| D | native_node_api.cpp | 86 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/ |
| D | v8_native_engine.cpp | 411 NativeAsyncWork* V8NativeEngine::CreateAsyncWork(NativeValue* asyncResource, NativeValue* asyncReso… in CreateAsyncWork()
|
| /foundation/arkui/napi/sample/native_module_systemtest/ |
| D | test_napi.cpp | 8316 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
|