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:Statistics
(Results
1 - 11
of
11
) sorted by relevance
/test/ostest/wukong/report/src/
H
A
D
statistics.cpp
19
Statistics
::
Statistics
()
in Statistics()
function in OHOS::WuKong::Statistics
22
Statistics
::~
Statistics
()
in ~Statistics()
25
void
Statistics
::StatisticsDetail(std::vector<std::map<std::string, std::string>> dataVector,
in StatisticsDetail()
H
A
D
report.cpp
164
std::shared_ptr<
Statistics
> eventSatistics = std::make_shared<StatisticsEvent>();
in DataSetInit()
170
std::shared_ptr<
Statistics
> componmentSatistics = std::make_shared<StatisticsComponment>();
in DataSetInit()
176
std::shared_ptr<
Statistics
> abilitySatistics = std::make_shared<StatisticsAbility>();
in DataSetInit()
182
std::shared_ptr<
Statistics
> exceptionSatistics = std::make_shared<StatisticsException>();
in DataSetInit()
318
modules << "module, Input Message
Statistics
" << std::endl;
in SegmentedWriteCSV()
334
modules << "module, ability
Statistics
" << std::endl;
in SegmentedWriteCSV()
343
modules << "module, Exception Message
Statistics
" << std::endl;
in SegmentedWriteCSV()
H
A
D
statistics_coverage.cpp
20
StatisticsCoverage::StatisticsCoverage() :
Statistics
() {}
in StatisticsCoverage()
H
A
D
data_set.cpp
45
void DataSet::SetStatisticsStragety(shared_ptr<
Statistics
> statistics)
in SetStatisticsStragety()
/test/ostest/wukong/report/include/
H
A
D
statistics.h
25
class
Statistics
{
class
27
Statistics
();
28
virtual ~
Statistics
();
H
A
D
data_set.h
39
void SetStatisticsStragety(std::shared_ptr<
Statistics
> statistics);
47
std::shared_ptr<
Statistics
> statistics_ = nullptr;
H
A
D
statistics_coverage.h
24
class StatisticsCoverage : public
Statistics
{
H
A
D
statistics_exception.h
27
class StatisticsException : public
Statistics
{
H
A
D
statistics_ability.h
38
class StatisticsAbility : public
Statistics
{
H
A
D
statistics_componment.h
58
class StatisticsComponment : public
Statistics
{
83
* @brief Global
Statistics
for ComponmentTypesmethods
H
A
D
statistics_event.h
59
class StatisticsEvent : public
Statistics
{
84
* @brief Global
Statistics
for ElementTypesmethods
Completed in 3 milliseconds