Searched refs:GetValueFromInfo (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | native_module_process.cpp | 526 static napi_value GetValueFromInfo(napi_env env, napi_callback_info info, napi_value &thisVar)
in GetValueFromInfo() function 555 napi_value args = GetValueFromInfo(env, info, thisVar);
in ExitOfProcess() 571 napi_value args = GetValueFromInfo(env, info, thisVar);
in GetSystemConfigOfProcess() 585 napi_value args = GetValueFromInfo(env, info, thisVar);
in GetThreadPriorityOfProcess() 599 napi_value args = GetValueFromInfo(env, info, thisVar);
in GetUidForNameOfProcess() 613 napi_value args = GetValueFromInfo(env, info, thisVar);
in IsAppUidOfProcess() 627 napi_value args = GetValueFromInfo(env, info, thisVar);
in GetEnvironmentVarOfProcess()
|
Completed in 2 milliseconds