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:moduleRecords_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_user_service.cpp
116
for (auto it =
moduleRecords_
.begin(); it !=
moduleRecords_
.end();) {
in DeleteMemRecords()
119
it =
moduleRecords_
.erase(it);
in DeleteMemRecords()
126
for (auto it =
moduleRecords_
.begin(); it !=
moduleRecords_
.end();) {
in DeleteMemRecords()
128
it =
moduleRecords_
.erase(it);
in DeleteMemRecords()
260
if (!
moduleRecords_
.empty()) {
in RestoreStats()
261
database_.UpdateModuleData(userId_,
moduleRecords_
,
in RestoreStats()
334
database_.LoadModuleData(userId_,
moduleRecords_
);
in LoadModuleAndFormStats()
335
database_.LoadFormData(userId_,
moduleRecords_
);
in LoadModuleAndFormStats()
[all...]
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_user_service.h
85
std::map<std::string, std::shared_ptr<BundleActiveModuleRecord>>
moduleRecords_
;
member in OHOS::DeviceUsageStats::BundleActiveUserService
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
device_usage_statistics_service_test.cpp
1434
userService->
moduleRecords_
["test0"] = std::make_shared<BundleActiveModuleRecord>();
in HWTEST_F()
1435
userService->
moduleRecords_
["test1"] = std::make_shared<BundleActiveModuleRecord>();
in HWTEST_F()
1436
userService->
moduleRecords_
["test2"] = std::make_shared<BundleActiveModuleRecord>();
in HWTEST_F()
H
A
D
package_usage_test.cpp
588
bundleUserService->
moduleRecords_
.emplace("defaultModule", std::make_shared<BundleActiveModuleRecord>());
in HWTEST_F()
Completed in 6 milliseconds