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:SetWriter
(Results
1 - 25
of
38
) sorted by relevance
1
2
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
H
A
D
hidump_plugin_unittest.cpp
124
plugin.
SetWriter
(&writer);
in HWTEST_F()
147
plugin.
SetWriter
(&writer);
in HWTEST_F()
167
plugin.
SetWriter
(&writer);
in HWTEST_F()
186
plugin.
SetWriter
(&writer);
in HWTEST_F()
207
plugin.
SetWriter
(&writer);
in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H
A
D
flow_controller_test.cpp
95
* @tc.name:
SetWriter
96
* @tc.desc: test FlowController::
SetWriter
.
99
HWTEST_F(FlowControllerTest,
SetWriter
, TestSize.Level1)
in HWTEST_F()
103
EXPECT_EQ(controller.
SetWriter
(static_cast<WriterStructPtr>(&writer)), 0);
in HWTEST_F()
118
ASSERT_EQ(controller.
SetWriter
(static_cast<WriterStructPtr>(&writer)), 0);
in HWTEST_F()
147
ASSERT_EQ(controller.
SetWriter
(static_cast<WriterStructPtr>(&writer)), 0);
in HWTEST_F()
169
ASSERT_EQ(controller.
SetWriter
(static_cast<WriterStructPtr>(&writer)), 0);
in HWTEST_F()
191
ASSERT_EQ(controller.
SetWriter
(static_cast<WriterStructPtr>(&writer)), 0);
in HWTEST_F()
215
ASSERT_EQ(controller.
SetWriter
(static_cast<WriterStructPtr>(&writer)), 0);
in HWTEST_F()
239
ASSERT_EQ(controller.
SetWriter
(static_cas
in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H
A
D
ffrt_profiler_handle.h
38
void
SetWriter
(const std::shared_ptr<Writer>& writer);
39
void
SetWriter
(const WriterStructPtr& writer);
/developtools/profiler/device/plugins/network_profiler/service/include/
H
A
D
network_profiler_handle.h
37
void
SetWriter
(const std::shared_ptr<Writer>& writer);
38
void
SetWriter
(const WriterStructPtr& writer);
/developtools/profiler/device/plugins/stream_plugin/include/
H
A
D
stream_plugin.h
36
int
SetWriter
(WriterStruct* writer);
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
H
A
D
hisysevent_plugin_unittest.cpp
102
plugin.
SetWriter
(&writer);
in HWTEST_F()
185
plugin.
SetWriter
(&writer);
in HWTEST_F()
214
plugin.
SetWriter
(&writer);
in HWTEST_F()
/developtools/profiler/device/plugins/network_profiler/service/src/
H
A
D
network_profiler_handle.cpp
40
void NetworkProfilerHandle::
SetWriter
(const std::shared_ptr<Writer>& writer)
in SetWriter()
function in OHOS::Developtools::Profiler::NetworkProfilerHandle
46
void NetworkProfilerHandle::
SetWriter
(const WriterStructPtr& writer)
in SetWriter()
function in OHOS::Developtools::Profiler::NetworkProfilerHandle
H
A
D
network_profiler_manager.cpp
249
ctx->handle->
SetWriter
(g_buffWriter);
in HandleNetworkProfilerContext()
251
ctx->handle->
SetWriter
(const_cast<WriterStructPtr>(writerAdapter_->GetStruct()));
in HandleNetworkProfilerContext()
349
writerAdapter_->
SetWriter
(writer_);
in CreateWriter()
/developtools/profiler/device/plugins/api/src/
H
A
D
writer_adapter.h
30
void
SetWriter
(const WriterPtr& writer);
H
A
D
writer_adapter.cpp
29
void WriterAdapter::
SetWriter
(const WriterPtr& writer)
in SetWriter()
function in WriterAdapter
/developtools/profiler/device/plugins/xpower_plugin/include/
H
A
D
xpower_plugin.h
35
void
SetWriter
(WriterStruct* writer);
/developtools/profiler/device/plugins/hidump_plugin/src/
H
A
D
hidump_module.cpp
47
g_plugin->
SetWriter
(writer);
in HidumpRegisterWriterStruct()
/developtools/profiler/device/plugins/hidump_plugin/include/
H
A
D
hidump_plugin.h
40
int
SetWriter
(WriterStruct* writer);
/developtools/profiler/device/plugins/hilog_plugin/src/
H
A
D
hilog_module.cpp
48
g_plugin->
SetWriter
(writer);
in HilogPluginRegisterWriterStruct()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H
A
D
hisysevent_module.cpp
46
g_plugin->
SetWriter
(writer);
in HisyseventRegisterWriterStruct()
/developtools/profiler/device/plugins/hisysevent_plugin/include/
H
A
D
hisysevent_plugin.h
38
int
SetWriter
(WriterStruct* writer);
/developtools/profiler/device/plugins/stream_plugin/src/
H
A
D
stream_module.cpp
45
g_plugin->
SetWriter
(writer);
in StreamRegisterWriterStruct()
H
A
D
stream_plugin.cpp
54
int StreamPlugin::
SetWriter
(WriterStruct* writer)
in SetWriter()
function in StreamPlugin
/developtools/profiler/device/plugins/xpower_plugin/src/
H
A
D
xpower_module.cpp
59
g_plugin->
SetWriter
(writer);
in XpowerRegisterWriterStruct()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H
A
D
ffrt_profiler_handle.cpp
38
void FfrtProfilerHandle::
SetWriter
(const std::shared_ptr<Writer>& writer)
in SetWriter()
function in OHOS::Developtools::Profiler::FfrtProfilerHandle
44
void FfrtProfilerHandle::
SetWriter
(const WriterStructPtr& writer)
in SetWriter()
function in OHOS::Developtools::Profiler::FfrtProfilerHandle
H
A
D
ffrt_profiler_manager.cpp
240
ctx->handle->
SetWriter
(g_buffWriter);
in HandleFfrtProfilerContext()
242
ctx->handle->
SetWriter
(const_cast<WriterStructPtr>(writerAdapter_->GetStruct()));
in HandleFfrtProfilerContext()
340
writerAdapter_->
SetWriter
(writer_);
in CreateWriter()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
ftrace_module.cpp
36
int result = g_mainController->
SetWriter
(const_cast<WriterStructPtr>(writer));
in TracePluginRegisterWriter()
/developtools/profiler/device/plugins/hilog_plugin/include/
H
A
D
hilog_plugin.h
37
int
SetWriter
(WriterStruct* writer);
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
stack_preprocess.h
56
void
SetWriter
(const std::shared_ptr<Writer>& writer);
57
void
SetWriter
(const WriterStructPtr& writer);
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
flow_controller.h
43
int
SetWriter
(const WriterStructPtr& writer);
Completed in 9 milliseconds
1
2