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:Flush
(Results
1 - 25
of
33
) sorted by relevance
1
2
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H
A
D
ffrt_profiler_socker_client.cpp
42
writer_->
Flush
();
in ~FfrtProfilerSocketClient()
110
writer_->
Flush
();
in SendFfrtProfilerData()
115
void FfrtProfilerSocketClient::
Flush
()
in Flush()
function in OHOS::Developtools::Profiler::FfrtProfilerSocketClient
120
writer_->
Flush
();
in Flush()
H
A
D
ffrt_profiler_write.cpp
98
bool FfrtProfilerWriter::
Flush
()
in Flush()
function in OHOS::Developtools::Profiler::FfrtProfilerWriter
/developtools/profiler/device/plugins/network_profiler/client/src/
H
A
D
network_profiler_socker_client.cpp
41
writer_->
Flush
();
in ~NetworkProfilerSocketClient()
101
writer_->
Flush
();
in SendNetworkProfilerData()
105
void NetworkProfilerSocketClient::
Flush
()
in Flush()
function in OHOS::Developtools::Profiler::NetworkProfilerSocketClient
110
writer_->
Flush
();
in Flush()
H
A
D
network_profiler_write.cpp
98
bool NetworkProfilerWriter::
Flush
()
in Flush()
function in OHOS::Developtools::Profiler::NetworkProfilerWriter
/developtools/profiler/device/plugins/native_hook/src/
H
A
D
hook_socket_client.cpp
93
stackWriter_->
Flush
();
in ~HookSocketClient()
147
stackWriter_->
Flush
();
in SendStack()
170
stackWriter_->
Flush
();
in SendStackWithPayload()
175
void HookSocketClient::
Flush
()
in Flush()
function in HookSocketClient
180
stackWriter_->
Flush
();
in Flush()
H
A
D
stack_writer.cpp
89
bool StackWriter::
Flush
()
in Flush()
function in StackWriter
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
result_transporter.cpp
84
void ResultTransporter::
Flush
()
in Flush()
function in ResultTransporter
110
Flush
();
in Submit()
122
Flush
();
in Report()
H
A
D
flow_controller.cpp
345
tansporter_->
Flush
();
394
tansporter_->
Flush
();
441
tansporter_->
Flush
();
632
tansporter_->
Flush
();
/developtools/profiler/device/plugins/api/include/
H
A
D
writer.h
26
virtual bool
Flush
() = 0;
/developtools/profiler/device/plugins/native_hook/include/
H
A
D
hook_socket_client.h
40
void
Flush
();
H
A
D
stack_writer.h
40
bool
Flush
() override;
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H
A
D
ffrt_profiler_socker_client.h
39
void
Flush
();
H
A
D
ffrt_profiler_write.h
41
bool
Flush
() override;
/developtools/profiler/device/plugins/network_profiler/client/include/
H
A
D
network_profiler_socker_client.h
39
void
Flush
();
H
A
D
network_profiler_write.h
41
bool
Flush
() override;
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
trace_file_writer_test.cpp
76
HWTEST_F(TraceFileWriterTest,
Flush
, TestSize.Level1)
in HWTEST_F()
84
EXPECT_EQ(writer->
Flush
(), true);
in HWTEST_F()
/developtools/profiler/interfaces/kits/test/unittest/
H
A
D
plugin_module_api_test.cpp
78
static bool
Flush
(WriterStruct* writer);
143
bool PluginModuleApiTest::
Flush
(WriterStruct* writer)
in Flush()
function in __anon2570::PluginModuleApiTest
231
Flush
,
in HWTEST_F()
255
Flush
,
in HWTEST_F()
309
Flush
,
in HWTEST_F()
553
Flush
,
in HWTEST_F()
/developtools/profiler/device/plugins/api/src/
H
A
D
writer_adapter.cpp
58
return writerAdaptor->writer_->
Flush
();
in FlushFunc()
H
A
D
buffer_writer.h
38
bool
Flush
() override;
H
A
D
buffer_writer.cpp
134
bool BufferWriter::
Flush
()
in Flush()
function in BufferWriter
H
A
D
plugin_manager.cpp
434
writer->
Flush
();
in PullResult()
461
writer->
Flush
();
in PullResult()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
result_transporter.h
47
void
Flush
();
/developtools/profiler/device/plugins/network_profiler/service/src/
H
A
D
network_profiler_handle.cpp
117
PROFILER_LOG_ERROR(LOG_CORE, "
Flush
src is nullptr");
in FlushData()
122
PROFILER_LOG_ERROR(LOG_CORE, "
Flush
writer_ is nullptr");
in FlushData()
126
writer_->
Flush
();
in FlushData()
/developtools/profiler/device/services/profiler_service/src/
H
A
D
trace_file_writer.h
65
bool
Flush
() override;
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
stack_writer_test.cpp
174
EXPECT_TRUE(write->
Flush
());
in HWTEST_F()
183
EXPECT_TRUE(write->
Flush
());
in HWTEST_F()
Completed in 11 milliseconds
1
2