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:TraceInfo
(Results
1 - 16
of
16
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/common/
H
A
D
dfx_dump_request.h
66
typedef struct
TraceInfo
{
struct
86
}
TraceInfo
;
typedef
138
TraceInfo
traceInfo;
/base/hiviewdfx/hiview/base/event_store/store/include/
H
A
D
sys_event_repeat_guard.h
34
dataSize|header|
TraceInfo
(when isTraceOpened == 1)
in Parse()
41
dataPos += sizeof(EventRaw::
TraceInfo
);
in Parse()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_inner_event_test.cpp
45
* @tc.desc: Invoke
TraceInfo
interface verify whether it is normal
53
std::string result = event->
TraceInfo
();
in HWTEST_F()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H
A
D
raw_data_base_def.h
76
struct
TraceInfo
{
struct
H
A
D
hisysevent.h
319
struct Encoded::
TraceInfo
traceInfo_ = {
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H
A
D
decoded_event.h
42
const struct
TraceInfo
& GetTraceInfo();
141
struct
TraceInfo
traceInfo_ {
/base/hiviewdfx/hiview/base/event_raw/decoded/
H
A
D
decoded_event.cpp
250
const struct
TraceInfo
& DecodedEvent::GetTraceInfo()
in GetTraceInfo()
286
if (((pos_ + sizeof(struct
TraceInfo
)) > maxLen)) {
in ParseHeader()
290
traceInfo_ = *(reinterpret_cast<struct
TraceInfo
*>(rawData_ + pos_));
in ParseHeader()
291
pos_ += sizeof(struct
TraceInfo
);
in ParseHeader()
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
event_hitrace_meter_adapter.h
100
TraceAdapter::Instance()->StartTrace(HITRACE_TAG_NOTIFICATION, event->
TraceInfo
(), -1);
in StartTraceAdapter()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H
A
D
dfx_signal_handler.c
118
TraceInfo
HiTraceGetId(void) __attribute__((weak));
125
TraceInfo
id = HiTraceGetId();
in FillTraceIdLocked()
126
memcpy(&(request->traceInfo), &id, sizeof(
TraceInfo
));
in FillTraceIdLocked()
/base/hiviewdfx/hiview/base/event_store/utility/reader/
H
A
D
content_reader.cpp
38
pos += sizeof(struct EventRaw::
TraceInfo
);
in UpdateParamCnt()
/base/hiviewdfx/hiview/base/event_raw/include/base/
H
A
D
raw_data_base_def.h
115
struct
TraceInfo
{
struct
/base/hiviewdfx/hiview/base/event_raw/encoded/
H
A
D
raw_data_builder.cpp
62
!dest->Append(reinterpret_cast<uint8_t*>(&traceInfo_), sizeof(struct
TraceInfo
))) {
in BuildHeader()
305
struct
TraceInfo
& RawDataBuilder::GetTraceInfo()
in GetTraceInfo()
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H
A
D
raw_data_builder.h
49
struct
TraceInfo
& GetTraceInfo();
534
struct
TraceInfo
traceInfo_ {
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
inner_event.cpp
281
std::string InnerEvent::
TraceInfo
()
in TraceInfo()
function in OHOS::AppExecFwk::InnerEvent
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
inner_event.h
683
std::string
TraceInfo
();
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H
A
D
hisysevent.cpp
122
!rawData_->Append(reinterpret_cast<uint8_t*>(&traceInfo_), sizeof(struct
TraceInfo
))) {
in WritebaseInfo()
Completed in 12 milliseconds