Home
last modified time | relevance | path

Searched refs:socketDestroyType_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp239 if (socketDestroyType_ == SocketDestroyType::DESTROY_SPECIAL_CELLULAR && msg->idiag_uid != PUSH_UID) { in SockDiagDumpCallback()
243 if (socketDestroyType_ == SocketDestroyType::DESTROY_DEFAULT_CELLULAR && msg->idiag_uid == PUSH_UID) { in SockDiagDumpCallback()
297 socketDestroyType_ = SocketDestroyType::DESTROY_SPECIAL_CELLULAR; in SetSocketDestroyType()
299 socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT_CELLULAR; in SetSocketDestroyType()
301 socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT; in SetSocketDestroyType()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h51 * This method set the socketDestroyType_, which used to choose the correct socket.
95 SocketDestroyType socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT; member in OHOS::nmd::final

Completed in 2 milliseconds