Home
last modified time | relevance | path

Searched refs:InterfaceInfoKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.cpp27 InfoContainer<InterfaceInfoKey>::KeyTypeTable InfoContainer<InterfaceInfoKey>::keyTypeTable_ = {
63 if (key == InterfaceInfoKey::DYNAMIC_MAC || key == InterfaceInfoKey::BASE_MAC) { in MarshallingString()
80 (key == InterfaceInfoKey::DYNAMIC_MAC || key == InterfaceInfoKey::BASE_MAC)) { in Marshalling()
137 (keyValue == InterfaceInfoKey::DYNAMIC_MAC || keyValue == InterfaceInfoKey::BASE_MAC)) { in Unmarshalling()
194 Set(InterfaceInfoKey::IPV4, ipv4Info); in SetIpString()
215 Set(InterfaceInfoKey::SSID, value); in SetSsid()
225 Set(InterfaceInfoKey::PORT, value); in SetP2pListenPort()
230 return Get(InterfaceInfoKey::PORT, 0); in GetP2pListenPort()
272 Set(InterfaceInfoKey::PSK, value); in SetPsk()
292 Set(InterfaceInfoKey::BANDWIDTH, value); in SetBandWidth()
[all …]
H A Dinterface_info.h26 enum class InterfaceInfoKey { enum
59 class InterfaceInfo : public Serializable, public InfoContainer<InterfaceInfoKey> {
71 …WifiDirectProtocol &protocol, InterfaceInfoKey key, Serializable::ValueType type, const std::strin…