Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ProcessManager
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/process/
H
A
D
js_process.h
234
class
ProcessManager
{
class
239
explicit
ProcessManager
() {}
in ProcessManager()
function in OHOS::JsSysModule::Process::ProcessManager
244
virtual ~
ProcessManager
() {}
in ~ProcessManager()
H
A
D
js_process.cpp
465
napi_value
ProcessManager
::IsAppUid(napi_env env, napi_value uid) const
in IsAppUid()
483
napi_value
ProcessManager
::GetUidForName(napi_env env, napi_value name) const
in GetUidForName()
518
napi_value
ProcessManager
::GetThreadPriority(napi_env env, napi_value tid) const
in GetThreadPriority()
533
napi_value
ProcessManager
::GetSystemConfig(napi_env env, napi_value name) const
in GetSystemConfig()
543
napi_value
ProcessManager
::GetEnvironmentVar(napi_env env, napi_value name) const
in GetEnvironmentVar()
571
void
ProcessManager
::Exit(napi_env env, napi_value number) const
in Exit()
578
napi_value
ProcessManager
::Kill(napi_env env, napi_value signal, napi_value proid)
in Kill()
H
A
D
native_module_process.cpp
548
ProcessManager
*object = nullptr;
in KillSigOfProcess()
561
ProcessManager
*object = nullptr;
in ExitOfProcess()
577
ProcessManager
*object = nullptr;
in GetSystemConfigOfProcess()
591
ProcessManager
*object = nullptr;
in GetThreadPriorityOfProcess()
605
ProcessManager
*object = nullptr;
in GetUidForNameOfProcess()
619
ProcessManager
*object = nullptr;
in IsAppUidOfProcess()
633
ProcessManager
*object = nullptr;
in GetEnvironmentVarOfProcess()
643
auto objectInfo = new
ProcessManager
();
in ProcessManagerConstructor()
647
auto objInfo = reinterpret_cast<
ProcessManager
*>(data);
in ProcessManagerConstructor()
658
const char *procssClassName = "
ProcessManager
";
in ProcessInit()
[all...]
Completed in 3 milliseconds