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:installer_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_manager_service.cpp
52
installer_
= new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH);
in ManagerService()
58
if (
installer_
!= nullptr) {
in ~ManagerService()
59
delete
installer_
;
in ~ManagerService()
60
installer_
= nullptr;
in ~ManagerService()
184
if (
installer_
== nullptr) {
in ServiceMsgProcess()
185
installer_
= new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH);
in ServiceMsgProcess()
235
uint8_t bResult =
installer_
->Uninstall(info->bundleName, installParam);
in ServiceMsgProcess()
291
if (path == nullptr ||
installer_
== nullptr) {
in InstallThirdBundle()
303
uint8_t bResult =
installer_
->Install(path, installParam);
in InstallThirdBundle()
334
if ((
installer_
in InstallSystemBundle()
[all...]
H
A
D
gt_bundle_manager_service.cpp
50
installer_
= new (std::nothrow) GtBundleInstaller();
in GtManagerService()
64
delete
installer_
;
in ~GtManagerService()
65
installer_
= nullptr;
in ~GtManagerService()
75
if (
installer_
== nullptr) {
in Install()
76
installer_
= new (std::nothrow) GtBundleInstaller();
in Install()
143
ret =
installer_
->Install(path, installerCallback);
in Install()
172
if (
installer_
== nullptr) {
in Uninstall()
173
installer_
= new (std::nothrow) GtBundleInstaller();
in Uninstall()
199
uint8_t ret =
installer_
->Uninstall(innerBundleName);
in Uninstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_service.cpp
61
installer_
= nullptr;
in ~BundleMgrService()
170
if (
installer_
== nullptr) {
in InitBundleInstaller()
171
installer_
= new (std::nothrow) BundleInstallerHost();
in InitBundleInstaller()
172
if (
installer_
== nullptr) {
in InitBundleInstaller()
176
installer_
->Init();
in InitBundleInstaller()
336
return
installer_
;
in GetBundleInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_mgr_service.h
200
sptr<BundleInstallerHost>
installer_
;
member in OHOS::AppExecFwk::BundleMgrService
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
bundle_manager_service.h
86
BundleInstaller *
installer_
;
member in OHOS::ManagerService
H
A
D
gt_bundle_manager_service.h
114
GtBundleInstaller *
installer_
;
member in OHOS::GtManagerService
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_data_mgr_test.cpp
4757
auto bundleInstaller = DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
;
in HWTEST_F()
4758
DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
= nullptr;
in HWTEST_F()
4762
DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
= bundleInstaller;
in HWTEST_F()
4773
auto bundleInstaller = DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
;
in HWTEST_F()
4774
DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
= nullptr;
in HWTEST_F()
4778
DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
= bundleInstaller;
in HWTEST_F()
4793
auto bundleInstaller = DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
;
in HWTEST_F()
4794
DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
= nullptr;
in HWTEST_F()
4801
DelayedSingleton<BundleMgrService>::GetInstance()->
installer_
= bundleInstaller;
in HWTEST_F()
Completed in 18 milliseconds