Searched refs:GetSystemConfig (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.h | 214 napi_value GetSystemConfig(napi_env env, napi_value name) const;
276 napi_value GetSystemConfig(napi_env env, napi_value name) const;
|
H A D | native_module_process.cpp | 480 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 D | js_process.cpp | 441 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 D | test_process.cpp | 669 napi_value result = process.GetSystemConfig(env, config); in HWTEST_F()
|
Completed in 5 milliseconds