Home
last modified time | relevance | path

Searched refs:GetSystemConfig (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.h214 napi_value GetSystemConfig(napi_env env, napi_value name) const;
276 napi_value GetSystemConfig(napi_env env, napi_value name) const;
H A Dnative_module_process.cpp480 static napi_value GetSystemConfig(napi_env env, napi_callback_info info) in GetSystemConfig() function
490 return object.GetSystemConfig(env, args); in GetSystemConfig()
579 return object->GetSystemConfig(env, args); in GetSystemConfigOfProcess()
706 DECLARE_NAPI_FUNCTION("getSystemConfig", GetSystemConfig), in Init()
H A Djs_process.cpp441 napi_value Process::GetSystemConfig(napi_env env, napi_value name) const in GetSystemConfig() function in OHOS::JsSysModule::Process::Process
533 napi_value ProcessManager::GetSystemConfig(napi_env env, napi_value name) const in GetSystemConfig() function in OHOS::JsSysModule::Process::ProcessManager
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp669 napi_value result = process.GetSystemConfig(env, config); in HWTEST_F()

Completed in 5 milliseconds