Home
last modified time | relevance | path

Searched refs:TrustedSourceManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_source_manager.cpp23 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::TrustedSourceManager
54 TrustedSourceManager::~TrustedSourceManager() in ~TrustedSourceManager()
58 bool TrustedSourceManager::EnableDebug() in EnableDebug()
73 void TrustedSourceManager::DisableDebug() in DisableDebug()
79 bool TrustedSourceManager::Init() in Init()
[all …]
H A Ddevice_type_manager.cpp62 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in GetDeviceTypeInfo()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_source_manager.h43 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;
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H A Dhap_verify.cpp38 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in HapVerifyInit()
58 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in EnableDebugMode()
72 TrustedSourceManager& trustedAppSourceManager = TrustedSourceManager::GetInstance(); in DisableDebugMode()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_profile_verify_utils.cpp68 TrustedSourceManager& trustedSourceManager = TrustedSourceManager::GetInstance(); in VerifyProfile()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp169 TrustedSourceManager& trustedSourceManager = TrustedSourceManager::GetInstance(); in VerifyAppSourceAndParseProfile()