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:GetTraceId
(Results
1 - 13
of
13
) sorted by relevance
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H
A
D
hisysevent_record_convertor.cpp
107
recordStruct.traceId = recordObj.
GetTraceId
();
in ConvertRecord()
H
A
D
hisysevent_record.cpp
104
uint64_t HiSysEventRecord::
GetTraceId
() const
in GetTraceId()
function in OHOS::HiviewDFX::HiSysEventRecord
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H
A
D
hisyseventmanager_fuzzer.cpp
55
(void)record.
GetTraceId
();
in HiSysEventRecordTest()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H
A
D
hisysevent_record.h
56
uint64_t
GetTraceId
() const;
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_trace_test.cpp
178
auto eventTraceId = event->
GetTraceId
();
in HWTEST_F()
205
auto eventTraceId = event->
GetTraceId
();
in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H
A
D
app_event_dao.cpp
89
bucket.PutLong(Events::FIELD_TRACE_ID, event->
GetTraceId
());
in Insert()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H
A
D
hiappevent_base.h
203
int64_t
GetTraceId
() const;
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
inner_event.cpp
223
const std::shared_ptr<HiTraceId> InnerEvent::
GetTraceId
()
in GetTraceId()
function in OHOS::AppExecFwk::InnerEvent
H
A
D
event_handler.cpp
459
auto spanId = event->
GetTraceId
();
in DistributeEvent()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_wrote_result_check_test.cpp
427
return (traceId.GetFlags() == sysEvent->GetTraceFlag()) && (traceId.GetChainId() == sysEvent->
GetTraceId
());
in HWTEST_F()
H
A
D
hisysevent_native_test.cpp
1461
auto traceId = record.
GetTraceId
();
in HWTEST_F()
1494
auto traceId = record.
GetTraceId
();
in HWTEST_F()
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
inner_event.h
803
const std::shared_ptr<HiTraceId>
GetTraceId
();
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H
A
D
hiappevent_base.cpp
694
int64_t AppEventPack::
GetTraceId
() const
in GetTraceId()
function in OHOS::HiviewDFX::AppEventPack
Completed in 13 milliseconds