Home
last modified time | relevance | path

Searched refs:Install (Results 1 - 25 of 111) sorted by relevance

12345

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp74 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 Dbundle_manager.cpp20 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 Dbundle_mgr_slite_feature.cpp28 .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 Dacts_bms_kit_system_test.cpp264 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 Dbms_launcher_service_system_test.cpp94 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 Dinstaller_proxy_test.cpp98 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 Dbms_uninstall_system_test.cpp102 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 Dmock_bundle_installer_service.h29 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 Dbundle_installer.h43 * @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 Dbundle_installer_host.h49 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 Dbundleinstallerproxy_fuzzer.cpp32 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 Dbundle_installer_interface.h39 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 Dbundle_stream_installer_interface.h44 virtual bool Install() in Install() function in OHOS::AppExecFwk::IBundleStreamInstaller
H A Dbundle_installer_proxy.h40 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 Dbundleinstallerhost_fuzzer.cpp67 bundleInstallerHost->Install(bundleFilePath, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
69 bundleInstallerHost->Install(bundleFilePaths, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.h54 bool Install(const std::string &bundleFilePath, const InstallParam &installParam,
56 bool Install(const std::vector<std::string> &bundleFilePath, const InstallParam &installParam,
H A Dmock_bundle_installer_host.cpp31 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 Dbms_stream_installer_host_test.cpp41 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 Dbundlestreaminstallerproxy_fuzzer.cpp31 callbackProxy.Install(); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/slite/
H A Dbundle_manager.h56 * 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 Dshared_bundle_installer.h64 * @brief Install cross-app shared bundles.
68 ErrCode Install(const EventInfo &eventTemplate);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp71 bool BundleStreamInstallerHostImpl::Install() in Install() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp36 appServicefwk.Install(hspPaths, installParam); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp179 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 Dbms_bundle_installers_test.cpp129 * @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...]

Completed in 24 milliseconds

12345