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:PutPluginData
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
profiler_data_repeater_test.cpp
40
HWTEST_F(ProfilerDataRepeaterTest,
PutPluginData
, TestSize.Level1)
in HWTEST_F()
48
dataRepeater->
PutPluginData
(data);
in HWTEST_F()
80
outDataRepeater->
PutPluginData
(itemY);
in HWTEST_F()
88
inDataRepeater->
PutPluginData
(itemX);
in HWTEST_F()
128
outDataRepeater->
PutPluginData
(yData);
in HWTEST_F()
137
inDataRepeater->
PutPluginData
(xData);
in HWTEST_F()
198
if (!dataRepeater->
PutPluginData
(data)) {
in HWTEST_F()
H
A
D
profiler_service_test.cpp
1052
sessionCtx->dataRepeater->
PutPluginData
(data);
in HWTEST_F()
1100
sessionCtx->dataRepeater->
PutPluginData
(data);
in HWTEST_F()
1159
sessionCtx->dataRepeater->
PutPluginData
(data);
in HWTEST_F()
1196
sessionCtx->dataRepeater->
PutPluginData
(data);
in HWTEST_F()
/developtools/profiler/device/services/profiler_service/include/
H
A
D
profiler_data_repeater.h
33
bool
PutPluginData
(const ProfilerPluginDataPtr& pluginData);
/developtools/profiler/device/services/profiler_service/src/
H
A
D
profiler_data_repeater.cpp
51
bool ProfilerDataRepeater::
PutPluginData
(const ProfilerPluginDataPtr& pluginData)
in PutPluginData()
function in ProfilerDataRepeater
/developtools/profiler/device/services/plugin_service/src/
H
A
D
plugin_service.cpp
489
if (!context.profilerDataRepeater->
PutPluginData
(pluginData)) {
in ReadShareMemoryOnline()
561
if (!pluginCtx->profilerDataRepeater->
PutPluginData
(pluginData)) {
in AppendResult()
Completed in 5 milliseconds