Searched refs:BundleInstaller (Results 1 - 9 of 9) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 25 BundleInstaller::BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusReceiver) in BundleInstaller() function in OHOS::AppExecFwk::BundleInstaller 31 BundleInstaller::~BundleInstaller() in ~BundleInstaller() 36 void BundleInstaller::Install(const std::string &bundleFilePath, const InstallParam &installParam) in Install() 63 void BundleInstaller::Recover(const std::string &bundleName, const InstallParam &installParam) in Recover() 84 void BundleInstaller::Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam) in Install() 110 void BundleInstaller::InstallByBundleName(const std::string &bundleName, const InstallParam &installParam) in InstallByBundleName() 118 void BundleInstaller::Uninstall(const std::string &bundleName, const InstallParam &installParam) in Uninstall() 152 void BundleInstaller [all...] |
H A D | bundle_installer_manager.cpp | 188 std::shared_ptr<BundleInstaller> BundleInstallerManager::CreateInstaller(const sptr<IStatusReceiver> &statusReceiver) in CreateInstaller() 191 auto installer = std::make_shared<BundleInstaller>(installerId, statusReceiver); in CreateInstaller()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_installer.cpp | 42 BundleInstaller::BundleInstaller(const std::string &codeDirPath, const std::string &dataDirPath) in BundleInstaller() function in OHOS::BundleInstaller 44 HILOG_INFO(HILOG_MODULE_APP, "create BundleInstaller instance!"); in BundleInstaller() 49 BundleInstaller::~BundleInstaller() in ~BundleInstaller() 51 HILOG_INFO(HILOG_MODULE_APP, "destroy BundleInstaller instance!"); in ~BundleInstaller() 56 std::string BundleInstaller::GetCodeDirPath() const in GetCodeDirPath() 61 std::string BundleInstaller::GetDataDirPath() const in GetDataDirPath() 66 void BundleInstaller::ModifyInstallDirByHapType(const InstallParam &installParam, uint8_t hapType) in ModifyInstallDirByHapType() 81 void BundleInstaller [all...] |
H A D | bundle_manager_service.cpp | 52 installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH); in ManagerService() 185 installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH); in ServiceMsgProcess()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 30 class BundleInstaller : public BaseBundleInstaller { class 32 BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusReceiver); 33 virtual ~BundleInstaller() override; 120 DISALLOW_COPY_AND_MOVE(BundleInstaller);
|
H A D | bundle_installer_manager.h | 114 * @return Returns a pointers to BundleInstaller object. 116 std::shared_ptr<BundleInstaller> CreateInstaller(const sptr<IStatusReceiver> &statusReceiver);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_installer.h | 30 class BundleInstaller { class 32 BundleInstaller(const std::string &codeDirPath, const std::string &dataDirPath); 33 ~BundleInstaller();
|
H A D | bundle_manager_service.h | 86 BundleInstaller *installer_;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 55 std::shared_ptr<BundleInstaller> bundleInstaller_ = nullptr; 73 bundleInstaller_ = std::make_shared<BundleInstaller>(installerId_, receiver_); in SetUp()
|
Completed in 5 milliseconds