Home
last modified time | relevance | path

Searched refs:IpAddrType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h128 enum IpAddrType { enum
173 enum IpAddrType ipAddrType;
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.h146 void SetIpAddrType(enum IpAddrType value);
147 enum IpAddrType GetIpAddrType();
H A Dlink_info.cpp372 void LinkInfo::SetIpAddrType(enum IpAddrType value) in SetIpAddrType()
377 enum IpAddrType LinkInfo::GetIpAddrType() in GetIpAddrType()
380 return static_cast<enum IpAddrType>(ret); in GetIpAddrType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp301 info.ipAddrType = IpAddrType::IPV4; in PrepareConnectParameter()