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:DumpCfg
(Results
1 - 13
of
13
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H
A
D
dump_cfg.cpp
19
DumpCfg
::
DumpCfg
()
in DumpCfg()
function in OHOS::HiviewDFX::DumpCfg
23
DumpCfg
::~
DumpCfg
()
in ~DumpCfg()
29
DumpCfg
&
DumpCfg
::operator=(const
DumpCfg
& dumpCfg)
in operator =()
43
void
DumpCfg
::Dump(int deep) const
in Dump()
48
bool
DumpCfg
::IsGroup() const
in IsGroup()
53
bool
DumpCfg
[all...]
H
A
D
dumper_parameter.cpp
59
void DumperParameter::SetExecutorConfigList(std::vector<std::shared_ptr<
DumpCfg
>> &list)
in SetExecutorConfigList()
64
std::vector<std::shared_ptr<
DumpCfg
>> &DumperParameter::GetExecutorConfigList()
in GetExecutorConfigList()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H
A
D
config_utils.h
43
bool HandleDumpLog(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
44
bool HandleDumpList(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
45
bool HandleDumpService(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
46
bool HandleDumpAbility(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
47
bool HandleDumpSystem(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
48
bool HandleDumpCpuFreq(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
49
bool HandleDumpCpuUsage(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
50
bool HandleDumpMem(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
51
bool HandleDumpJsHeapMem(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs);
52
bool HandleDumpMemShowMaps(std::vector<std::shared_ptr<
DumpCfg
>>
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H
A
D
dump_cfg.h
24
struct
DumpCfg
{
struct
36
std::shared_ptr<
DumpCfg
> parent_;
37
std::vector<std::shared_ptr<
DumpCfg
>> childs_; // GROUP, must clear
40
DumpCfg
();
41
~
DumpCfg
();
42
DumpCfg
& operator=(const
DumpCfg
& dumpCfg);
52
static std::shared_ptr<
DumpCfg
> Create();
61
static void Dump(const
DumpCfg
& cfg, int nest = 0);
H
A
D
dumper_parameter.h
37
void SetExecutorConfigList(std::vector<std::shared_ptr<
DumpCfg
>>& list);
39
std::vector<std::shared_ptr<
DumpCfg
>>& GetExecutorConfigList();
66
std::vector<std::shared_ptr<
DumpCfg
>> list_; // list
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
76
std::vector<std::shared_ptr<
DumpCfg
>> dumpCfgs;
in GetDumperConfigs()
181
bool ConfigUtils::HandleDumpLog(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpLog()
204
bool ConfigUtils::HandleDumpList(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpList()
238
bool ConfigUtils::HandleDumpService(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpService()
257
bool ConfigUtils::HandleDumpAbility(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpAbility()
277
bool ConfigUtils::HandleDumpSystem(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpSystem()
311
bool ConfigUtils::HandleDumpCpuFreq(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpCpuFreq()
335
bool ConfigUtils::HandleDumpCpuUsage(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpCpuUsage()
361
bool ConfigUtils::HandleDumpMem(std::vector<std::shared_ptr<
DumpCfg
>> &dumpCfgs)
in HandleDumpMem()
379
bool ConfigUtils::HandleDumpJsHeapMem(std::vector<std::shared_ptr<
DumpCfg
>>
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H
A
D
hidumper_executor.h
40
void SetDumpConfig(const std::shared_ptr<
DumpCfg
>& config);
41
const std::shared_ptr<
DumpCfg
>& GetDumpConfig() const;
45
std::shared_ptr<
DumpCfg
> ptrDumpCfg_;
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H
A
D
hidumper_executor.cpp
54
void HidumperExecutor::SetDumpConfig(const std::shared_ptr<
DumpCfg
>& config)
in SetDumpConfig()
68
const std::shared_ptr<
DumpCfg
>& HidumperExecutor::GetDumpConfig() const
in GetDumpConfig()
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_configutils_test.cpp
55
std::vector<std::shared_ptr<
DumpCfg
>> result;
in HWTEST_F()
86
std::vector<std::shared_ptr<
DumpCfg
>> result;
in HWTEST_F()
132
std::vector<std::shared_ptr<
DumpCfg
>> result;
in HWTEST_F()
155
std::vector<shared_ptr<
DumpCfg
>> dumpCfgs;
in HWTEST_F()
173
std::vector<shared_ptr<
DumpCfg
>> dumpCfgs;
in HWTEST_F()
191
std::vector<shared_ptr<
DumpCfg
>> dumpCfgs;
in HWTEST_F()
232
std::vector<shared_ptr<
DumpCfg
>> dumpCfgs;
in HWTEST_F()
251
std::vector<shared_ptr<
DumpCfg
>> dumpCfgs;
in HWTEST_F()
271
std::vector<shared_ptr<
DumpCfg
>> dumpCfgs;
in HWTEST_F()
289
std::vector<shared_ptr<
DumpCfg
>> dumpCfg
in HWTEST_F()
[all...]
H
A
D
hidumper_output_test.cpp
89
auto config = std::make_shared<
DumpCfg
>();
in HWTEST_F()
361
auto config = std::make_shared<
DumpCfg
>();
in HWTEST_F()
H
A
D
hidumper_dumpers_test.cpp
42
static std::shared_ptr<
DumpCfg
> g_config;
85
g_config = std::make_shared<
DumpCfg
>();
in GetDumperVariable()
/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H
A
D
dump_implement.h
58
const std::vector<std::shared_ptr<
DumpCfg
>>& configs, bool isZip);
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H
A
D
dump_implement.cpp
107
std::vector<std::shared_ptr<
DumpCfg
>> &configs = ptrDumperParameter->GetExecutorConfigList();
in Main()
571
const std::vector<std::shared_ptr<
DumpCfg
>> &configs, bool isZip)
in setExecutorList()
Completed in 9 milliseconds