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:BundleAgingMgr
(Results
1 - 9
of
9
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H
A
D
bundle_aging_mgr.cpp
55
BundleAgingMgr
::
BundleAgingMgr
()
in BundleAgingMgr()
function in OHOS::AppExecFwk::BundleAgingMgr
58
APP_LOGI("
BundleAgingMgr
is created");
in BundleAgingMgr()
61
BundleAgingMgr
::~
BundleAgingMgr
()
in ~BundleAgingMgr()
63
APP_LOGI("
BundleAgingMgr
is destroyed");
in ~BundleAgingMgr()
66
void
BundleAgingMgr
::InitAgingTimerInterval()
in InitAgingTimerInterval()
79
APP_LOGD("
BundleAgingMgr
init aging timer success");
in InitAgingTimerInterval()
83
void
BundleAgingMgr
::InitAgingBatteryThresold()
in InitAgingBatteryThresold()
96
APP_LOGD("
BundleAgingMgr
ini
in InitAgingBatteryThresold()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H
A
D
bundle_aging_mgr.h
31
class
BundleAgingMgr
: public std::enable_shared_from_this<
BundleAgingMgr
> {
class
40
BundleAgingMgr
();
41
~
BundleAgingMgr
();
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleagingmgr_fuzzer/
H
A
D
bundleagingmgr_fuzzer.cpp
29
auto bundleAgingMgr = std::make_shared<
BundleAgingMgr
>();
in DoSomethingInterestingWithMyAPI()
31
bundleAgingMgr->Start(
BundleAgingMgr
::AgingTriggertype::FREE_INSTALL);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_mgr_service.h
86
const std::shared_ptr<
BundleAgingMgr
> GetAgingMgr() const;
194
std::shared_ptr<
BundleAgingMgr
> agingMgr_;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_service.cpp
244
agingMgr_ = std::make_shared<
BundleAgingMgr
>();
in InitFreeInstall()
353
const std::shared_ptr<
BundleAgingMgr
> BundleMgrService::GetAgingMgr() const
in GetAgingMgr()
H
A
D
base_bundle_installer.cpp
1312
BundleAgingMgr
::AgingTriggertype::FREE_INSTALL);
in ProcessBundleInstall()
H
A
D
bundle_data_mgr.cpp
4306
BundleAgingMgr
::AgingTriggertype::UPDATE_REMOVABLE_FLAG);
in SetModuleRemovable()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H
A
D
bms_bundle_free_install_test.cpp
1836
BundleAgingMgr
bundleAgingMgr;
in HWTEST_F()
1856
BundleAgingMgr
bundleAgingMgr;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
8789
BundleAgingMgr
bundleAgingMgr;
in HWTEST_F()
8803
auto bundleAgingMgr = std::make_shared<
BundleAgingMgr
>();
in HWTEST_F()
Completed in 48 milliseconds