Lines Matching refs:name
181 * Get process uid by process name.
184 * @param name The parameter is the process name.
186 napi_value GetUidForName(napi_env env, napi_value name) const;
212 * @param name The parameter is the name of the specified system configuration parameter.
214 napi_value GetSystemConfig(napi_env env, napi_value name) const;
220 * @param name The parameter is the environment variable name.
222 napi_value GetEnvironmentVar(napi_env env, napi_value name) const;
255 * Get process uid by process name.
258 * @param name The parameter is the process name.
260 napi_value GetUidForName(napi_env env, napi_value name) const;
274 * @param name The parameter is the name of the specified system configuration parameter.
276 napi_value GetSystemConfig(napi_env env, napi_value name) const;
282 * @param name The parameter is the environment variable name.
284 napi_value GetEnvironmentVar(napi_env env, napi_value name) const;