Home
last modified time | relevance | path

Searched refs:SetSocketDestroyType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h55 int32_t SetSocketDestroyType(const std::string &netCapabilities);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp294 int32_t NetLinkSocketDiag::SetSocketDestroyType(const std::string &netCapabilities) in SetSocketDestroyType() function in OHOS::nmd::NetLinkSocketDiag
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dinterface_manager.cpp240 socketDiag.SetSocketDestroyType(netCapabilities); in DelAddress()