Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp241 …if (socketDestroyType_ == SocketDestroyType::DESTROY_SPECIAL_CELLULAR && msg->idiag_uid != PUSH_UI… in SockDiagDumpCallback()
245 …if (socketDestroyType_ == SocketDestroyType::DESTROY_DEFAULT_CELLULAR && msg->idiag_uid == PUSH_UI… in SockDiagDumpCallback()
299 socketDestroyType_ = SocketDestroyType::DESTROY_SPECIAL_CELLULAR; in SetSocketDestroyType()
301 socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT_CELLULAR; in SetSocketDestroyType()
303 socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT; in SetSocketDestroyType()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h93 SocketDestroyType socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT; variable