Searched refs:napiGroupId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task_group.cpp | 54 napi_value napiGroupId = NapiHelper::CreateUint64(env, groupId); in TaskGroupConstructor() local 56 DECLARE_NAPI_PROPERTY(GROUP_ID_STR, napiGroupId), in TaskGroupConstructor() 99 napi_value napiGroupId = NapiHelper::GetNameProperty(env, thisVar, GROUP_ID_STR); in AddTask() local 100 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in AddTask()
|
H A D | taskpool.cpp | 382 napi_value napiGroupId = NapiHelper::GetNameProperty(env, napiTaskGroup, GROUP_ID_STR); in ExecuteGroup() local 383 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in ExecuteGroup() 638 napi_value napiGroupId = NapiHelper::GetNameProperty(env, args[0], GROUP_ID_STR); in Cancel() local 639 if (napiGroupId == nullptr) { in Cancel() 644 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in Cancel()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test_taskpool.cpp | 1256 napi_value napiGroupId = NapiHelper::GetNameProperty(env, taskGroupResult, "groupId"); variable 1257 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); 2392 napi_value napiGroupId = NapiHelper::GetNameProperty(env, taskGroupResult, "groupId"); variable 2393 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); 2413 napi_value napiGroupId = NapiHelper::GetNameProperty(env, taskGroupResult, "groupId"); variable 2414 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); 2447 napi_value napiGroupId = NapiHelper::GetNameProperty(env, taskGroupResult, "groupId"); variable 2448 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); 2701 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); 4285 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); [all …]
|