Home
last modified time | relevance | path

Searched defs:isDefaultRoute (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___route.md74 ### isDefaultRoute subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_conn___route.md74 ### isDefaultRoute subsection
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dcommon.h61 bool isDefaultRoute; member
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h171 int32_t isDefaultRoute; member
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp340 cJSON *isDefaultRoute = cJSON_GetObjectItem(mem, "isDefaultRoute"); in ConvertRouteToConfig() local