Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_childprocess.h98 napi_value GetKilled(napi_env env) const;
H A Dnative_module_process.cpp187 static napi_value GetKilled(napi_env env, napi_callback_info info) in GetKilled() function
194 napi_value result = object->GetKilled(env); in GetKilled()
250 DECLARE_NAPI_GETTER("killed", GetKilled), in RunCommand()
H A Djs_childprocess.cpp203 napi_value ChildProcess::GetKilled(napi_env env) const in GetKilled() function in OHOS::JsSysModule::Process::ChildProcess
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp728 napi_value result = childprocess.GetKilled(env); in HWTEST_F()

Completed in 5 milliseconds