Home
last modified time | relevance | path

Searched refs:MatchOldSignatures (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h245 bool MatchOldSignatures(const std::string &bundleName, const std::vector<std::string> &appSignatures);
H A Dbundle_mgr_service_event_handler.h571 bool MatchOldSignatures(const PreBundleConfigInfo &configInfo, const std::vector<std::string> &appSignatures);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp729 !MatchOldSignatures(newInfo.GetBundleName(), preBundleConfigInfo.appSignature)) { in GetPrivilegeCapability()
1190 if (!match && !MatchOldSignatures(bundleName, configInfo.appSignature)) { in FetchPrivilegeCapabilityFromPreConfig()
1231 bool BundleInstallChecker::MatchOldSignatures(const std::string &bundleName, in MatchOldSignatures() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbundle_mgr_service_event_handler.cpp3253 !MatchOldSignatures(preBundleConfigInfo, innerBundleInfo.GetOldAppIds())) { in UpdatePrivilegeCapability()
3273 bool BMSEventHandler::MatchOldSignatures(const PreBundleConfigInfo &configInfo, in MatchOldSignatures() function in OHOS::AppExecFwk::BMSEventHandler
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp870 * @tc.name: MatchOldSignatures
871 * @tc.desc: test MatchOldSignatures
880 bool ret = handler->MatchOldSignatures(preBundleConfigInfo, oldSignatures); in HWTEST_F()
884 ret = handler->MatchOldSignatures(preBundleConfigInfo, oldSignatures); in HWTEST_F()
890 ret = handler->MatchOldSignatures(preBundleConfigInfo, oldSignatures); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp610 bool BMSEventHandler::MatchOldSignatures( in MatchOldSignatures() function in OHOS::AppExecFwk::BMSEventHandler
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2137 * @tc.name: test the start function of MatchOldSignatures
2145 bool res = installChecker.MatchOldSignatures("", appSignatures); in HWTEST_F()

Completed in 18 milliseconds