Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h32 bool GetRequiredUserIds(std::string bundleName, std::set<int32_t> &userIds);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp38 hmpBundleInstaller.GetRequiredUserIds(std::string(data, size), userIds); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp90 if (!GetRequiredUserIds(bundleName, requiredUserIds)) { in InstallNormalAppInHmp()
137 bool HmpBundleInstaller::GetRequiredUserIds(std::string bundleName, std::set<int32_t> &userIds) in GetRequiredUserIds() function in OHOS::AppExecFwk::HmpBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6479 * @tc.name: test GetRequiredUserIds
6480 * @tc.desc: 1.Test GetRequiredUserIds the HmpBundleInstaller
6486 bool ret = installer.GetRequiredUserIds("/data", userIds); in HWTEST_F()

Completed in 14 milliseconds