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:OptionArgs
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H
A
D
option_args.cpp
19
OptionArgs
::
OptionArgs
()
in OptionArgs()
function in OHOS::HiviewDFX::OptionArgs
23
OptionArgs
::~
OptionArgs
()
in ~OptionArgs()
30
OptionArgs
&
OptionArgs
::operator=(const
OptionArgs
& optArgs)
in operator =()
54
bool
OptionArgs
::HasPid() const
in HasPid()
59
void
OptionArgs
::SetPid(int pid, int uid)
in SetPid()
66
int
OptionArgs
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H
A
D
option_args.h
22
class
OptionArgs
{
class
24
OptionArgs
();
25
virtual ~
OptionArgs
();
26
OptionArgs
& operator=(const
OptionArgs
& optArgs);
51
static std::shared_ptr<
OptionArgs
> Create();
52
static std::shared_ptr<
OptionArgs
> Clone(std::shared_ptr<
OptionArgs
>& args);
H
A
D
dump_cfg.h
33
std::shared_ptr<
OptionArgs
> args_;
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
192
auto args =
OptionArgs
::Create();
in HandleDumpLog()
217
std::shared_ptr<
OptionArgs
> args;
in HandleDumpList()
223
std::shared_ptr<
OptionArgs
> args;
in HandleDumpList()
229
std::shared_ptr<
OptionArgs
> args;
in HandleDumpList()
249
std::shared_ptr<
OptionArgs
> args;
in HandleDumpService()
268
auto args =
OptionArgs
::Create();
in HandleDumpAbility()
289
std::shared_ptr<
OptionArgs
> args;
in HandleDumpSystem()
296
auto args =
OptionArgs
::Create();
in HandleDumpSystem()
327
std::shared_ptr<
OptionArgs
> args;
in HandleDumpCpuFreq()
353
std::shared_ptr<
OptionArgs
> arg
in HandleDumpCpuUsage()
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H
A
D
config_utils.h
63
std::shared_ptr<
OptionArgs
> args);
65
std::shared_ptr<
OptionArgs
> args, int level = DumperConstant::NONE);
67
std::shared_ptr<
OptionArgs
> args, int level = DumperConstant::NONE);
69
std::shared_ptr<
OptionArgs
> args, int level = DumperConstant::NONE, int nest = 0);
71
std::shared_ptr<
OptionArgs
> args, int level = DumperConstant::NONE, int nest = 0);
76
std::shared_ptr<
OptionArgs
> args, int level = DumperConstant::NONE, int nest = 0);
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_configutils_test.cpp
57
auto args =
OptionArgs
::Create();
in HWTEST_F()
88
auto args =
OptionArgs
::Create();
in HWTEST_F()
134
auto args =
OptionArgs
::Create();
in HWTEST_F()
309
std::shared_ptr<
OptionArgs
> args;
in HWTEST_F()
H
A
D
hidumper_dumpers_test.cpp
266
g_config->args_ =
OptionArgs
::Create();
in HWTEST_F()
297
g_config->args_ =
OptionArgs
::Create();
in HWTEST_F()
430
g_config->args_ =
OptionArgs
::Create();
in HWTEST_F()
441
g_config->args_ =
OptionArgs
::Create();
in HWTEST_F()
Completed in 5 milliseconds