MCPcopy Create free account
hub / github.com/USBToolBox/kext / _matchingCallback

Method _matchingCallback

USBToolBox/USBToolBox.cpp:426–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426bool USBToolBox::_matchingCallback(void* target, void* matchingDict, IOService* newService, IONotifier* notifier) {
427 return static_cast<USBToolBox*>(target)->matchingCallback(static_cast<OSDictionary*>(matchingDict), newService, notifier);
428}
429
430bool USBToolBox::start(IOService *provider) {
431 DEBUGLOGPROV("start start");

Callers

nothing calls this directly

Calls 1

matchingCallbackMethod · 0.80

Tested by

no test coverage detected