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:AccountDumpHelper
(Results
1 - 5
of
5
) sorted by relevance
/base/account/os_account/dfx/hidumper_adapter/
H
A
D
account_dump_helper.cpp
46
std::string
AccountDumpHelper
::AnonymizeNameStr(const std::string& nameStr) const
in AnonymizeNameStr()
55
std::string
AccountDumpHelper
::AnonymizeUidStr(const std::string& uidStr) const
in AnonymizeUidStr()
74
AccountDumpHelper
::
AccountDumpHelper
(OsAccountManagerService* osAccountMgrService)
in AccountDumpHelper()
function in OHOS::AccountSA::AccountDumpHelper
79
void
AccountDumpHelper
::Dump(const std::vector<std::string>& args, std::string& result) const
in Dump()
92
void
AccountDumpHelper
::ShowHelp(std::string& result) const
in ShowHelp()
108
void
AccountDumpHelper
::ShowIllegalInformation(std::string& result) const
in ShowIllegalInformation()
113
void
AccountDumpHelper
::ShowOhosAccountInfo(std::string& result) const
in ShowOhosAccountInfo()
146
void
AccountDumpHelper
::ShowOsAccountInfo(std::string& result) const
in ShowOsAccountInfo()
173
void
AccountDumpHelper
[all...]
H
A
D
account_dump_helper.h
27
class
AccountDumpHelper
{
class
29
explicit
AccountDumpHelper
(OsAccountManagerService* osAccountMgrService);
30
~
AccountDumpHelper
() = default;
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H
A
D
account_dump_helper_test.cpp
61
std::unique_ptr<
AccountDumpHelper
> accountDumpHelper_ {};
97
accountDumpHelper_ = std::make_unique<
AccountDumpHelper
>(osAccount_);
in SetUp()
241
accountDumpHelper_ = std::make_unique<
AccountDumpHelper
>(osAccount_);
in HWTEST_F()
259
accountDumpHelper_ = std::make_unique<
AccountDumpHelper
>(nullptr);
in HWTEST_F()
/base/account/os_account/services/accountmgr/include/
H
A
D
account_mgr_service.h
90
std::unique_ptr<
AccountDumpHelper
> dumpHelper_{};
/base/account/os_account/services/accountmgr/src/
H
A
D
account_mgr_service.cpp
336
dumpHelper_ = std::make_unique<
AccountDumpHelper
>(osAccountManagerService_.GetRefPtr());
in Init()
Completed in 3 milliseconds