Searched refs:CLONE_LIST_STR (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task.cpp | 237 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 D | task_manager.h | 46 static constexpr char CLONE_LIST_STR[] = "cloneList"; member
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test_taskpool.cpp | 2823 napi_status status = napi_set_named_property(env, thisValue, CLONE_LIST_STR, undefined); in HWTEST_F()
|
Completed in 12 milliseconds