Searched refs:GetUidForName (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.h | 186 napi_value GetUidForName(napi_env env, napi_value name) const;
260 napi_value GetUidForName(napi_env env, napi_value name) const;
|
H A D | native_module_process.cpp | 442 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 D | js_process.cpp | 365 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 D | test_process.cpp | 565 napi_value result = process.GetUidForName(env, temp); in HWTEST_F() 588 napi_value result = process.GetUidForName(env, temp); in HWTEST_F()
|
Completed in 5 milliseconds