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:GetPidByName
(Results
1 - 16
of
16
) sorted by relevance
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H
A
D
hiview_sa_test.cpp
111
auto systemuiPid = CommonUtils::
GetPidByName
("com.ohos.systemui");
in HWTEST_F()
112
auto launcherPid = CommonUtils::
GetPidByName
("com.ohos.sceneboard");
in HWTEST_F()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
graphic_memory_collector_test.cpp
45
auto systemuiPid = CommonUtils::
GetPidByName
(SYSTEMUI_PROC_NAME);
in HWTEST_F()
46
auto launcherPid = CommonUtils::
GetPidByName
(SCENEBOARD_RPOC_NAME);
in HWTEST_F()
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_test_utils.h
30
pid_t
GetPidByName
(const std::string& processName);
H
A
D
memory_dumper_test.cpp
166
auto rsPid = static_cast<int32_t>(HidumperTestUtils::GetInstance().
GetPidByName
("render_service"));
in HWTEST_F()
199
auto rsPid = static_cast<int32_t>(HidumperTestUtils::GetInstance().
GetPidByName
("render_service"));
in HWTEST_F()
220
auto sceneboardPid = static_cast<int32_t>(HidumperTestUtils::GetInstance().
GetPidByName
("com.ohos.sceneboard"));
in HWTEST_F()
H
A
D
hidumper_test_utils.cpp
57
pid_t HidumperTestUtils::
GetPidByName
(const std::string& processName)
in GetPidByName()
function in OHOS::HiviewDFX::HidumperTestUtils
/base/startup/appspawn/modules/common/
H
A
D
appspawn_namespace.c
41
APPSPAWN_STATIC pid_t
GetPidByName
(const char *name);
99
APPSPAWN_STATIC pid_t
GetPidByName
(const char *name)
in GetPidByName()
function
194
pid_t pid =
GetPidByName
("pid_ns_init");
in PreLoadEnablePidNs()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H
A
D
open_stacktrace_catcher.cpp
50
pid_ = CommonUtils::
GetPidByName
(packageNam);
in Initialize()
H
A
D
event_log_task.cpp
230
int pid = CommonUtils::
GetPidByName
(packageName);
in RecordCatchedPids()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H
A
D
cpu_collection_task.cpp
86
int32_t pid = CommonUtils::
GetPidByName
(item.processName);
in CheckAndDumpTraceData()
/base/hiviewdfx/hiview/base/utility/include/
H
A
D
common_utils.h
42
pid_t
GetPidByName
(const std::string& processName);
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H
A
D
event_logger_plugin_test.cpp
141
event->SetEventValue("PID", CommonUtils::
GetPidByName
("foundation"));
in HWTEST_F()
/base/startup/appspawn/test/mock/
H
A
D
app_spawn_stub.h
110
pid_t
GetPidByName
(const char *name);
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H
A
D
event_logger_catcher_test.cpp
257
int pid = CommonUtils::
GetPidByName
("foundation");
in HWTEST_F()
418
int pid = CommonUtils::
GetPidByName
("foundation");
in HWTEST_F()
457
int pid = CommonUtils::
GetPidByName
("foundation");
in HWTEST_F()
598
int pid = CommonUtils::
GetPidByName
("foundation");
in HWTEST_F()
/base/hiviewdfx/hiview/base/utility/
H
A
D
common_utils.cpp
145
pid_t
GetPidByName
(const std::string& processName)
in GetPidByName()
function
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H
A
D
adapter_utility_ohos_test.cpp
157
* @tc.desc: Test
GetPidByName
defined in namespace CommonUtils
164
auto hiviewProcessId = CommonUtils::
GetPidByName
("hiview");
in HWTEST_F()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H
A
D
app_spawn_common_test.cpp
367
GetPidByName
("///////");
in HWTEST_F()
Completed in 9 milliseconds