Home
last modified time | relevance | path

Searched refs:checkResultMsg (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallersetcheckresultmsg_fuzzer/
H A Dbasebundleinstallersetcheckresultmsg_fuzzer.cpp31 std::string checkResultMsg; in DoSomethingInterestingWithMyAPI() local
32 basebundleinstall.SetCheckResultMsg(checkResultMsg); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp104 std::string checkResultMsg = "the dependent module: " + dependency.moduleName + " does not exist."; in CheckDependency() local
105 iter->second->SetCheckResultMsg(checkResultMsg); in CheckDependency()
H A Dinner_shared_bundle_installer.cpp785 void InnerSharedBundleInstaller::SetCheckResultMsg(const std::string checkResultMsg) const in SetCheckResultMsg()
787 bundleInstallChecker_->SetCheckResultMsg(checkResultMsg); in SetCheckResultMsg()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h76 void SetCheckResultMsg(const std::string checkResultMsg) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h179 void SetCheckResultMsg(const std::string checkResultMsg);
H A Dbase_bundle_installer.h183 void SetCheckResultMsg(const std::string checkResultMsg) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1692 string checkResultMsg; in HWTEST_F() local
1693 installer.SetCheckResultMsg(checkResultMsg); in HWTEST_F()
1694 EXPECT_EQ(installer.bundleInstallChecker_->GetCheckResultMsg(), checkResultMsg); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1610 void BundleInstallChecker::SetCheckResultMsg(const std::string checkResultMsg) in SetCheckResultMsg() argument
1612 checkResultMsg_ = checkResultMsg; in SetCheckResultMsg()
H A Dbase_bundle_installer.cpp6018 void BaseBundleInstaller::SetCheckResultMsg(const std::string checkResultMsg) const in SetCheckResultMsg()
6020 bundleInstallChecker_->SetCheckResultMsg(checkResultMsg); in SetCheckResultMsg()

Completed in 22 milliseconds