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:SetProcessName
(Results
1 - 9
of
9
) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H
A
D
app_spawn_sandbox_test.cpp
89
g_testHelper.
SetProcessName
("ohos.samples.ecg");
in HWTEST_F()
106
g_testHelper.
SetProcessName
("com.ohos.dlpmanager");
in HWTEST_F()
119
g_testHelper.
SetProcessName
("com.ohos.dlpmanager");
in HWTEST_F()
133
g_testHelper.
SetProcessName
("");
in HWTEST_F()
148
g_testHelper.
SetProcessName
("com.\\ohos.dlpmanager");
in HWTEST_F()
162
g_testHelper.
SetProcessName
("com./ohos.dlpmanager");
in HWTEST_F()
204
g_testHelper.
SetProcessName
("test.appspawn");
in HWTEST_F()
246
g_testHelper.
SetProcessName
("test.appspawn");
in HWTEST_F()
287
g_testHelper.
SetProcessName
("test.appspawn");
in HWTEST_F()
330
g_testHelper.
SetProcessName
("tes
in HWTEST_F()
[all...]
/base/startup/appspawn/lite/
H
A
D
appspawn_process.c
83
static int
SetProcessName
(struct AppSpawnContent *content, AppSpawnClient *client,
in SetProcessName()
function
193
ret =
SetProcessName
(content, client, content->longProcName, content->longProcNameLen);
in AppSpawnExecuteSpawningHook()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H
A
D
fault_info_base.h
45
void
SetProcessName
(std::string name)
in SetProcessName()
function in OHOS::HiviewDFX::FaultInfoBase
/base/startup/appspawn/modules/common/
H
A
D
appspawn_common.c
66
static int
SetProcessName
(const AppSpawnMgr *content, const AppSpawningCtx *property)
in SetProcessName()
function
359
int ret =
SetProcessName
(content, property);
in SpawnInitSpawningEnv()
404
ret =
SetProcessName
(content, property);
in SpawnSetProperties()
/base/startup/appspawn/test/mock/
H
A
D
app_spawn_stub.h
104
int
SetProcessName
(const AppSpawnMgr *content, const AppSpawningCtx *property);
/base/startup/appspawn/test/unittest/
H
A
D
app_spawn_test_helper.h
106
void
SetProcessName
(const char *name)
in SetProcessName()
function in OHOS::AppSpawnTestHelper
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H
A
D
native_leak_detector.cpp
128
userMonitorInfo->
SetProcessName
(name);
in UpdateUserMonitorInfo()
416
userMonitorInfo->
SetProcessName
(fullName);
in ProcessUserEvent()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_dump.cpp
1002
void
SetProcessName
(std::string& processName)
in SetProcessName()
function
1092
SetProcessName
(processName);
in DumpTraceInner()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H
A
D
app_spawn_client_test.cpp
268
g_testHelper.
SetProcessName
(processName.c_str());
in HWTEST_F()
Completed in 10 milliseconds