Home
last modified time | relevance | path

Searched refs:SetCheckResultMsg (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallersetcheckresultmsg_fuzzer/
H A Dbasebundleinstallersetcheckresultmsg_fuzzer.cpp32 basebundleinstall.SetCheckResultMsg(checkResultMsg); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer.cpp56 SetCheckResultMsg(""); in Install()
101 SetCheckResultMsg(""); in Install()
H A Dbundle_install_checker.cpp567 SetCheckResultMsg( in CheckDependency()
1113 SetCheckResultMsg("the moduleName: " + moduleVec[0] + " is not unique in the haps"); in CheckModuleNameForMulitHaps()
1630 void BundleInstallChecker::SetCheckResultMsg(const std::string checkResultMsg) in SetCheckResultMsg() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp5928 void BaseBundleInstaller::SetCheckResultMsg(const std::string checkResultMsg) const in SetCheckResultMsg() function in OHOS::AppExecFwk::BaseBundleInstaller
5930 bundleInstallChecker_->SetCheckResultMsg(checkResultMsg); in SetCheckResultMsg()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h76 void SetCheckResultMsg(const std::string checkResultMsg) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp105 iter->second->SetCheckResultMsg(checkResultMsg); in CheckDependency()
H A Dinner_shared_bundle_installer.cpp777 void InnerSharedBundleInstaller::SetCheckResultMsg(const std::string checkResultMsg) const in SetCheckResultMsg() function in OHOS::AppExecFwk::InnerSharedBundleInstaller
779 bundleInstallChecker_->SetCheckResultMsg(checkResultMsg); in SetCheckResultMsg()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h179 void SetCheckResultMsg(const std::string checkResultMsg);
H A Dbase_bundle_installer.h178 void SetCheckResultMsg(const std::string checkResultMsg) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1654 installer.SetCheckResultMsg(checkResultMsg);