Home
last modified time | relevance | path

Searched defs:NetAddress (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
Dnet_address.cpp22 NetAddress::NetAddress() : family_(Family::IPv4), port_(0) {} in NetAddress() function in OHOS::NetManagerStandard::NetAddress
/foundation/communication/netmanager_ext/interfaces/kits/js/
D@ohos.net.mdns.d.ts27 type NetAddress = connection.NetAddress; alias
/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
Dnet_address.cpp26 NetAddress::NetAddress() : family_(Family::IPv4), port_(0) {} in NetAddress() function in OHOS::NetStack::Socket::NetAddress
28 NetAddress::NetAddress(const NetAddress &other) : address_(other.address_), family_(other.family_),… in NetAddress() function in OHOS::NetStack::Socket::NetAddress
/foundation/communication/netstack/
DREADME_zh.md235 #### NetAddress subsubsection
/foundation/communication/netmanager_base/interfaces/kits/js/
D@ohos.net.connection.d.ts1552 export interface NetAddress { interface