Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_config_parser.c30 static const struct HksFileTransferSystemAbilityConfig SA_UPGRADE_CFG_LIST[] = HUKS_SA_UPGRADE_CONF… variable
129 for (uint32_t i = 0; i < HKS_ARRAY_SIZE(SA_UPGRADE_CFG_LIST); ++i) { in MatchSaConfig()
130 if (SA_UPGRADE_CFG_LIST[i].uid == uid) { in MatchSaConfig()
131 info->needDe = SA_UPGRADE_CFG_LIST[i].needDe; in MatchSaConfig()
132 info->needFrontUser = SA_UPGRADE_CFG_LIST[i].needFrontUser; in MatchSaConfig()