Home
last modified time | relevance | path

Searched defs:asyncResourceName (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/napi/native_engine/
Dnative_async_context.h23 NativeValue* asyncResourceName; member
Dnative_engine_interface.cpp182NativeValue* asyncResourceName, NativeAsyncExecuteCallback execute, NativeAsyncCompleteCallback co… in CreateAsyncWork()
197 … NativeEngineInterface::CreateAsyncWork(NativeEngine* engine, const std::string &asyncResourceName, in CreateAsyncWork()
204 …NativeValue* asyncResource, NativeValue* asyncResourceName, size_t maxQueueSize, size_t threadCoun… in CreateSafeAsyncWork()
Dnative_async_work.cpp46 const std::string &asyncResourceName, in NativeAsyncWork()
Dnative_engine.cpp72 …syncWork* NativeEngine::CreateAsyncWork(NativeValue* asyncResource, NativeValue* asyncResourceName, in CreateAsyncWork()
78 NativeAsyncWork* NativeEngine::CreateAsyncWork(const std::string& asyncResourceName, NativeAsyncExe… in CreateAsyncWork()
85 NativeValue* asyncResourceName, size_t maxQueueSize, size_t threadCount, void* finalizeData, in CreateSafeAsyncWork()
Dnative_safe_async_work.cpp71 NativeValue* asyncResourceName, in NativeSafeAsyncWork()
Dnative_node_api.cpp87 auto asyncResourceName = reinterpret_cast<NativeValue*>(async_resource_name); in napi_create_async_work() local
330 auto asyncResourceName = reinterpret_cast<NativeValue*>(async_resource_name); in napi_create_threadsafe_function() local
455 auto asyncResourceName = reinterpret_cast<NativeValue*>(async_resource_name); in napi_async_init() local
/foundation/arkui/napi/sample/native_module_systemtest/
Dtest_napi.cpp8318 napi_value asyncResourceName = nullptr; variable
8351 napi_value asyncResourceName = nullptr; variable
8381 napi_value asyncResourceName = nullptr; variable
8443 napi_value asyncResourceName = nullptr; variable
8471 napi_value asyncResourceName = nullptr; variable
8526 napi_value asyncResourceName = nullptr; variable
8590 napi_value asyncResourceName = nullptr; variable
8631 napi_value asyncResourceName = nullptr; variable
8670 napi_value asyncResourceName = nullptr; variable
8712 napi_value asyncResourceName = nullptr; variable
[all …]
/foundation/arkui/napi/native_engine/impl/v8/
Dv8_native_engine.cpp411 …ncWork* V8NativeEngine::CreateAsyncWork(NativeValue* asyncResource, NativeValue* asyncResourceName, in CreateAsyncWork()