Home
last modified time | relevance | path

Searched refs:CheckMainElement (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/
H A Dresident_process_manager_test.cpp104 …bool res = manager->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, b…
131 …bool res = manager->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, b…
160 …bool res = manager->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, b…
189 …bool res = manager->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, b…
212 …bool res = manager->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, b…
236 …bool res = manager->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, b…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp110 … if (!CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, i, userId)) { in StartResidentProcessWithMainElement()
141 … if (!CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, i, userId)) { in NotifyDisableResidentProcess()
162 bool ResidentProcessManager::CheckMainElement(const AppExecFwk::HapModuleInfo &hapModuleInfo, in CheckMainElement() function in OHOS::AAFwk::ResidentProcessManager
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dresident_process_manager.h77 …bool CheckMainElement(const AppExecFwk::HapModuleInfo &hapModuleInfo, const std::string &processNa…
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp143 …residentProcessManager->CheckMainElement(hapModuleInfo, stringParam, stringParam, needEraseIndexSe… in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h210 ErrCode CheckMainElement(const InnerBundleInfo &info);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp377 auto ret = installChecker.CheckMainElement(info);
395 auto ret = installChecker.CheckMainElement(info);
413 auto ret = installChecker.CheckMainElement(info);
418 ret = installChecker.CheckMainElement(info);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp383 result = CheckMainElement(newInfo); in ParseHapFiles()
1161 ErrCode BundleInstallChecker::CheckMainElement(const InnerBundleInfo &info) in CheckMainElement() function in OHOS::AppExecFwk::BundleInstallChecker