Home
last modified time | relevance | path

Searched refs:rtnType_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Droute_utils_test.cpp38 route.rtnType_ = RTN_UNICAST; in GetRoute()
61 route.rtnType_ = RTN_UNREACHABLE; in GetRoute2()
84 route.rtnType_ = RTN_UNICAST; in GetRoute3()
107 route.rtnType_ = RTN_UNICAST; in GetRoute4()
167 route.rtnType_ = RTN_UNICAST; in HWTEST_F()
193 route.rtnType_ = RTN_UNREACHABLE; in HWTEST_F()
213 route.rtnType_ = RTN_THROW; in HWTEST_F()
269 route.rtnType_ = INVALID_VALUE; in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Droute.cpp44 if (!parcel.WriteInt32(rtnType_)) { in Marshalling()
84 if (!parcel.ReadInt32(ptr->rtnType_)) { in Unmarshalling()
119 if (!parcel.WriteInt32(object->rtnType_)) { in Marshalling()
158 str.append("rtnType_ = "); in ToString()
159 str.append(std::to_string(rtnType_)); in ToString()
/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp38 if (!(iter->rtnType_ == RTN_UNICAST && iter->destination_.prefixlen_ == 0)) { in AddRoutesToLocal()
52 ipv6Rt.rtnType_ = RTN_UNICAST; in AddRoutesToLocal()
91 if (itero->rtnType_ != iterf->rtnType_ || itero->mtu_ != iterf->mtu_) { in UpdateRoutes()
132 switch (route.rtnType_) { in ModifyRoute()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_ext_test/
H A Dnetworkvpn_service_ext_test.cpp72 route.rtnType_ = RTN_UNICAST; in GetRouteInfo()
158 cJSON_AddItemToObject(json, "rtnType", cJSON_CreateNumber(mem.rtnType_)); in HWTEST_F()
178 EXPECT_EQ(destRoute.rtnType_, RTN_UNICAST); in HWTEST_F()
198 EXPECT_EQ(destRoute.rtnType_, RTN_UNICAST); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Droute.h41 int32_t rtnType_ = RTN_UNICAST; member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp356 tmp.rtnType_ = cJSON_GetNumberValue(rtnType); in ConvertRouteToConfig()
357 NETMGR_EXT_LOG_D("rtnType = %{public}d", tmp.rtnType_); in ConvertRouteToConfig()
492 cJSON_AddItemToObject(jRoute, "rtnType", cJSON_CreateNumber(mem.rtnType_)); in ConvertVecRouteToJson()

Completed in 5 milliseconds