Searched refs:routerInfoMap (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/routerdatastoragerdb_fuzzer/ |
H A D | routerdatastoragerdb_fuzzer.cpp | 35 std::map<std::string, std::string> routerInfoMap; in DoSomethingInterestingWithMyAPI() local 37 routerDataStorageRdb->UpdateRouterInfo(bundleName, routerInfoMap); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/navigation/ |
H A D | router_data_storage_rdb.h | 30 const std::string &bundleName, const std::map<std::string, std::string> &routerInfoMap);
|
H A D | router_data_storage_interface.h | 31 const std::string &bundleName, const std::map<std::string, std::string> &routerInfoMap) = 0;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | router_data_storage_rdb.cpp | 55 const std::string &bundleName, const std::map<std::string, std::string> &routerInfoMap) in UpdateRouterInfo() 67 for (const auto &item : routerInfoMap) { in UpdateRouterInfo() 54 UpdateRouterInfo( const std::string &bundleName, const std::map<std::string, std::string> &routerInfoMap) UpdateRouterInfo() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 2877 std::map<std::string, std::string> routerInfoMap; in UpdateRouterInfo() local 2884 routerInfoMap[hapIter->first] = routerMapString; in UpdateRouterInfo() 2886 if (!routerStorage_->UpdateRouterInfo(bundleName, routerInfoMap)) { in UpdateRouterInfo()
|
Completed in 19 milliseconds