Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/upgrade/file_transfer/config_parser/src/
H A Dhks_config_parser_test.cpp39 enum HksAtType g_accessTokenType = HKS_TOKEN_HAP;
92 g_accessTokenType = HKS_TOKEN_HAP;
135 g_accessTokenType = HKS_TOKEN_HAP;
178 g_accessTokenType = HKS_TOKEN_HAP;
221 g_accessTokenType = HKS_TOKEN_HAP;
264 g_accessTokenType = HKS_TOKEN_HAP;
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/at_wrapper/include/
H A Dhks_at_api_wrap.h26 HKS_TOKEN_HAP, enumerator
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/at_wrapper/src/
H A Dhks_at_api_wrap.cpp75 *atType = HKS_TOKEN_HAP; in HksGetAtType()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_config_parser.c185 if (type == HKS_TOKEN_HAP) { in HksMatchConfig()