Searched refs:needEraseIndexSet (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/main_element_utils_test/ |
H A D | main_element_utils_test.cpp | 57 std::set<uint32_t> needEraseIndexSet; in HWTEST_F() local 66 processName, mainElement, needEraseIndexSet, bundleInfoIndex); in HWTEST_F() 83 std::set<uint32_t> needEraseIndexSet; in HWTEST_F() local 92 processName, mainElement, needEraseIndexSet, bundleInfoIndex); in HWTEST_F() 109 std::set<uint32_t> needEraseIndexSet; in HWTEST_F() local 120 processName, mainElement, needEraseIndexSet, bundleInfoIndex); in HWTEST_F() 137 std::set<uint32_t> needEraseIndexSet; in HWTEST_F() local 148 processName, mainElement, needEraseIndexSet, bundleInfoIndex); in HWTEST_F() 165 std::set<uint32_t> needEraseIndexSet; in HWTEST_F() local 170 processName, mainElement, needEraseIndexSet, bundleInfoInde in HWTEST_F() 187 std::set<uint32_t> needEraseIndexSet; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/ |
H A D | resident_process_manager.cpp | 70 std::set<uint32_t> needEraseIndexSet; in StartResidentProcessWithMainElement() local 74 needEraseIndexSet.insert(i); in StartResidentProcessWithMainElement() 82 needEraseIndexSet.insert(i); in StartResidentProcessWithMainElement() 88 processName, mainElement, needEraseIndexSet, i, userId)) { in StartResidentProcessWithMainElement() 92 needEraseIndexSet.insert(i); in StartResidentProcessWithMainElement() 110 for (auto iter = needEraseIndexSet.rbegin(); iter != needEraseIndexSet.rend(); iter++) { in StartResidentProcessWithMainElement() 118 std::set<uint32_t> needEraseIndexSet; // no use in NotifyDisableResidentProcess() local 124 processName, mainElement, needEraseIndexSet, i, userId)) { in NotifyDisableResidentProcess()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | main_element_utils.cpp | 69 std::set<uint32_t> &needEraseIndexSet, size_t bundleInfoIndex, int32_t userId) in CheckMainElement() 99 needEraseIndexSet.insert(bundleInfoIndex); in CheckMainElement() 67 CheckMainElement(const AppExecFwk::HapModuleInfo &hapModuleInfo, const std::string &processName, std::string &mainElement, std::set<uint32_t> &needEraseIndexSet, size_t bundleInfoIndex, int32_t userId) CheckMainElement() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | main_element_utils.h | 35 * @param needEraseIndexSet The returned set of indices that need to be erased. 41 std::string &mainElement, std::set<uint32_t> &needEraseIndexSet, size_t bundleInfoIndex, int32_t userId = 0);
|
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/ |
H A D | pendingwantmanager_fuzzer.cpp | 142 std::set<uint32_t> needEraseIndexSet; in DoSomethingInterestingWithMyAPI() local
|
Completed in 2 milliseconds