Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.h186 napi_value GetUidForName(napi_env env, napi_value name) const;
260 napi_value GetUidForName(napi_env env, napi_value name) const;
H A Dnative_module_process.cpp442 static napi_value GetUidForName(napi_env env, napi_callback_info info) in GetUidForName() function
452 return object.GetUidForName(env, args); in GetUidForName()
607 return object->GetUidForName(env, args); in GetUidForNameOfProcess()
704 DECLARE_NAPI_FUNCTION("getUidForName", GetUidForName), in Init()
H A Djs_process.cpp365 napi_value Process::GetUidForName(napi_env env, napi_value name) const in GetUidForName() function in OHOS::JsSysModule::Process::Process
483 napi_value ProcessManager::GetUidForName(napi_env env, napi_value name) const in GetUidForName() function in OHOS::JsSysModule::Process::ProcessManager
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp565 napi_value result = process.GetUidForName(env, temp); in HWTEST_F()
588 napi_value result = process.GetUidForName(env, temp); in HWTEST_F()

Completed in 4 milliseconds