Searched refs:getInstance (Results 1 – 8 of 8) sorted by relevance
24 void SpdHelper::setPatchAsBad() { getInstance().setPatchAsBadImpl(); } in setPatchAsBad()26 void SpdHelper::incErrorCount() { getInstance().incErrorCountImpl(); } in incErrorCount()29 return getInstance().isPatchBadImpl(prm, len); in isPatchBad()33 bool b = getInstance().isSpdDebugImpl(); in isSpdDebug()75 SpdHelper& SpdHelper::getInstance() { in getInstance() function in SpdHelper
176 cond = self._SetLogSeverityFunc(self.getInstance(), _char_pt(log_level))181 cond = self._SetSymfsFunc(self.getInstance(), _char_pt(symfs_dir))186 cond = self._SetRecordFileFunc(self.getInstance(), _char_pt(record_file))190 self._ShowIpForUnknownSymbolFunc(self.getInstance())194 cond = self._SetKallsymsFileFunc(self.getInstance(), _char_pt(kallsym_file))198 sample = self._GetNextSampleFunc(self.getInstance())206 event = self._GetEventOfCurrentSampleFunc(self.getInstance())213 symbol = self._GetSymbolOfCurrentSampleFunc(self.getInstance())220 callchain = self._GetCallChainOfCurrentSampleFunc(self.getInstance())227 build_id = self._GetBuildIdForPathFunc(self.getInstance(), _char_pt(path))[all …]
27 SingletonTestData::getInstance().contents = contents; in singletonSetInstanceContents()31 return SingletonTestData::getInstance().contents; in singletonGetInstanceContents()
28 SingletonTestData::getInstance().contents = contents; in singletonSetInstanceContents()32 return SingletonTestData::getInstance().contents; in singletonGetInstanceContents()
150 SecretKeyFactory skFactory = SecretKeyFactory.getInstance(epkInfo.getAlgName()); in decryptPrivateKey()154 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey()173 PrivateKeyInfo pki = PrivateKeyInfo.getInstance(bIn.readObject()); in loadDERPrivateKey()176 return KeyFactory.getInstance(algOid).generatePrivate(spec); in loadDERPrivateKey()194 KeyFactory factory = KeyFactory.getInstance("RSA"); in loadDERPublicKey()201 KeyFactory factory = KeyFactory.getInstance("RSA"); in loadPEMPublicKey()215 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in loadPEMCertificate()223 KeyFactory factory = KeyFactory.getInstance("EC"); in getSignatureAlgorithm()267 Signature verifier = Signature.getInstance(algName); in verify()275 Signature signer = Signature.getInstance(getSignatureAlgorithm(privateKey)); in sign()
105 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in BootSignature()
35 static SpdHelper& getInstance();
46 static TYPE& getInstance() { in getInstance() function