Searched refs:DriverBundle (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.h84 class DriverBundle : public LoadableBundle class in namespace:PCSCD
87 DriverBundle(const char *pathname) : LoadableBundle(pathname) { } function in class:PCSCD::DriverBundle
90 DriverBundle(CFBundleRef bundle);
92 virtual ~DriverBundle() throw();
94 bool operator < (const DriverBundle &other) const throw();
H A DPCSCDriverBundles.h43 class DriverBundles : public CodeRepository<DriverBundle>
45 friend class DriverBundle;
H A DPCSCDriverBundle.cpp74 DriverBundle::DriverBundle(CFBundleRef bundle) : LoadableBundle(bundle) function in class:PCSCD::DriverBundle
79 void DriverBundle::initialize(CFDictionaryRef dict)
153 std::string DriverBundle::getStringAttr(CFDictionaryRef dict, CFStringRef key)
165 std::string DriverBundle::getStringAttr(CFArrayRef arr, CFIndex idx)
177 DriverBundle::~DriverBundle() throw()
182 uint32_t DriverBundle::matches(const PCSCD::Device &device, std::string &name) const
225 bool DriverBundle::operator < (const DriverBundle
[all...]
H A DPCSCDriverBundles.cpp76 const DriverBundle *bndl = static_cast<DriverBundle *>((*it).get());

Completed in 108 milliseconds