Home
last modified time | relevance | path

Searched refs:APP_SYSTEM_SOURCE_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_source_manager.cpp39 const std::string TrustedSourceManager::APP_SYSTEM_SOURCE_NAME = "huawei system apps"; member in OHOS::Security::Verify::TrustedSourceManager
270 if (APP_SYSTEM_SOURCE_NAME == sourceName) { in GetTrustedSource()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_source_manager.h87 static const std::string APP_SYSTEM_SOURCE_NAME; variable