Searched refs:TrustedSourceManager (Results 1 – 6 of 6) sorted by relevance
23 const std::string TrustedSourceManager::APP_TRUSTED_SOURCE_FILE_PATH =30 const std::string TrustedSourceManager::KEY_OF_SOURCE_NAME = "name";35 const std::string TrustedSourceManager::KEY_OF_ROOT_CA = "root-ca";42 TrustedSourceManager& TrustedSourceManager::GetInstance() in GetInstance()44 static TrustedSourceManager singleTrustedSourceManager; in GetInstance()48 TrustedSourceManager::TrustedSourceManager() in TrustedSourceManager() function in OHOS::Security::Verify::TrustedSourceManager54 TrustedSourceManager::~TrustedSourceManager() in ~TrustedSourceManager()58 bool TrustedSourceManager::EnableDebug() in EnableDebug()73 void TrustedSourceManager::DisableDebug() in DisableDebug()79 bool TrustedSourceManager::Init() in Init()[all …]
62 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in GetDeviceTypeInfo()
43 class TrustedSourceManager {45 DLL_EXPORT static TrustedSourceManager& GetInstance();54 TrustedSourceManager();55 ~TrustedSourceManager();58 TrustedSourceManager(const TrustedSourceManager& trustedSource) = delete;59 TrustedSourceManager& operator = (const TrustedSourceManager& trustedSource) = delete;
38 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in HapVerifyInit()58 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in EnableDebugMode()72 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in DisableDebugMode()
68 TrustedSourceManager& trustedSourceManager = TrustedSourceManager::GetInstance(); in VerifyProfile()
169 TrustedSourceManager& trustedSourceManager = TrustedSourceManager::GetInstance(); in VerifyAppSourceAndParseProfile()