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:bundleStatsKey
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_period_stats.cpp
47
std::string
bundleStatsKey
= BundleActiveUtil::GetBundleUsageKey(bundleName, uid);
in GetOrCreateUsageStats()
local
48
std::map<std::string, std::shared_ptr<BundleActivePackageStats>>::iterator it = bundleStats_.find(
bundleStatsKey
);
in GetOrCreateUsageStats()
55
bundleStats_[
bundleStatsKey
] = insertedStats;
in GetOrCreateUsageStats()
57
return bundleStats_[
bundleStatsKey
];
in GetOrCreateUsageStats()
H
A
D
bundle_active_user_service.cpp
70
std::string
bundleStatsKey
= BundleActiveUtil::GetBundleUsageKey(bundleName, deletedUid);
in DeleteMemUsageStats()
local
72
if (currentStats->bundleStats_.find(
bundleStatsKey
) != currentStats->bundleStats_.end()) {
in DeleteMemUsageStats()
73
currentStats->bundleStats_.erase(
bundleStatsKey
);
in DeleteMemUsageStats()
79
bundleStatsKey
= BundleActiveUtil::GetBundleUsageKey(bundleName, it);
in DeleteMemUsageStats()
80
currentStats->bundleStats_.erase(
bundleStatsKey
);
in DeleteMemUsageStats()
214
std::string
bundleStatsKey
= event.bundleName_ + std::to_string(event.uid_);
in ReportEvent()
local
215
it->bundleStats_[
bundleStatsKey
]->IncrementBundleLaunchedCount();
in ReportEvent()
352
std::string
bundleStatsKey
= bundleUsageStats.bundleName_ + std::to_string(bundleUsageStats.uid_);
in FlushDataInMem()
local
354
continueAbilities[
bundleStatsKey
] = bundleUsageStats.abilities_;
in FlushDataInMem()
357
continueServices[
bundleStatsKey
]
in FlushDataInMem()
[all...]
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
package_usage_test.cpp
718
std::string
bundleStatsKey
= packageStat->bundleName_ + std::to_string(packageStat->uid_);
in HWTEST_F()
local
719
bundleUserService->currentStats_[0]->bundleStats_.emplace(
bundleStatsKey
, packageStat);
in HWTEST_F()
723
bundleUserService->currentStats_[0]->bundleStats_.emplace(
bundleStatsKey
, packageStat);
in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
1039
string
bundleStatsKey
= usageStats->bundleName_ + std::to_string(usageStats->uid_);
in GetCurrentUsageData()
local
1041
bundleStats.insert(pair<string, shared_ptr<BundleActivePackageStats>>(
bundleStatsKey
, usageStats));
in GetCurrentUsageData()
Completed in 7 milliseconds