Home
last modified time | relevance | path

Searched refs:GetOldAppIds (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp163 !MatchSignature(permission, innerBundleInfo.GetOldAppIds())) { in CreateHapPolicyParam()
H A Dbundle_install_checker.cpp1236 if (!dataMgr->GetOldAppIds(bundleName, oldAppIds)) { in MatchOldSignatures()
H A Dbundle_data_mgr.cpp358 if (oldInfo.GetOldAppIds().empty()) { in AddNewModuleInfo()
644 if (oldInfo.GetOldAppIds().empty()) { in UpdateInnerBundleInfo()
7594 bool BundleDataMgr::GetOldAppIds(const std::string &bundleName, std::vector<std::string> &appIds) const in GetOldAppIds() function in OHOS::AppExecFwk::BundleDataMgr
7606 appIds = innerBundleInfo->second.GetOldAppIds(); in GetOldAppIds()
H A Dbundle_mgr_service_event_handler.cpp3253 !MatchOldSignatures(preBundleConfigInfo, innerBundleInfo.GetOldAppIds())) { in UpdatePrivilegeCapability()
H A Dinner_bundle_info.cpp4161 std::vector<std::string> InnerBundleInfo::GetOldAppIds() const in GetOldAppIds() function in InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h917 bool GetOldAppIds(const std::string &bundleName, std::vector<std::string> &appIds) const;
H A Dinner_bundle_info.h2188 std::vector<std::string> GetOldAppIds() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5084 * @tc.name: GetOldAppIds
5085 * @tc.desc: GetOldAppIds
5091 auto res = GetBundleDataMgr()->GetOldAppIds(BUNDLE_NAME_TEST, oldAppIds); in HWTEST_F()
5098 * @tc.name: GetOldAppIds
5099 * @tc.desc: GetOldAppIds
5104 auto res = GetBundleDataMgr()->GetOldAppIds("com.example.baseApplication", oldAppIds); in HWTEST_F()
5110 * @tc.name: GetOldAppIds
5111 * @tc.desc: GetOldAppIds
5117 auto res = GetBundleDataMgr()->GetOldAppIds("", oldAppIds); in HWTEST_F()

Completed in 49 milliseconds