Searched refs:DeviceMatch (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Diodevices.h99 class DeviceMatch : public CFRef<CFMutableDictionaryRef> { class in namespace:Security::IOKit
100 NOCOPY(DeviceMatch)
102 DeviceMatch(CFMutableDictionaryRef dict) : CFRef<CFMutableDictionaryRef>(dict) { } // this dictionary function in class:Security::IOKit::DeviceMatch
103 DeviceMatch(); // empty dictionary
104 DeviceMatch(const char *cls); // this class
105 DeviceMatch(const char *cls, const char *name, uint32_t value, ...); // class plus value pairs
138 void add(const DeviceMatch &match, Receiver &receiver, const char *type = kIOFirstMatchNotification);
H A Diodevices.cpp114 DeviceMatch::DeviceMatch() function in class:Security::IOKit::DeviceMatch
120 DeviceMatch::DeviceMatch(const char *cls) function in class:Security::IOKit::DeviceMatch
126 DeviceMatch::DeviceMatch(const char *cls, const char *name, uint32_t value, ...) function in class:Security::IOKit::DeviceMatch
142 void DeviceMatch::add(const char *name, uint32_t value)
183 void NotificationPort::add(const DeviceMatch &match, Receiver &receiver, const char *type)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Diodevices.h99 class DeviceMatch : public CFRef<CFMutableDictionaryRef> { class in namespace:Security::IOKit
100 NOCOPY(DeviceMatch)
102 DeviceMatch(CFMutableDictionaryRef dict) : CFRef<CFMutableDictionaryRef>(dict) { } // this dictionary function in class:Security::IOKit::DeviceMatch
103 DeviceMatch(); // empty dictionary
104 DeviceMatch(const char *cls); // this class
105 DeviceMatch(const char *cls, const char *name, uint32_t value, ...); // class plus value pairs
138 void add(const DeviceMatch &match, Receiver &receiver, const char *type = kIOFirstMatchNotification);
H A Diodevices.cpp114 DeviceMatch::DeviceMatch() function in class:Security::IOKit::DeviceMatch
120 DeviceMatch::DeviceMatch(const char *cls) function in class:Security::IOKit::DeviceMatch
126 DeviceMatch::DeviceMatch(const char *cls, const char *name, uint32_t value, ...) function in class:Security::IOKit::DeviceMatch
142 void DeviceMatch::add(const char *name, uint32_t value)
183 void NotificationPort::add(const DeviceMatch &match, Receiver &receiver, const char *type)
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dxiodevices.h54 void add(DeviceMatch match, XReceiver &receiver, const char *type = kIOFirstMatchNotification);
H A Dxiodevices.cpp39 void XNotificationPort::add(DeviceMatch match, XReceiver &receiver, const char *type)
H A Dpcscdmonitor.cpp252 IOKit::DeviceMatch usbSelector(kIOUSBInterfaceClassName);
253 IOKit::DeviceMatch pcCardSelector(kzIOPCCard16DeviceClassName);
260 IOKit::DeviceMatch customUsbSelector(::IOServiceMatching(kIOUSBDeviceClassName));
283 IOKit::DeviceMatch usbSelector(kIOUSBInterfaceClassName);
289 IOKit::DeviceMatch pcCardSelector(kzIOPCCard16DeviceClassName);
295 IOKit::DeviceMatch customUsbSelector(::IOServiceMatching(kIOUSBDeviceClassName));

Completed in 120 milliseconds