Home
last modified time | relevance | path

Searched refs:upstreamLinkInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_sub_statemachine.h132 void ConfigureShareIpv4(const sptr<NetLinkInfo> &upstreamLinkInfo);
133 void ConfigureShareIpv6(const sptr<NetLinkInfo> &upstreamLinkInfo);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp452 void NetworkShareSubStateMachine::ConfigureShareIpv4(const sptr<NetLinkInfo> &upstreamLinkInfo) in ConfigureShareIpv4() argument
455 for (const auto &inetAddr : upstreamLinkInfo->netAddrList_) { in ConfigureShareIpv4()
469 void NetworkShareSubStateMachine::ConfigureShareIpv6(const sptr<NetLinkInfo> &upstreamLinkInfo) in ConfigureShareIpv6() argument
472 for (const auto &inetAddr : upstreamLinkInfo->netAddrList_) { in ConfigureShareIpv6()
489 NETMGR_EXT_LOG_E("have nothing ipv6 address for iface[%{public}s!", upstreamLinkInfo->ifaceName_.c_str()); in ConfigureShareIpv6()

Completed in 3 milliseconds