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:traceState
(Results
1 - 4
of
4
) sorted by relevance
/base/startup/init/services/modules/trace/
H
A
D
init_trace.c
74
TraceState
traceState
;
member
114
workspace->
traceState
= TRACE_STATE_IDLE;
in InitTraceWorkspace()
137
workspace->
traceState
= TRACE_STATE_IDLE;
in DestroyTraceWorkspace()
446
PLUGIN_CHECK(workspace->
traceState
== TRACE_STATE_IDLE, return 0,
in InitStartTrace()
447
"Invalid state for trace %d", workspace->
traceState
);
in InitStartTrace()
469
workspace->
traceState
= TRACE_STATE_STARTED;
in InitStartTrace()
478
PLUGIN_CHECK(workspace->
traceState
== TRACE_STATE_STARTED, return 0, "Invalid state for trace %d",
in InitStopTrace()
479
workspace->
traceState
);
in InitStopTrace()
480
workspace->
traceState
= TRACE_STATE_STOPED;
in InitStopTrace()
511
PLUGIN_CHECK(workspace->
traceState
in InitInterruptTrace()
[all...]
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_inner.h
51
int
traceState
;
member
H
A
D
watchdog_inner.cpp
420
if (WatchdogInner::GetInstance().traceContent_.
traceState
== DumpStackState::COMPLETE) {
in DistributeEnd()
421
WatchdogInner::GetInstance().DayChecker(WatchdogInner::GetInstance().traceContent_.
traceState
,
in DistributeEnd()
438
WatchdogInner::GetInstance().traceContent_.
traceState
== DumpStackState::DEFAULT) {
in DistributeEnd()
443
WatchdogInner::GetInstance().ChangeState(WatchdogInner::GetInstance().traceContent_.
traceState
,
in DistributeEnd()
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H
A
D
watchdog_inner_test.cpp
502
WatchdogInner::GetInstance().traceContent_.
traceState
== 0;
in HWTEST_F()
508
WatchdogInner::GetInstance().traceContent_.
traceState
== 1;
in HWTEST_F()
Completed in 5 milliseconds