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:DOMAIN_APP_MIN
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_common.h
44
constexpr uint32_t
DOMAIN_APP_MIN
= 0x0;
variable
/base/hiviewdfx/hilog/frameworks/libhilog/
H
A
D
hilog_printf.cpp
110
// domain within the range of [
DOMAIN_APP_MIN
, DOMAIN_APP_MAX] is a js log,
in GetFinalLevel()
112
if ((domain >=
DOMAIN_APP_MIN
) && (domain <= DOMAIN_APP_MAX)) {
in GetFinalLevel()
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H
A
D
hilog_napi_base.cpp
132
if ((domain < static_cast<int32_t>(
DOMAIN_APP_MIN
)) || (domain > static_cast<int32_t>(DOMAIN_APP_MAX))) {
in IsLoggable()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H
A
D
log_utils.cpp
37
constexpr uint32_t DOMAIN_MIN =
DOMAIN_APP_MIN
;
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
main.cpp
231
<< " Log type \"app\" is used for applications, the range is [0x" <<
DOMAIN_APP_MIN
<< ","
in DomainHelper()
Completed in 5 milliseconds