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:traceLevel
(Results
1 - 14
of
14
) sorted by relevance
/foundation/resourceschedule/ffrt/src/dfx/trace/
H
A
D
ffrt_trace.cpp
28
int
traceLevel
= std::stoi(trace);
in TraceLevelManager()
local
29
if (
traceLevel
>= TRACE_LEVEL_MAX ||
traceLevel
< TRACE_LEVEL0) {
in TraceLevelManager()
30
FFRT_LOGE("get invalid trace level, %d",
traceLevel
);
in TraceLevelManager()
33
traceLevel_ = static_cast<uint8_t>(
traceLevel
);
in TraceLevelManager()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H
A
D
module.c
44
NO_SANITIZE("cfi") void ModuleInit(const char *name, int
traceLevel
)
in ModuleInit()
argument
48
module->init(
traceLevel
);
in ModuleInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap.h
35
* @param
traceLevel
debug log level.
37
void L2CAP_Initialize(int
traceLevel
);
H
A
D
l2cap_le.h
35
* @param
traceLevel
debug log level.
37
void L2CAP_LeInitialize(int
traceLevel
);
H
A
D
l2cap_if.c
656
int
traceLevel
;
member
665
L2CAP_Initialize(ctx->
traceLevel
);
in L2cifStartup()
696
ctx->
traceLevel
= 0;
in L2CIF_Startup()
743
ctx->
traceLevel
= 0;
in L2CIF_Shutdown()
758
void L2CIF_Initialize(int
traceLevel
)
in L2CIF_Initialize()
argument
H
A
D
l2cap.c
546
void L2CAP_Initialize(int
traceLevel
)
in L2CAP_Initialize()
argument
564
L2CAP_LeInitialize(
traceLevel
);
in L2CAP_Initialize()
H
A
D
l2cap_le.c
1781
void L2CAP_LeInitialize(int
traceLevel
)
in L2CAP_LeInitialize()
argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_init.c
47
static void ATT_Init(const int
traceLevel
);
187
static void ATT_Init(const int
traceLevel
)
in ATT_Init()
argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
l2cap_if.h
35
* @param
traceLevel
debug log level.
37
void BTSTACK_API L2CIF_Initialize(int
traceLevel
);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp.c
37
int
traceLevel
;
member
223
static void SdpStartup(int
traceLevel
)
in SdpStartup()
argument
241
ctx->
traceLevel
=
traceLevel
;
in SdpStartup()
1407
static void SdpInitialize(int
traceLevel
)
in SdpInitialize()
argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_def.h
355
int
traceLevel
;
member
H
A
D
gap.c
44
int
traceLevel
;
member
69
g_gapMng.
traceLevel
= ((GapInitializeParam *)ctx)->
traceLevel
;
in GapInitializeTask()
83
static void GapInitialize(int
traceLevel
)
in GapInitialize()
argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_api.c
960
static void RFCOMM_Init(int
traceLevel
)
in RFCOMM_Init()
argument
964
(void)
traceLevel
;
in RFCOMM_Init()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H
A
D
smp.c
121
static void SMP_Initialize(int
traceLevel
)
in SMP_Initialize()
argument
Completed in 23 milliseconds