Home
last modified time | relevance | path

Searched refs:destAddress (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp97 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in ReleaseLanNetLink() local
98 … ret += NetConnClient::GetInstance().RemoveNetworkRoute(LOCAL_NET_ID, route.iface_, destAddress, in ReleaseLanNetLink()
102 … route.iface_.c_str(), destAddress.c_str(), route.gateway_.address_.c_str()); in ReleaseLanNetLink()
162 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in SetRoute() local
163 … auto ret = NetConnClient::GetInstance().AddNetworkRoute(LOCAL_NET_ID, route.iface_, destAddress, in SetRoute()
181 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in DelRoute() local
182 …auto ret = NetConnClient::GetInstance().RemoveNetworkRoute(LOCAL_NET_ID, route.iface_, destAddress, in DelRoute()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp166 …auto destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen… in ReleaseBasicNetwork() local
167 NetsysController::GetInstance().NetworkRemoveRoute(netId_, route.iface_, destAddress, in ReleaseBasicNetwork()
173 …tsysController::GetInstance().NetworkRemoveRoute(LOCAL_NET_ID, route.iface_, destAddress, nextHop); in ReleaseBasicNetwork()
370 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in UpdateRoutes() local
371 … auto ret = NetsysController::GetInstance().NetworkRemoveRoute(netId_, route.iface_, destAddress, in UpdateRoutes()
378 …tsysController::GetInstance().NetworkRemoveRoute(LOCAL_NET_ID, route.iface_, destAddress, nextHop); in UpdateRoutes()
393 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in UpdateRoutes() local
395 …NetsysController::GetInstance().NetworkAddRoute(netId_, route.iface_, destAddress, route.gateway_.… in UpdateRoutes()
401 … NetsysController::GetInstance().NetworkAddRoute(LOCAL_NET_ID, route.iface_, destAddress, nextHop); in UpdateRoutes()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_message.cpp64 tPdu->data.submit.destAddress.ton = TYPE_UNKNOWN; in SetSmsTpduDestAddress()
65 tPdu->data.submit.destAddress.npi = SMS_NPI_ISDN; in SetSmsTpduDestAddress()
67 …ret = memcpy_s(tPdu->data.submit.destAddress.address, sizeof(tPdu->data.submit.destAddress.address… in SetSmsTpduDestAddress()
73 tPdu->data.submit.destAddress.address[addLen] = '\0'; in SetSmsTpduDestAddress()
76 …ret = memcpy_s(tPdu->data.submit.destAddress.address, sizeof(tPdu->data.submit.destAddress.address… in SetSmsTpduDestAddress()
79 …ret = memcpy_s(tPdu->data.submit.destAddress.address, sizeof(tPdu->data.submit.destAddress.address… in SetSmsTpduDestAddress()
86 tPdu->data.submit.destAddress.address[MAX_ADDRESS_LEN] = '\0'; in SetSmsTpduDestAddress()
H A Dgsm_sms_tpdu_encode.cpp54 if (!paramCodec_->EncodeAddressPdu(&pSubmit->destAddress, address)) { in EncodeSubmitPdu()
110 std::string addr = pSubmit->destAddress.address; in EncodeSubmitPduPartData()
194 if (pSubmit.bHeaderInd && CT_SMSC.compare(pSubmit.destAddress.address) != 0) { in EncodeSubmitTypeData()
H A Dgsm_sms_tpdu_decode.cpp110 if (!paramCodec_->DecodeAddressPdu(buffer, &(submit->destAddress))) { in DecodeSubmitPartData()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h158 struct AddressNumber destAddress; // TP Destination Address (TP DA) member
H A Dgsm_sms_message.h29 void SetDestAddress(const std::string &destAddress);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp142 std::string destAddress = strLocalRoute + "/" + std::to_string(prefixLength); in AddRoute() local
160 …interface.c_str(), IpAnonymize(destAddress).c_str(), IpAnonymize(ipAddress).c_str(), prefixLength); in AddRoute()
161 … netsysService->NetworkAddRoute(OHOS::nmd::LOCAL_NETWORK_NETID, interface, destAddress, ipAddress); in AddRoute()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp282 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in DelNetLinkInfo() local
283 …NetsysController::GetInstance().NetworkRemoveRoute(netId_, route.iface_, destAddress, route.gatewa… in DelNetLinkInfo()