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:bundleStats_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_period_stats.cpp
28
bundleStats_
.clear();
in BundleActivePeriodStats()
39
bundleStats_
.clear();
in BundleActivePeriodStats()
48
std::map<std::string, std::shared_ptr<BundleActivePackageStats>>::iterator it =
bundleStats_
.find(bundleStatsKey);
in GetOrCreateUsageStats()
49
if (it ==
bundleStats_
.end()) {
in GetOrCreateUsageStats()
55
bundleStats_
[bundleStatsKey] = insertedStats;
in GetOrCreateUsageStats()
57
return
bundleStats_
[bundleStatsKey];
in GetOrCreateUsageStats()
64
for (std::map<std::string, std::shared_ptr<BundleActivePackageStats>>::iterator it =
bundleStats_
.begin();
in Update()
65
it !=
bundleStats_
.end(); ++it) {
in Update()
H
A
D
bundle_active_stats_combiner.cpp
26
for (auto it : stats->
bundleStats_
) {
in combine()
H
A
D
bundle_active_user_service.cpp
72
if (currentStats->
bundleStats_
.find(bundleStatsKey) != currentStats->
bundleStats_
.end()) {
in DeleteMemUsageStats()
73
currentStats->
bundleStats_
.erase(bundleStatsKey);
in DeleteMemUsageStats()
80
currentStats->
bundleStats_
.erase(bundleStatsKey);
in DeleteMemUsageStats()
215
it->
bundleStats_
[bundleStatsKey]->IncrementBundleLaunchedCount();
in ReportEvent()
253
if (!currentStats_[i]->
bundleStats_
.empty()) {
in RestoreStats()
288
"bundle size is %{public}zu", intervalType, stats->
bundleStats_
.size());
in LoadActiveStats()
347
for (auto bundleUsageStatsPair : (*it)->
bundleStats_
) {
in FlushDataInMem()
471
for (auto it : currentStats->
bundleStats_
) {
in QueryBundleStatsInfos()
659
for (auto it : currentStats_[idx]->
bundleStats_
) {
in PrintInMemPackageStats()
[all...]
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H
A
D
bundleactivepowerstatecallbackproxy_fuzzer.cpp
169
stats->
bundleStats_
.emplace("normal", packageStat);
in BundleActiveStatsCombinerFuzzTest()
171
stats->
bundleStats_
.emplace("default", packageStat);
in BundleActiveStatsCombinerFuzzTest()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_period_stats.h
42
std::map<std::string, std::shared_ptr<BundleActivePackageStats>>
bundleStats_
;
member in OHOS::DeviceUsageStats::BundleActivePeriodStats
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
package_usage_test.cpp
465
bundleUserService->currentStats_[0]->
bundleStats_
.emplace(
in HWTEST_F()
537
bundleUserService->currentStats_[0]->
bundleStats_
.emplace("defaultBundleStat", packageStatsObject);
in HWTEST_F()
556
bundleUserService->currentStats_[0]->
bundleStats_
.emplace("defaultBundleStat", packageStatsObject);
in HWTEST_F()
586
bundleUserService->currentStats_[0]->
bundleStats_
.emplace(
in HWTEST_F()
651
stats->
bundleStats_
.emplace("normal", packageStat);
in HWTEST_F()
653
stats->
bundleStats_
.emplace("default", packageStat);
in HWTEST_F()
719
bundleUserService->currentStats_[0]->
bundleStats_
.emplace(bundleStatsKey, packageStat);
in HWTEST_F()
723
bundleUserService->currentStats_[0]->
bundleStats_
.emplace(bundleStatsKey, packageStat);
in HWTEST_F()
727
bundleUserService->currentStats_[0]->
bundleStats_
.emplace("default", packageStat);
in HWTEST_F()
H
A
D
device_usage_statistics_service_test.cpp
510
stats.
bundleStats_
.emplace("defaultTest", std::make_shared<BundleActivePackageStats>());
in HWTEST_F()
1393
stats->
bundleStats_
["test0"] = std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
1394
stats->
bundleStats_
["test1"] = std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
1395
stats->
bundleStats_
["test2"] = std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
1421
stats->
bundleStats_
["test0"] = std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
1422
stats->
bundleStats_
["test1"] = std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
1423
stats->
bundleStats_
["test2"] = std::make_shared<BundleActivePackageStats>();
in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
966
for (auto iter = stats.
bundleStats_
.begin(); iter != stats.
bundleStats_
.end(); iter++) {
in FlushPackageInfo()
1043
intervalStats->
bundleStats_
= bundleStats;
in GetCurrentUsageData()
Completed in 13 milliseconds