/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 74 static void Install(const std::string &bundleFilePath, const InstallFlag installFlag, std::string &installMessage); 75 static void Install( 119 void BmsCompatibleSystemTest::Install( in Install() function in OHOS::AppExecFwk::BmsCompatibleSystemTest 133 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in Install() 137 void BmsCompatibleSystemTest::Install( in Install() function in OHOS::AppExecFwk::BmsCompatibleSystemTest 151 installerProxy->Install(bundleFilePaths, installParam, statusReceiver); in Install() 264 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 306 Install(bundleFilePath1, InstallFlag::NORMAL, message); in HWTEST_F() 308 Install(bundleFilePath2, InstallFlag::REPLACE_EXISTING, message); in HWTEST_F() 345 Install(bundleFilePat in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager.cpp | 20 bool Install(const char *hapPath, const InstallParam *installParam, InstallerCallback installerCallback)
in Install() function 22 return OHOS::BundleMsClient::GetInstance().Install(hapPath, installParam, installerCallback);
in Install()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_mgr_slite_feature.cpp | 28 .Install = BundleMgrSliteFeature::Install,
97 OHOS::GtManagerService::GetInstance().Install(nullptr, nullptr, nullptr);
in OnFeatureMessage() 102 bool BundleMgrSliteFeature::Install(const char *hapPath, const InstallParam *installParam,
in Install() function in OHOS::BundleMgrSliteFeature 105 return OHOS::GtManagerService::GetInstance().Install(hapPath, installParam, installerCallback);
in Install()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 264 static void Install( 266 static void Install( 333 void ActsBmsKitSystemTest::Install( in Install() function in OHOS::AppExecFwk::ActsBmsKitSystemTest 347 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in Install() 351 void ActsBmsKitSystemTest::Install( in Install() function in OHOS::AppExecFwk::ActsBmsKitSystemTest 362 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in Install() 542 Install(bundleFilePath, InstallFlag::REPLACE_EXISTING, resvec); in HWTEST_F() 572 Install(bundleFilePath, InstallFlag::REPLACE_EXISTING, resvec); in HWTEST_F() 605 Install(bundleFilePath, InstallFlag::REPLACE_EXISTING, resvec); in HWTEST_F() 640 Install(bundleFilePat in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 94 static void Install(const std::string &bundleFilePath, const InstallFlag installFlag, std::string &installMessage); 196 void BmsLauncherServiceSystemTest::Install( in Install() function in OHOS::AppExecFwk::BmsLauncherServiceSystemTest 210 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in Install() 423 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 445 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 468 Install(bundleFilePath1, InstallFlag::NORMAL, message); in HWTEST_F() 470 Install(bundleFilePath2, InstallFlag::REPLACE_EXISTING, message); in HWTEST_F() 493 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 519 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 547 Install(bundleFilePat in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/ |
H A D | installer_proxy_test.cpp | 98 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in BenchmarkTestInstallerProxyInfo() 120 installerProxy->Install(bundleFilePaths, installParam, statusReceiver); in BenchmarkTestMultipleInstallerProxyInfo() 140 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in BenchmarkTestUninstallerApplication()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 102 static void Install( 274 void BmsUninstallSystemTest::Install( in Install() function in OHOS::AppExecFwk::BmsUninstallSystemTest 288 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in Install() 390 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 428 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 467 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 509 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 542 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 579 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 628 Install(bundleFilePat in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_installer_service.h | 29 MOCK_METHOD3(Install, 34 MOCK_METHOD3(Install, bool(const std::vector<std::string> &, const AppExecFwk::InstallParam &,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 43 * @brief Install a bundle using this installer object. 48 void Install(const std::string &bundleFilePath, const InstallParam &installParam); 50 * @brief Install a bundle by bundleName. 57 * @brief Install a bundle using this installer object. 62 void Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam); 64 * @brief Install a bundle by bundleName.
|
H A D | bundle_installer_host.h | 49 virtual bool Install(const std::string &bundleFilePath, const InstallParam &installParam, 69 virtual bool Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, 103 * @brief Install sandbox application. 141 * @brief Handles the Install function called from a IBundleInstaller proxy object. 148 * @brief Handles the Install by bundleName function called from a IBundleInstaller proxy object. 154 * @brief Handles the Install multiple haps function called from a IBundleInstaller proxy object.
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/ |
H A D | bundleinstallerproxy_fuzzer.cpp | 32 bundleinstallerProxy.Install(bundleFilePath, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI() 39 bundleinstallerProxy.Install(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 39 virtual bool Install(const std::string &bundleFilePath, const InstallParam &installParam, 60 virtual bool Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, 99 * @brief Install sandbox application.
|
H A D | bundle_stream_installer_interface.h | 44 virtual bool Install() in Install() function in OHOS::AppExecFwk::IBundleStreamInstaller
|
H A D | bundle_installer_proxy.h | 40 virtual bool Install(const std::string &bundleFilePath, const InstallParam &installParam, 60 virtual bool Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, 89 * @brief Install sandbox application.
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 67 bundleInstallerHost->Install(bundleFilePath, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI() 69 bundleInstallerHost->Install(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.h | 54 bool Install(const std::string &bundleFilePath, const InstallParam &installParam, 56 bool Install(const std::vector<std::string> &bundleFilePath, const InstallParam &installParam,
|
H A D | mock_bundle_installer_host.cpp | 31 bool MockBundleInstallerHost::Install( in Install() function in OHOS::AppExecFwk::MockBundleInstallerHost 44 bool MockBundleInstallerHost::Install(const std::vector<std::string> &bundleFilePath, const InstallParam &installParam, in Install() function in OHOS::AppExecFwk::MockBundleInstallerHost
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/ |
H A D | bms_stream_installer_host_test.cpp | 41 MOCK_METHOD0(Install, bool()); 125 EXPECT_CALL(*streamInstallerHost_, Install()).Times(1).WillOnce(testing::Invoke(func)); in HWTEST_F() 148 EXPECT_CALL(*streamInstallerHost_, Install()).Times(1).WillOnce(testing::Invoke(func)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/ |
H A D | bundlestreaminstallerproxy_fuzzer.cpp | 31 callbackProxy.Install(); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/slite/ |
H A D | bundle_manager.h | 56 * This function can be registered through {@link Install} and {@link Uninstall} to receive the installation, update, 81 bool Install(const char *hapPath, const InstallParam *installParam, InstallerCallback installerCallback);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | shared_bundle_installer.h | 64 * @brief Install cross-app shared bundles. 68 ErrCode Install(const EventInfo &eventTemplate);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 71 bool BundleStreamInstallerHostImpl::Install()
in Install() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/ |
H A D | appservicefwkinstallerinstall_fuzzer.cpp | 36 appServicefwk.Install(hspPaths, installParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 179 static void Install( 193 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in SetUpTestCase() 270 void BmsSearchSystemTest::Install( in Install() function in OHOS::AppExecFwk::BmsSearchSystemTest 284 installerProxy->Install(bundleFilePath, installParam, statusReceiver); in Install() 696 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 703 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 743 Install(hapFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 819 Install(hapFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 933 Install(bundleFilePath, InstallFlag::NORMAL, resvec); in HWTEST_F() 1124 Install(bundleFilePat in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 129 * @tc.name: Install 130 * @tc.desc: test Install (The parameter input is normal) 145 bundleInstaller_->Install(BUNDLE_PATH, installParam); in HWTEST_F() 153 * @tc.name: Install 154 * @tc.desc: test Install (Input bundleFilePath parameter is EMPTY_STRING) 169 bundleInstaller_->Install(EMPTY_STRING, installParam); in HWTEST_F() 177 * @tc.name: Install 178 * @tc.desc: test Install (No user ID added) 192 bundleInstaller_->Install(BUNDLE_PATH, installParam); in HWTEST_F() 224 * @tc.name: Install [all...] |