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:packageStat
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H
A
D
bundleactivepowerstatecallbackproxy_fuzzer.cpp
168
auto
packageStat
= std::make_shared<BundleActivePackageStats>();
in BundleActiveStatsCombinerFuzzTest()
local
169
stats->bundleStats_.emplace("normal",
packageStat
);
in BundleActiveStatsCombinerFuzzTest()
170
packageStat
= nullptr;
in BundleActiveStatsCombinerFuzzTest()
171
stats->bundleStats_.emplace("default",
packageStat
);
in BundleActiveStatsCombinerFuzzTest()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
package_usage_test.cpp
650
auto
packageStat
= std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
local
651
stats->bundleStats_.emplace("normal",
packageStat
);
in HWTEST_F()
652
packageStat
= nullptr;
in HWTEST_F()
653
stats->bundleStats_.emplace("default",
packageStat
);
in HWTEST_F()
715
auto
packageStat
= std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
local
716
packageStat
->uid_ = 0;
in HWTEST_F()
717
packageStat
->bundleName_ = "normal";
in HWTEST_F()
718
std::string bundleStatsKey =
packageStat
->bundleName_ + std::to_string(
packageStat
->uid_);
in HWTEST_F()
719
bundleUserService->currentStats_[0]->bundleStats_.emplace(bundleStatsKey,
packageStat
);
in HWTEST_F()
[all...]
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H
A
D
bundle_state_common.cpp
483
for (auto
packageStat
: packageStats) {
in QueryBundleStatsInfos()
485
mergedPackageStats->find(
packageStat
.bundleName_);
in QueryBundleStatsInfos()
487
MergePackageStats(iter->second,
packageStat
);
in QueryBundleStatsInfos()
490
insert(std::pair<std::string, BundleActivePackageStats>(
packageStat
.bundleName_,
packageStat
));
in QueryBundleStatsInfos()
Completed in 4 milliseconds