/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_installd_host_impl.cpp | 22 InstalldHostImpl::InstalldHostImpl()
in InstalldHostImpl() function in OHOS::AppExecFwk::InstalldHostImpl 27 InstalldHostImpl::~InstalldHostImpl()
in ~InstalldHostImpl() 32 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir)
in CreateBundleDir() 37 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
in ExtractModuleFiles() 43 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam)
in ExtractHnpFiles() 48 ErrCode InstalldHostImpl::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
in ProcessBundleInstallNative() 54 ErrCode InstalldHostImpl::ProcessBundleUnInstallNative(const std::string &userId, const std::string &packageName)
in ProcessBundleUnInstallNative() 59 ErrCode InstalldHostImpl [all...] |
H A D | installd_service.cpp | 81 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in Init() 83 APP_LOGE("InstalldHostImpl Init failed"); in Init()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 329 * @tc.desc: 1.Test the ExtractHnpFiles of InstalldHostImpl without permission 333 InstalldHostImpl installdHostImpl; in HWTEST_F() 343 * @tc.desc: 1.Test the ProcessBundleInstallNative of InstalldHostImpl without permission 347 InstalldHostImpl installdHostImpl; in HWTEST_F() 360 * @tc.desc: 1.Test the ProcessBundleUnInstallNative of InstalldHostImpl without permission 364 InstalldHostImpl installdHostImpl; in HWTEST_F() 374 * @tc.desc: 1.Test the PendSignAOT of InstalldHostImpl without permission 378 InstalldHostImpl installdHostImpl; in HWTEST_F() 390 * @tc.desc: test CreateBundleDataDirWithVector of InstalldHostImpl without permission 394 InstalldHostImpl installdHostImp in HWTEST_F() [all...] |
H A D | bms_bundle_installer_test.cpp | 2322 * @tc.desc: 1.Test the CreateBundleDir of InstalldHostImpl 2326 InstalldHostImpl impl; in HWTEST_F() 2334 * @tc.desc: 1.Test the ExtractModuleFiles of InstalldHostImpl 2338 InstalldHostImpl impl; in HWTEST_F() 2355 * @tc.desc: 1.Test the RenameModuleDir of InstalldHostImpl 2359 InstalldHostImpl impl; in HWTEST_F() 2379 * @tc.desc: 1.Test the CreateBundleDataDir of InstalldHostImpl 2383 InstalldHostImpl impl; in HWTEST_F() 2407 * @tc.desc: 1.Test the RemoveBundleDataDir of InstalldHostImpl 2411 InstalldHostImpl imp in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 94 InstalldHostImpl::InstalldHostImpl() in InstalldHostImpl() function in OHOS::AppExecFwk::InstalldHostImpl 99 InstalldHostImpl::~InstalldHostImpl() in ~InstalldHostImpl() 104 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir() 126 ErrCode InstalldHostImpl::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles() 152 ErrCode InstalldHostImpl::ExtractFiles(const ExtractParam &extractParam) in ExtractFiles() 174 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() 196 ErrCode InstalldHostImpl::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative() 209 ErrCode InstalldHostImpl [all...] |
H A D | installd_service.cpp | 90 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in Init() 92 LOG_NOFUNC_E(BMS_TAG_INSTALLD, "InstalldHostImpl Init failed"); in Init()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 536 InstalldHostImpl hostImpl; in HWTEST_F() 986 InstalldHostImpl hostImpl; in HWTEST_F() 1003 InstalldHostImpl hostImpl; in HWTEST_F() 1017 InstalldHostImpl hostImpl; in HWTEST_F() 1031 InstalldHostImpl hostImpl; in HWTEST_F() 1044 InstalldHostImpl hostImpl; in HWTEST_F() 1058 InstalldHostImpl hostImpl; in HWTEST_F() 1073 InstalldHostImpl hostImpl; in HWTEST_F() 1090 InstalldHostImpl hostImpl; in HWTEST_F() 1107 InstalldHostImpl hostImp in HWTEST_F() [all...] |
H A D | bms_install_daemon_host_impl_test.cpp | 43 sptr<InstalldHostImpl> GetInstalldHostImpl();
48 sptr<InstalldHostImpl> hostImpl_ = nullptr;
70 sptr<InstalldHostImpl> BmsInstallDaemonHostImplTest::GetInstalldHostImpl()
in GetInstalldHostImpl() 75 hostImpl_ = new (std::nothrow) InstalldHostImpl();
in GetInstalldHostImpl() 800 InstalldHostImpl impl;
in HWTEST_F() 814 InstalldHostImpl impl;
in HWTEST_F() 829 InstalldHostImpl impl;
in HWTEST_F()
|
H A D | bms_install_daemon_ipc_test.cpp | 47 sptr<InstalldHostImpl> hostImpl_ = nullptr;
75 hostImpl_ = new (std::nothrow) InstalldHostImpl();
in GetInstallProxy()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_service.h | 74 sptr<InstalldHostImpl> hostImpl_;
|
H A D | installd_host_impl.h | 27 class InstalldHostImpl : public InstalldHost { class 29 InstalldHostImpl(); 30 virtual ~InstalldHostImpl();
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | installd_service.h | 74 sptr<InstalldHostImpl> hostImpl_;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 225 int32_t ret = InstalldHostImpl().Mkdir(aotFilePath, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in StartAOTCompiler()
|