Searched refs:bundleInfoIndex (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/ |
H A D | resident_process_manager_test.cpp | 97 size_t bundleInfoIndex = 0; variable 104 …ger->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, bundleInfoIndex); 124 size_t bundleInfoIndex = 0; variable 131 …ger->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, bundleInfoIndex); 151 size_t bundleInfoIndex = 0; variable 160 …ger->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, bundleInfoIndex); 180 size_t bundleInfoIndex = 0; variable 189 …ger->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, bundleInfoIndex); 209 size_t bundleInfoIndex = 0; variable 212 …ger->CheckMainElement(hapModuleInfo, processName, mainElement, needEraseIndexSet, bundleInfoIndex); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | resident_process_manager.h | 78 …std::string &mainElement, std::set<uint32_t> &needEraseIndexSet, size_t bundleInfoIndex, int32_t u…
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | resident_process_manager.cpp | 164 std::set<uint32_t> &needEraseIndexSet, size_t bundleInfoIndex, int32_t userId) in CheckMainElement() argument 194 needEraseIndexSet.insert(bundleInfoIndex); in CheckMainElement()
|