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:SetPackageName
(Results
1 - 15
of
15
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
sp_profiler_factory.cpp
107
fps.
SetPackageName
(pkg);
in SetProfilerPkg()
109
profilerFps.
SetPackageName
(pkg);
in SetProfilerPkg()
111
ram.
SetPackageName
(pkg);
in SetProfilerPkg()
113
cpu.
SetPackageName
(pkg);
in SetProfilerPkg()
H
A
D
FPS.cpp
89
void FPS::
SetPackageName
(std::string pName)
in SetPackageName()
function in OHOS::SmartPerf::FPS
H
A
D
RAM.cpp
138
void RAM::
SetPackageName
(const std::string &pName)
in SetPackageName()
function in OHOS::SmartPerf::RAM
H
A
D
CPU.cpp
88
void CPU::
SetPackageName
(const std::string &pName)
in SetPackageName()
function in OHOS::SmartPerf::CPU
91
LOGI("CPU
SetPackageName
name(%s)", pName.c_str());
in SetPackageName()
H
A
D
profiler_fps.cpp
83
void ProfilerFPS::
SetPackageName
(std::string pName)
in SetPackageName()
function in OHOS::SmartPerf::ProfilerFPS
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
navigation.h
32
void
SetPackageName
(const std::string &pName);
H
A
D
CPU.h
48
void
SetPackageName
(const std::string &pName);
H
A
D
FPS.h
63
void
SetPackageName
(std::string pName);
H
A
D
RAM.h
49
void
SetPackageName
(const std::string &pName);
H
A
D
profiler_fps.h
64
void
SetPackageName
(std::string pName);
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H
A
D
sp_daemon_test.cpp
59
cpu.
SetPackageName
(packName);
in HWTEST_F()
119
fps.
SetPackageName
(packName);
in HWTEST_F()
194
ram.
SetPackageName
(packName);
in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/include/json/
H
A
D
hap_verify_info.h
48
void
SetPackageName
(const std::string& packageName);
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
hap_verify_info.cpp
77
void HapVerifyInfo::
SetPackageName
(const std::string& packageName)
in SetPackageName()
function in OHOS::AppPackingTool::HapVerifyInfo
H
A
D
module_json_fa.cpp
813
hapVerifyInfo.
SetPackageName
(packageStr);
in SetFaHapVerifyInfoByModuleObj()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
H
A
D
hap_verify_utils_test.cpp
654
hapVerifyInfo3.
SetPackageName
("test");
in HWTEST_F()
656
hapVerifyInfo4.
SetPackageName
("test");
in HWTEST_F()
Completed in 17 milliseconds