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:dataIndex
(Results
1 - 5
of
5
) sorted by relevance
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
H
A
D
app_start_filter_test.cpp
119
auto
dataIndex
= stream_.traceDataCache_->GetDataIndex("com.ohos.smartperf");
in HWTEST_F()
local
121
EXPECT_TRUE(stream_.streamFilters_->appStartupFilter_->mAPPStartupData_.find(
dataIndex
) !=
in HWTEST_F()
149
auto
dataIndex
= stream_.traceDataCache_->GetDataIndex("com.ohos.smartperf");
in HWTEST_F()
local
151
EXPECT_TRUE(stream_.streamFilters_->appStartupFilter_->mAPPStartupData_.find(
dataIndex
) ==
in HWTEST_F()
180
auto
dataIndex
= stream_.traceDataCache_->GetDataIndex(".ohos.smartperf");
in HWTEST_F()
local
182
EXPECT_TRUE(stream_.streamFilters_->appStartupFilter_->mAPPStartupData_.find(
dataIndex
) ==
in HWTEST_F()
/developtools/smartperf_host/trace_streamer/src/base/
H
A
D
args_set.h
36
void AppendArg(DataIndex
dataIndex
, BaseDataType datatype, uint64_t value)
in AppendArg()
argument
41
valuesMap_.emplace(
dataIndex
, data);
in AppendArg()
/developtools/smartperf_host/trace_streamer/src/filter/
H
A
D
app_start_filter.cpp
144
auto
dataIndex
= traceDataCache_->GetDataIndex(vNameString[1].c_str());
in UpdateAPPStartupData()
local
148
mAPPStartupData_[
dataIndex
].insert(std::make_pair(PROCESS_TOUCH, std::move(lastProcTouchItem)));
in UpdateAPPStartupData()
153
mAPPStartupData_[
dataIndex
].insert(
in UpdateAPPStartupData()
159
mAPPStartupData_[
dataIndex
].insert(std::make_pair(LOAD_ABILITY, std::move(lastLoadAbilityItem)));
in UpdateAPPStartupData()
164
mAPPStartupData_[
dataIndex
].insert(
in UpdateAPPStartupData()
208
auto
dataIndex
= traceDataCache_->GetDataIndex(vNameString[1].c_str());
in ProcAbilityLaunchData()
local
211
if (
dataIndex
== INVALID_DATAINDEX) {
in ProcAbilityLaunchData()
215
thread->nameIndex_ =
dataIndex
;
in ProcAbilityLaunchData()
216
mAPPStartupData_[
dataIndex
].insert(std::make_pair(
in ProcAbilityLaunchData()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
ftrace_parser.cpp
167
size_t
dataIndex
= rightHalf.size() > 1 ? rightHalf.size() - 1 : 0;
in SplitNameFromTypeName()
local
168
if (rightHalf[
dataIndex
] != ']') {
in SplitNameFromTypeName()
/developtools/profiler/device/plugins/memory_plugin/src/
H
A
D
smaps_stats.cpp
220
size_t
dataIndex
= strlen(field) > 1 ? strlen(field) - 1 : 0;
in GetMemUsageField()
local
221
if (ret == 1 && *field && field[
dataIndex
] == ':') {
in GetMemUsageField()
Completed in 5 milliseconds