Home
last modified time | relevance | path

Searched defs:netInterface (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
Dnet_interface_callback_observer.cpp28 auto netInterface = NET_INTERFACES.find(this); in OnInterfaceAddressUpdated() local
59 auto netInterface = NET_INTERFACES.find(this); in OnInterfaceAddressRemoved() local
89 auto netInterface = NET_INTERFACES.find(this); in OnInterfaceAdded() local
119 auto netInterface = NET_INTERFACES.find(this); in OnInterfaceRemoved() local
149 auto netInterface = NET_INTERFACES.find(this); in OnInterfaceChanged() local
179 auto netInterface = NET_INTERFACES.find(this); in OnInterfaceLinkStateChanged() local
210 auto netInterface = NET_INTERFACES.find(this); in OnRouteChanged() local
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
Dnetinterface.cpp34 auto netInterface = new NetInterface(eventManager); in MakeNetInterface() local
39 void NetInterface::DeleteNetInterface(NetInterface *netInterface) in DeleteNetInterface()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
Dconnection_module.cpp184 std::unique_ptr<NetInterface, decltype(&NetInterface::DeleteNetInterface)> netInterface( in ParseNetInterfaceParams() local
433 auto netInterface = static_cast<NetInterface *>(manager->GetData()); in CreateNetInterface() local