Home
last modified time | relevance | path

Searched refs:setThreadName (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DThreadUtil.h37 inline void setThreadName(std::string name) { in setThreadName() function
52 setThreadName(handler->threadName().c_str()); in runAndDelete()
/packages/modules/DnsResolver/
DDns64Configuration.cpp43 using netdutils::setThreadName;
67 setThreadName(fmt::format("Nat64Pfx_{}", netId)); in startPrefixDiscovery()
DDnsTlsTransport.cpp39 using android::netdutils::setThreadName;
237 setThreadName(fmt::format("TlsReconn_{}", mMark & 0xffff)); in doReconnect()
DDnsTlsSocket.cpp49 using netdutils::setThreadName;
402 setThreadName(fmt::format("TlsListen_{}", mMark & 0xffff)); in loop()
DPrivateDnsConfiguration.cpp42 using android::netdutils::setThreadName;
348 setThreadName(fmt::format("TlsVerify_{}", netId)); in startDotValidation()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java242 public void setThreadName(String name) { in setThreadName() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java507 private void setThreadName( in setThreadName() method in BluetoothMapContent
516 e.setThreadName(threadName); in setThreadName()
2414 setThreadName(ele, tmpCursor, fi, ap); in msgListing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java94 mMessageListingElement.setThreadName(TEST_THREAD_NAME); in setUp()