Home
last modified time | relevance | path

Searched refs:moduleNameSet (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Drouter_item_compare.cpp21 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 Drouter_map_helper.cpp34 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 Drouter_item_compare.h28 explicit RouterItemCompare(const std::set<std::string> &moduleNameSet);
31 std::set<std::string> moduleNameSet; member in OHOS::AppExecFwk::RouterItemCompare
H A Drouter_map_helper.h30 std::vector<RouterItem>& routerArray, const std::set<std::string>& moduleNameSet);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/routermaphelper_fuzzer/
H A Droutermaphelper_fuzzer.cpp35 std::set<std::string> moduleNameSet; in DoSomethingInterestingWithMyAPI() local
37 RouterMapHelper::MergeRouter(routerArrayList, routerArray, moduleNameSet); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds