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:WriterAdapter
(Results
1 - 11
of
11
) sorted by relevance
/developtools/profiler/device/plugins/api/src/
H
A
D
writer_adapter.cpp
18
WriterAdapter
::
WriterAdapter
(bool isProtobufSerialize)
in WriterAdapter()
function in WriterAdapter
20
writerStruct_.write = &
WriterAdapter
::WriteFunc;
in WriterAdapter()
21
writerStruct_.flush = &
WriterAdapter
::FlushFunc;
in WriterAdapter()
22
writerStruct_.startReport = &
WriterAdapter
::StartReportFunc;
in WriterAdapter()
23
writerStruct_.finishReport = &
WriterAdapter
::FinishReportFunc;
in WriterAdapter()
27
WriterAdapter
::~
WriterAdapter
() {}
in ~WriterAdapter()
29
void
WriterAdapter
::SetWriter(const WriterPtr& writer)
in SetWriter()
34
WriterPtr
WriterAdapter
[all...]
H
A
D
writer_adapter.h
25
class
WriterAdapter
{
class
27
explicit
WriterAdapter
(bool isProtobufSerialize = true);
28
~
WriterAdapter
();
H
A
D
plugin_module.h
89
std::shared_ptr<
WriterAdapter
> writerAdapter_;
H
A
D
plugin_module.cpp
298
writerAdapter_ = std::make_shared<
WriterAdapter
>(isProtobufSerialize);
in RegisterWriter()
300
CHECK_NOTNULL(writer, true, "%s:bufferWriter is null, update
WriterAdapter
only!", __func__);
in RegisterWriter()
/developtools/profiler/device/plugins/api/test/unittest/
H
A
D
writer_adapter_test.cpp
35
WriterAdapter
writerAdapter;
in HWTEST_F()
47
WriterAdapter
writerAdapter;
in HWTEST_F()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H
A
D
ffrt_profiler_manager.h
86
std::shared_ptr<
WriterAdapter
> writerAdapter_{nullptr};
/developtools/profiler/device/plugins/network_profiler/service/include/
H
A
D
network_profiler_manager.h
86
std::shared_ptr<
WriterAdapter
> writerAdapter_{nullptr};
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
hook_manager.h
157
std::shared_ptr<
WriterAdapter
> writerAdapter_{nullptr};
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H
A
D
ffrt_profiler_manager.cpp
339
writerAdapter_ = std::make_shared<
WriterAdapter
>(isProtobufSerialize_);
in CreateWriter()
/developtools/profiler/device/plugins/network_profiler/service/src/
H
A
D
network_profiler_manager.cpp
348
writerAdapter_ = std::make_shared<
WriterAdapter
>(isProtobufSerialize_);
in CreateWriter()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
hook_manager.cpp
674
writerAdapter_ = std::make_shared<
WriterAdapter
>(isProtobufSerialize_);
in CreateWriter()
Completed in 6 milliseconds