Home
last modified time | relevance | path

Searched refs:jVecRoutes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp447 void NetworkVpnService::ConvertVecRouteToJson(const std::vector<Route>& routes, cJSON* jVecRoutes) in ConvertVecRouteToJson() argument
463 cJSON_AddItemToArray(jVecRoutes, jRoute); in ConvertVecRouteToJson()
478 cJSON *jVecRoutes = cJSON_CreateArray(); in ParseConfigToJson() local
479 ConvertVecRouteToJson(vpnCfg->routes_, jVecRoutes); in ParseConfigToJson()
480 cJSON_AddItemToObject(root, "routes", jVecRoutes); in ParseConfigToJson()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h205 void ConvertVecRouteToJson(const std::vector<Route>& routes, cJSON* jVecRoutes);