Searched refs:moduleNameSet (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | router_item_compare.cpp | 21 RouterItemCompare::RouterItemCompare(const std::set<std::string> &moduleNameSet) : moduleNameSet(moduleNameSet) in RouterItemCompare() argument 37 bool contains1 = moduleNameSet.find(item1.moduleName) != moduleNameSet.end(); in operator ()() 38 bool contains2 = moduleNameSet.find(item2.moduleName) != moduleNameSet.end(); in operator ()()
|
H A D | router_map_helper.cpp | 34 std::set<std::string> moduleNameSet; in MergeRouter() local 37 moduleNameSet.insert(hapModuleInfo.name); in MergeRouter() 46 MergeRouter(routerArrayList, info.routerArray, moduleNameSet); in MergeRouter() 63 std::vector<RouterItem>& routerArray, const std::set<std::string>& moduleNameSet) in MergeRouter() 65 std::map<RouterItem, std::string, RouterItemCompare> routerMap((RouterItemCompare(moduleNameSet))); in MergeRouter() 62 MergeRouter(const std::vector<RouterItem>& routerArrayList, std::vector<RouterItem>& routerArray, const std::set<std::string>& moduleNameSet) MergeRouter() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/navigation/ |
H A D | router_item_compare.h | 28 explicit RouterItemCompare(const std::set<std::string> &moduleNameSet); 31 std::set<std::string> moduleNameSet; member in OHOS::AppExecFwk::RouterItemCompare
|
H A D | router_map_helper.h | 30 std::vector<RouterItem>& routerArray, const std::set<std::string>& moduleNameSet);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/routermaphelper_fuzzer/ |
H A D | routermaphelper_fuzzer.cpp | 35 std::set<std::string> moduleNameSet; in DoSomethingInterestingWithMyAPI() local 37 RouterMapHelper::MergeRouter(routerArrayList, routerArray, moduleNameSet); in DoSomethingInterestingWithMyAPI()
|
Completed in 2 milliseconds