Home
last modified time | relevance | path

Searched refs:tokenType (Results 1 - 10 of 10) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Dext_permission_manager.cpp44 ATokenTypeEnum tokenType = AccessTokenKit::GetTokenTypeFlag(callerToken); in IsSystemApp() local
45 return tokenType != ATokenTypeEnum::TOKEN_HAP; in IsSystemApp()
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Denroll_specification_check_test.cpp84 token.tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_AUTH; in HWTEST_F()
88 token.tokenDataPlain.tokenType = TOKEN_TYPE_COAUTH; in HWTEST_F()
91 token.tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_AUTH; in HWTEST_F()
112 token.tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_AUTH; in HWTEST_F()
125 token.tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_AUTH; in HWTEST_F()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.h50 void SkipToken(TokenType tokenType);
52 void SkipUntilToken(TokenType tokenType);
H A Dlexer.cpp154 void Lexer::SkipToken(TokenType tokenType) in SkipToken() argument
156 while (curToken_.kind != tokenType) { in SkipToken()
161 void Lexer::SkipUntilToken(TokenType tokenType) in SkipUntilToken() argument
164 while (token.kind != tokenType) { in SkipUntilToken()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_token_signer.c42 dataPlain->tokenType = TOKEN_TYPE_LOCAL_AUTH; in GetAuthTokenDataPlain()
44 dataPlain->tokenType = TOKEN_TYPE_COAUTH; in GetAuthTokenDataPlain()
H A Duser_auth_funcs.c323 || (g_unlockAuthResult.authToken.tokenDataPlain.tokenType != TOKEN_TYPE_LOCAL_AUTH)) { in CheckReuseUnlockTokenValid()
372 ((UserAuthTokenHal *)reuseResult->token)->tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_RESIGN; in GetReuseUnlockResult()
/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h42 uint32_t tokenType; member
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c67 || (tokenPlain.tokenDataPlain.tokenType != TOKEN_TYPE_LOCAL_AUTH)) { in CheckIdmOperationToken()
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp115 userAuthTokenCached.tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_AUTH; in HWTEST_F()
147 userAuthTokenCached.tokenDataPlain.tokenType = TOKEN_TYPE_LOCAL_AUTH; in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c278 LOG_INFO("signed token type %{public}u", authToken->tokenDataPlain.tokenType); in UserAuthTokenSign()

Completed in 5 milliseconds