Home
last modified time | relevance | path

Searched refs:CLONE_LIST_STR (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp237 if (NapiHelper::HasNameProperty(env, napiTask, CLONE_LIST_STR)) { in GetTaskInfo()
238 cloneList = NapiHelper::GetNameProperty(env, napiTask, CLONE_LIST_STR); in GetTaskInfo()
267 if (NapiHelper::HasNameProperty(env, thisVar, CLONE_LIST_STR)) { in SetTransferList()
346 napi_set_named_property(env, thisVar, CLONE_LIST_STR, undefined); in SetCloneList()
357 napi_set_named_property(env, thisVar, CLONE_LIST_STR, args[0]); in SetCloneList()
H A Dtask_manager.h46 static constexpr char CLONE_LIST_STR[] = "cloneList"; member
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp2823 napi_status status = napi_set_named_property(env, thisValue, CLONE_LIST_STR, undefined); in HWTEST_F()

Completed in 12 milliseconds