Home
last modified time | relevance | path

Searched refs:GetExistsCommonUserIds (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer.cpp42 for (auto userId : GetExistsCommonUserIds()) { in Install()
68 for (auto userId : GetExistsCommonUserIds()) { in Recover()
90 for (auto userId : GetExistsCommonUserIds()) { in Install()
125 for (auto userId : GetExistsCommonUserIds()) { in Uninstall()
168 for (auto userId : GetExistsCommonUserIds()) { in Uninstall()
205 std::set<int32_t> BundleInstaller::GetExistsCommonUserIds() in GetExistsCommonUserIds() function in OHOS::AppExecFwk::BundleInstaller
240 for (auto userId : GetExistsCommonUserIds()) { in InstallDriverForAllUsers()
265 for (auto userId : GetExistsCommonUserIds()) { in RecoverDriverForAllUsers()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer.h108 std::set<int32_t> GetExistsCommonUserIds();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp81 * @tc.name: GetExistsCommonUserIds
94 std::set<int32_t> ret = bundleInstaller_->GetExistsCommonUserIds(); in HWTEST_F()
103 * @tc.name: GetExistsCommonUserIds
109 std::set<int32_t> ret = bundleInstaller_->GetExistsCommonUserIds(); in HWTEST_F()

Completed in 3 milliseconds