Searched refs:hasClient (Results 1 – 8 of 8) sorted by relevance
53 if (!hasClient(c)) in didAddClient()65 if (!hasClient(c)) in didAddClient()72 if (!hasClient(c)) in didAddClient()76 if (!hasClient(c)) in didAddClient()
320 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function
103 GnubbyDevice.prototype.hasClient = function(who) {}; method in GnubbyDevice
341 if (dev.hasClient(who)) {
145 HidGnubbyDevice.prototype.hasClient = function(who) { method in HidGnubbyDevice
220 UsbGnubbyDevice.prototype.hasClient = function(who) { method in UsbGnubbyDevice
72 static bool hasClient() { return m_client; } in hasClient() function
1250 …& !m_platformInstrumentationClientInstalledAtStackDepth && !PlatformInstrumentation::hasClient()) { in pushCurrentRecord()