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:traceId_
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
trace_id_impl.cpp
24
TraceIdImpl() :
traceId_
(std::make_unique<OHOS::HiviewDFX::HiTraceId>(OHOS::HiviewDFX::HiTraceChain::GetId())) {}
in TraceIdImpl()
30
if (
traceId_
&&
traceId_
->IsValid()) {
31
OHOS::HiviewDFX::HiTraceChain::SetId(*(
traceId_
.get()));
41
std::unique_ptr<OHOS::HiviewDFX::HiTraceId>
traceId_
;
member in OHOS::Ace::TraceIdImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H
A
D
data_sync_event.h
31
traceId_
(traceId), count_(count)
in DataSyncEvent()
49
return
traceId_
;
in GetTraceId()
60
uint32_t
traceId_
;
member in OHOS::DistributedData::DataSyncEvent
/foundation/distributeddatamgr/kv_store/frameworks/common/
H
A
D
dds_trace.h
62
traceId_
= OHOS::HiviewDFX::HiTraceChain::Begin(value, HITRACE_FLAG_DEFAULT);
in Start()
74
OHOS::HiviewDFX::HiTraceChain::End(
traceId_
);
in Finish()
82
HiviewDFX::HiTraceId
traceId_
;
member in OHOS::DistributedDataDfx::DdsTrace
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
input_event.cpp
483
traceId_
= traceId;
in LogTracer()
489
EndLogTraceId(
traceId_
);
in ~LogTracer()
494
traceId_
= -1;
in LogTracer()
497
LogTracer::LogTracer(LogTracer &&other) noexcept:
traceId_
(other.
traceId_
)
in traceId_()
function
499
other.
traceId_
= -1;
in traceId_()
505
traceId_
= other.
traceId_
;
506
other.
traceId_
= -1;
/foundation/multimedia/player_framework/frameworks/native/transcoder/
H
A
D
transcoder_impl.cpp
40
HiviewDFX::HiTraceChain::SetId(
traceId_
);
in Init()
49
traceId_
= HiviewDFX::HiTraceChain::Begin("TransCoderImpl", HITRACE_FLAG_DEFAULT);
in TransCoderImpl()
57
HiviewDFX::HiTraceChain::End(
traceId_
);
in ~TransCoderImpl()
H
A
D
transcoder_impl.h
50
HiviewDFX::HiTraceId
traceId_
;
member in OHOS::Media::TransCoderImpl
/foundation/multimedia/drm_framework/frameworks/native/drm/
H
A
D
media_key_system_factory_impl.cpp
33
traceId_
= HiTraceChain::Begin("MediaKeySystemFactory", HITRACE_FLAG_DEFAULT);
in MediaKeySystemFactoryImpl()
40
HiTraceChain::End(
traceId_
);
in ~MediaKeySystemFactoryImpl()
102
HiTraceChain::SetId(
traceId_
);
in Init()
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H
A
D
media_key_system_factory_impl.h
54
HiviewDFX::HiTraceId
traceId_
;
member in OHOS::DrmStandard::MediaKeySystemFactoryImpl
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H
A
D
screen_capture_impl.h
62
HiTraceId
traceId_
;
member in OHOS::Media::ScreenCaptureImpl
H
A
D
screen_capture_impl.cpp
42
HiTraceChain::SetId(
traceId_
);
in Init()
61
traceId_
= HiTraceChain::Begin("AVScreenCapture", HITRACE_FLAG_DEFAULT);
in ScreenCaptureImpl()
70
HiTraceChain::End(
traceId_
);
in ~ScreenCaptureImpl()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H
A
D
rs_jank_stats_test.cpp
459
jankFrames.
traceId_
= -1;
in HWTEST_F()
461
jankFrames.
traceId_
= 0;
in HWTEST_F()
511
jankFrames.
traceId_
= 0;
in HWTEST_F()
539
jankFrames.
traceId_
= 0;
in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/recorder/
H
A
D
recorder_impl.cpp
41
HiTraceChain::SetId(
traceId_
);
in Init()
62
traceId_
= HiTraceChain::Begin("AVRecorder", HITRACE_FLAG_DEFAULT);
in RecorderImpl()
71
HiTraceChain::End(
traceId_
);
in ~RecorderImpl()
H
A
D
recorder_impl.h
82
HiTraceId
traceId_
;
member in OHOS::Media::RecorderImpl
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H
A
D
js_backend_timer_module.cpp
89
TraceIdScope traceIdScope(
traceId_
);
in operator ()()
119
OHOS::HiviewDFX::HiTraceId
traceId_
= OHOS::HiviewDFX::HiTraceChain::GetId();
member in OHOS::Ace::__anon1565::final
/foundation/multimedia/player_framework/frameworks/native/player/
H
A
D
player_impl.cpp
45
HiviewDFX::HiTraceChain::SetId(
traceId_
);
in Init()
55
traceId_
= HiviewDFX::HiTraceChain::Begin("PlayerImpl", HITRACE_FLAG_DEFAULT);
in PlayerImpl()
65
HiviewDFX::HiTraceChain::End(
traceId_
);
in ~PlayerImpl()
H
A
D
player_impl.h
96
HiviewDFX::HiTraceId
traceId_
;
member in OHOS::Media::PlayerImpl
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_jank_stats.cpp
366
jankFrames.
traceId_
= GetTraceIdInit(info, setTimeSteady);
in SetReportEventResponse()
687
const int32_t traceId = jankFrames.
traceId_
;
in RecordAnimationDynamicFrameRate()
718
const int32_t traceId = jankFrames.
traceId_
;
in SetAnimationTraceBegin()
744
const int32_t traceId = jankFrames.
traceId_
;
in SetAnimationTraceEnd()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H
A
D
rs_jank_stats.h
75
int32_t
traceId_
= TRACE_ID_INITIAL;
member
/foundation/multimodalinput/input/util/common/include/
H
A
D
mmi_log.h
47
int64_t
traceId_
;
member in OHOS::MMI::LogTracer
Completed in 11 milliseconds