Home
last modified time | relevance | path

Searched refs:GetHmpBundleList (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h42 std::set<std::string> GetHmpBundleList(const std::string &path) const;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp41 hmpBundleInstaller.GetHmpBundleList(std::string(data, size)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp47 std::set<std::string> HmpBundleInstaller::GetHmpBundleList(const std::string &path) const in GetHmpBundleList() function in OHOS::AppExecFwk::HmpBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6733 * @tc.name: test GetHmpBundleList
6734 * @tc.desc: 1.Test GetHmpBundleList the HmpBundleInstaller
6755 std::set<std::string> ret = installer.GetHmpBundleList(path); in HWTEST_F()

Completed in 12 milliseconds