Searched refs:taskInfoValue (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task_manager.cpp | 187 napi_value taskInfoValue = NapiHelper::CreateObject(env); in GetTaskInfos() local 192 napi_set_named_property(env, taskInfoValue, "name", name); in GetTaskInfos() 199 napi_set_named_property(env, taskInfoValue, "taskId", taskId); in GetTaskInfos() 200 napi_set_named_property(env, taskInfoValue, "state", stateValue); in GetTaskInfos() 202 napi_set_named_property(env, taskInfoValue, "duration", durationValue); in GetTaskInfos() 203 napi_set_element(env, taskInfos, i, taskInfoValue); in GetTaskInfos()
|
Completed in 4 milliseconds