/ohos5.0/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/ |
H A D | resident_process_manager_test.cpp | 104 …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 D | resident_process_manager.cpp | 110 … 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 D | resident_process_manager.h | 77 …bool CheckMainElement(const AppExecFwk::HapModuleInfo &hapModuleInfo, const std::string &processNa…
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/ |
H A D | pendingwantmanager_fuzzer.cpp | 143 …residentProcessManager->CheckMainElement(hapModuleInfo, stringParam, stringParam, needEraseIndexSe… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 210 ErrCode CheckMainElement(const InnerBundleInfo &info);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 377 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 D | bundle_install_checker.cpp | 383 result = CheckMainElement(newInfo); in ParseHapFiles() 1161 ErrCode BundleInstallChecker::CheckMainElement(const InnerBundleInfo &info) in CheckMainElement() function in OHOS::AppExecFwk::BundleInstallChecker
|