Searched refs:socketDestroyType_ (Results 1 – 2 of 2) sorted by relevance
241 …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()
93 SocketDestroyType socketDestroyType_ = SocketDestroyType::DESTROY_DEFAULT; variable