Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DSockDiag.cpp219 int SockDiag::readDiagMsg(uint8_t proto, const SockDiag::DestroyFilter& shouldDestroy) { in readDiagMsg()
399 auto shouldDestroy = [uid, excludeLoopback] (uint8_t, const inet_diag_msg *msg) { in destroySockets() local
430 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySockets() local
531 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySocketsLackingPermission() local
H A DNetlinkHandler.cpp154 bool shouldDestroy = gCtls->netCtrl.removeInterfaceAddress(ifaceIndex, address); in onEvent() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMessagePartData.java425 protected Uri shouldDestroy() { in shouldDestroy() method in MessagePartData