Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp233 if (NapiHelper::HasNameProperty(env, napiTask, TRANSFERLIST_STR)) { in GetTaskInfo()
234 transferList = NapiHelper::GetNameProperty(env, napiTask, TRANSFERLIST_STR); in GetTaskInfo()
286 napi_set_named_property(env, thisVar, TRANSFERLIST_STR, undefined); in SetTransferList()
301 napi_set_named_property(env, thisVar, TRANSFERLIST_STR, undefined); in SetTransferList()
313 napi_set_named_property(env, thisVar, TRANSFERLIST_STR, args[0]); in SetTransferList()
324 if (NapiHelper::HasNameProperty(env, thisVar, TRANSFERLIST_STR)) { in SetCloneList()
H A Dtask_manager.h45 static constexpr char TRANSFERLIST_STR[] = "transferList"; member
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp2808 napi_set_named_property(env, result, TRANSFERLIST_STR, nameValue); in HWTEST_F()
2809 napi_set_named_property(env, result, TRANSFERLIST_STR, nameValue); in HWTEST_F()
2908 napi_status status = napi_set_named_property(env, thisValue, TRANSFERLIST_STR, undefined); in HWTEST_F()

Completed in 12 milliseconds