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:testPid
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H
A
D
dumpcatcher_command_test.cpp
69
int
testPid
= GetProcessPid("accountmgr");
in HWTEST_F()
local
70
string testCommand = "dumpcatcher -p " + to_string(
testPid
);
in HWTEST_F()
74
log[0] = log[0] + to_string(
testPid
);
in HWTEST_F()
90
int
testPid
= GetProcessPid("accountmgr");
in HWTEST_F()
local
91
string testCommand = "dumpcatcher -p " + to_string(
testPid
) + " -t " + to_string(
testPid
);
in HWTEST_F()
95
log[0] = log[0] + to_string(
testPid
);
in HWTEST_F()
H
A
D
dumpcatcher_interfaces_test.cpp
249
int
testPid
= GetProcessPid(oneProcessName);
in HWTEST_F()
local
250
if (
testPid
== 0) {
in HWTEST_F()
255
multiPid.emplace_back(
testPid
);
in HWTEST_F()
256
matchLog.emplace_back("Tid:" + std::to_string(
testPid
));
in HWTEST_F()
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_innerkits_test.cpp
257
int
testPid
= g_pid;
in HWTEST_F()
local
263
ASSERT_TRUE(getHeapInfo->GetInfo(MemoryFilter::APPOINT_PID,
testPid
, groupMap));
in HWTEST_F()
266
testPid
= g_appManagerPid;
in HWTEST_F()
267
ASSERT_TRUE(getHeapInfo->GetInfo(MemoryFilter::APPOINT_PID,
testPid
, groupMap));
in HWTEST_F()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H
A
D
enterprise_device_mgr_stub_mock.cpp
254
int32_t
testPid
= 9;
in InvokeAllowedUsbDevicesSendRequestGetPolicy()
local
256
id1.SetProductId(
testPid
);
in InvokeAllowedUsbDevicesSendRequestGetPolicy()
Completed in 4 milliseconds