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:attrIds
(Results
1 - 4
of
4
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
perf_file_writer_test.cpp
77
std::vector<AttrWithId>
attrIds
;
in HWTEST_F()
local
82
attrIds
.emplace_back(attrId);
in HWTEST_F()
83
ASSERT_TRUE(fileWriter.WriteAttrAndId(
attrIds
));
in HWTEST_F()
113
std::vector<AttrWithId>
attrIds
;
in HWTEST_F()
local
118
attrIds
.emplace_back(attrId);
in HWTEST_F()
119
ASSERT_TRUE(fileWriter.WriteAttrAndId(
attrIds
));
in HWTEST_F()
/developtools/hiperf/src/
H
A
D
perf_file_writer.cpp
250
bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &
attrIds
)
in WriteAttrAndId()
argument
252
CHECK_TRUE(
attrIds
.empty(), false, 0, "");
in WriteAttrAndId()
265
HLOGD("
attrIds
%zu",
attrIds
.size());
in WriteAttrAndId()
266
for (auto &attrId :
attrIds
) {
in WriteAttrAndId()
267
HLOGD("
attrIds
ids %zu", attrId.ids.size());
in WriteAttrAndId()
274
for (auto &attrId :
attrIds
) {
in WriteAttrAndId()
295
defaultEventAttr_ =
attrIds
[0].attr;
in WriteAttrAndId()
H
A
D
subcommand_report.cpp
403
std::vector<AttrWithId>
attrIds
= recordFileReader_->GetAttrSection();
in LoadAttrSection()
local
404
for (size_t i = 0; i <
attrIds
.size(); ++i) {
in LoadAttrSection()
405
const AttrWithId &fileAttr =
attrIds
[i];
in LoadAttrSection()
/developtools/hiperf/include/
H
A
D
perf_file_writer.h
48
bool WriteAttrAndId(const std::vector<AttrWithId> &
attrIds
);
Completed in 3 milliseconds