Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/at_wrapper/src/
H A Dhks_at_api_wrap.cpp65 int32_t HksGetAtType(uint64_t accessTokenId, enum HksAtType *atType) in HksGetAtType() argument
75 *atType = HKS_TOKEN_HAP; in HksGetAtType()
78 *atType = HKS_TOKEN_NATIVE; in HksGetAtType()
81 *atType = HKS_TOKEN_SHELL; in HksGetAtType()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/at_wrapper/include/
H A Dhks_at_api_wrap.h31 int32_t HksGetAtType(uint64_t accessTokenId, enum HksAtType *atType);
/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.cpp42 int32_t HksGetAtType(uint64_t accessTokenId, enum HksAtType *atType) in HksGetAtType() argument
44 *atType = g_accessTokenType; in HksGetAtType()