Home
last modified time | relevance | path

Searched refs:GetNamePropertyInParentPort (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h41 static napi_value GetNamePropertyInParentPort(napi_env env, napi_ref parentPort, const char* name);
H A Dnapi_helper.cpp98 napi_value NapiHelper::GetNamePropertyInParentPort(napi_env env, napi_ref parentPort, const char* name) in GetNamePropertyInParentPort() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp199 value = NapiHelper::GetNamePropertyInParentPort(env, resultRef, "test"); in HWTEST_F()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp2192 napi_value callback = NapiHelper::GetNamePropertyInParentPort(workerEnv_, workerPort_, methodName); in CallWorkerFunction()

Completed in 7 milliseconds