Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.h104 static napi_value CreateSendableInstance(napi_env env);
H A Dtest.cpp65 napi_value SendableUtils::CreateSendableInstance(napi_env env) in CreateSendableInstance() function in Commonlibrary::Concurrent::TaskPoolModule::SendableUtils
H A Dtest_taskpool.cpp34 napi_value instance = SendableUtils::CreateSendableInstance(env); in GetSendableFunction()