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:DumpHelper
(Results
1 - 9
of
9
) sorted by relevance
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H
A
D
dump_helper.cpp
24
DumpHelper
&
DumpHelper
::GetInstance()
in GetInstance()
26
static
DumpHelper
instance;
in GetInstance()
30
void
DumpHelper
::RegisterCommand(std::shared_ptr<Command> &cmd)
in RegisterCommand()
35
bool
DumpHelper
::Dispatch(int fd, const std::vector<std::string> &args)
in Dispatch()
H
A
D
dump_helper.h
27
class
DumpHelper
{
class
29
static
DumpHelper
&GetInstance();
/base/theme/screenlock_mgr/services/src/
H
A
D
dump_helper.cpp
22
DumpHelper
&
DumpHelper
::GetInstance()
in GetInstance()
24
static
DumpHelper
instance;
in GetInstance()
28
void
DumpHelper
::RegisterCommand(std::shared_ptr<Command> &cmd)
in RegisterCommand()
33
bool
DumpHelper
::Dispatch(int fd, const std::vector<std::string> &args)
in Dispatch()
H
A
D
screenlock_system_ability.cpp
643
DumpHelper
::GetInstance().Dispatch(fd, argsStr);
in Dump()
667
DumpHelper
::GetInstance().RegisterCommand(cmd);
in RegisterDumpCommand()
/base/update/updater/services/include/log/
H
A
D
dump.h
34
class
DumpHelper
{
class
37
virtual ~
DumpHelper
() {}
in ~DumpHelper()
40
class DumpHelperLog : public
DumpHelper
{
52
void RegisterDump(const std::string &key, std::unique_ptr<
DumpHelper
> ptr)
in RegisterDump()
74
std::map<std::string, std::unique_ptr<
DumpHelper
>> helpers_;
/base/theme/screenlock_mgr/services/include/
H
A
D
dump_helper.h
28
class
DumpHelper
{
class
30
static
DumpHelper
&GetInstance();
/base/sensors/miscdevice/services/miscdevice_service/include/
H
A
D
miscdevice_dump.h
50
#define
DumpHelper
DelayedSingleton<MiscdeviceDump>::GetInstance()
macro
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
miscdevice_service.cpp
431
DumpHelper
->SaveVibrateRecord(info);
in StartVibrateThread()
651
DumpHelper
->DumpHelp(fd);
in Dump()
659
DumpHelper
->ParseCommand(fd, argList);
in Dump()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
186
DumpHelper
::GetInstance().RegisterCommand(cmd);
in OnStart()
1157
if (
DumpHelper
::GetInstance().Dispatch(fd, argsStr)) {
in Dump()
1158
HILOG_ERROR("
DumpHelper
Dispatch failed!");
in Dump()
Completed in 7 milliseconds