Home
last modified time | relevance | path

Searched refs:InstallNormalAppInHmp (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h30 ErrCode InstallNormalAppInHmp(const std::string &bundleDir, bool removable = true);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp36 hmpBundleInstaller.InstallNormalAppInHmp(std::string(data, size)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp85 ErrCode HmpBundleInstaller::InstallNormalAppInHmp(const std::string &bundleDir, bool removable) in InstallNormalAppInHmp() function in OHOS::AppExecFwk::HmpBundleInstaller
H A Dbundle_mgr_service_event_handler.cpp2329 auto res = installer->InstallNormalAppInHmp(normalizedAppDir, removable); in HandleInstallModuleUpdateNormalApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6467 * @tc.name: test InstallNormalAppInHmp
6468 * @tc.desc: 1.Test InstallNormalAppInHmp the HmpBundleInstaller
6473 ErrCode ret = installer.InstallNormalAppInHmp("/data"); in HWTEST_F()

Completed in 20 milliseconds