Searched refs:GetUint32Value (Results 1 - 7 of 7) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | sequence_runner.cpp | 61 priority = NapiHelper::GetUint32Value(env, args[1]); in SeqRunnerConstructor() 75 priority = NapiHelper::GetUint32Value(env, args[0]); in SeqRunnerConstructor()
|
H A D | taskpool.cpp | 230 priority = NapiHelper::GetUint32Value(env, args[1]);
in Execute() 742 priority = NapiHelper::GetUint32Value(env, args[2]); // 2: get task priority
in CheckDelayedParams() 789 priority = NapiHelper::GetUint32Value(env, args[2]); // 2 : priority
in CheckPeriodicallyParams()
|
/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | napi_helper.h | 63 static uint32_t GetUint32Value(napi_env env, napi_value value);
|
H A D | napi_helper.cpp | 331 uint32_t NapiHelper::GetUint32Value(napi_env env, napi_value value) in GetUint32Value() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
|
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | async_lock_manager.cpp | 447 uint32_t modeNative = NapiHelper::GetUint32Value(env, val); in GetLockMode() 467 options.timeoutMillis = NapiHelper::GetUint32Value(env, timeout); in GetLockOptions()
|
/commonlibrary/ets_utils/js_concurrent_module/test/ |
H A D | test_concurrent.cpp | 744 uint32_t resultValue = NapiHelper::GetUint32Value(env, result); in HWTEST_F()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.cpp | 894 timeout = NapiHelper::GetUint32Value(env, args[i]); in GlobalCall()
|
Completed in 11 milliseconds