Searched refs:GetEnvironmentVar (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.h | 222 napi_value GetEnvironmentVar(napi_env env, napi_value name) const;
284 napi_value GetEnvironmentVar(napi_env env, napi_value name) const;
|
H A D | native_module_process.cpp | 493 static napi_value GetEnvironmentVar(napi_env env, napi_callback_info info)
in GetEnvironmentVar() function 503 return object.GetEnvironmentVar(env, args);
in GetEnvironmentVar() 635 return object->GetEnvironmentVar(env, args);
in GetEnvironmentVarOfProcess() 707 DECLARE_NAPI_FUNCTION("getEnvironmentVar", GetEnvironmentVar),
in Init()
|
H A D | js_process.cpp | 337 napi_value Process::GetEnvironmentVar(napi_env env, napi_value name) const
in GetEnvironmentVar() function in OHOS::JsSysModule::Process::Process 543 napi_value ProcessManager::GetEnvironmentVar(napi_env env, napi_value name) const
in GetEnvironmentVar() function in OHOS::JsSysModule::Process::ProcessManager
|
/commonlibrary/ets_utils/js_sys_module/test/ |
H A D | test_process.cpp | 542 napi_value result = process.GetEnvironmentVar(env, temp); in HWTEST_F()
|
Completed in 5 milliseconds