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:AccountLogWrapper
(Results
1 - 4
of
4
) sorted by relevance
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H
A
D
account_log_test.cpp
59
EXPECT_EQ(AccountLogLevel::INFO,
AccountLogWrapper
::GetLogLevel());
in HWTEST_F()
65
AccountLogWrapper
::SetLogLevel(AccountLogLevel::DEBUG);
in HWTEST_F()
66
EXPECT_EQ(AccountLogLevel::DEBUG,
AccountLogWrapper
::GetLogLevel());
in HWTEST_F()
87
std::string result =
AccountLogWrapper
::GetBriefFileName(fileName);
in HWTEST_F()
100
std::string result =
AccountLogWrapper
::GetBriefFileName(fileName);
in HWTEST_F()
103
result =
AccountLogWrapper
::GetBriefFileName(fileName);
in HWTEST_F()
125
std::string result =
AccountLogWrapper
::GetBriefFileName(fileName);
in HWTEST_F()
/base/account/os_account/frameworks/common/log/src/
H
A
D
account_log_wrapper.cpp
21
AccountLogLevel
AccountLogWrapper
::level_ = AccountLogLevel::INFO;
23
bool
AccountLogWrapper
::JudgeLevel(const AccountLogLevel& level)
in JudgeLevel()
25
return (level >=
AccountLogWrapper
::GetLogLevel());
in JudgeLevel()
28
std::string
AccountLogWrapper
::GetBriefFileName(const std::string &file)
in GetBriefFileName()
/base/account/os_account/frameworks/common/log/include/
H
A
D
account_log_wrapper.h
33
class
AccountLogWrapper
{
class
/base/account/os_account/dfx/hidumper_adapter/
H
A
D
account_dump_helper.cpp
182
auto logLevel = static_cast<std::int32_t>(
AccountLogWrapper
::GetLogLevel());
in ProcessOneParameter()
207
AccountLogWrapper
::SetLogLevel(logLevel);
in SetLogLevel()
Completed in 2 milliseconds