| /drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
| D | lexer.cpp | 163 Token token = PeekToken(); in SkipUntilToken() local 176 void Lexer::ReadToken(Token &token, bool skipComment) in ReadToken() 222 void Lexer::InitCurToken(Token &token) in InitCurToken() 231 void Lexer::ReadId(Token &token) in ReadId() 255 void Lexer::ReadNum(Token &token) in ReadNum() 281 void Lexer::ReadBinaryNum(Token &token) in ReadBinaryNum() 303 void Lexer::ReadOctNum(Token &token) in ReadOctNum() 326 void Lexer::ReadHexNum(Token &token) in ReadHexNum() 348 void Lexer::ReadDecNum(Token &token) in ReadDecNum() 368 void Lexer::ReadNumSuffix(Token &token) in ReadNumSuffix() [all …]
|
| D | token.cpp | 28 std::string LocInfo(const Token &token) in LocInfo()
|
| /drivers/hdf_core/framework/tools/hdi-gen/parser/ |
| D | parser.cpp | 117 Token token = lexer_.PeekToken(false); in ParseLicense() local 128 Token token = lexer_.PeekToken(); in ParsePackage() local 188 Token token = lexer_.PeekToken(); in ParseImports() local 223 Token token = lexer_.PeekToken(); in ParseImportInfo() local 255 Token token = lexer_.PeekToken(); in ParseSequenceableInfo() local 281 Token token = lexer_.PeekToken(); in ParseTypeDecls() local 312 Token token = lexer_.PeekToken(); in ParseAttribute() local 336 Token token = lexer_.PeekToken(); in ParseAttributeInfo() local 371 Token token = lexer_.PeekToken(); in AprseAttrUnit() local 401 Token token = lexer_.PeekToken(); in ParseInterface() local [all …]
|
| D | parser.h | 205 inline static bool IsPrimitiveType(Token token) in IsPrimitiveType()
|
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | lexer.cpp | 51 bool Lexer::SetTokenCharacter(char c, Token &token) in SetTokenCharacter() 82 bool Lexer::Lex(Token &token) in Lex() 247 bool Lexer::LexFromString(Token &token) in LexFromString() 297 bool Lexer::LexFromNumber(Token &token) in LexFromNumber() 343 void Lexer::LexFromLiteral(Token &token) in LexFromLiteral() 394 bool Lexer::LexInclude(Token &token) in LexInclude()
|
| D | token.cpp | 46 std::ostream &OHOS::Hardware::operator<<(std::ostream &stream, const OHOS::Hardware::Token &token) in operator <<()
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
| D | lexer.js | 92 lexInclude(token) { argument 120 lex(token) { argument 189 initToken(token) { argument 197 lexFromLiteral(token) { argument 298 lexFromNumber(token) { argument 351 lexFromString(token) { argument
|
| /drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
| D | user_sign_centre_test.cpp | 65 UserAuthTokenHal token = {}; variable 76 UserAuthTokenHal token = {}; variable 92 UserAuthTokenHal token = { variable 158 UserAuthTokenHal token = {}; variable
|
| D | identify_funcs_test.cpp | 59 UserAuthTokenHal token = {}; variable
|
| D | user_auth_funcs_test.cpp | 62 UserAuthTokenHal token = {}; variable
|
| /drivers/hdf_core/framework/core/host/src/ |
| D | hdf_device_token.c | 20 struct HdfDeviceToken *token = in HdfDeviceTokenCreate() local 43 void HdfDeviceTokenFreeInstance(struct IHdfDeviceToken *token) in HdfDeviceTokenFreeInstance()
|
| D | power_state_token.c | 92 static void PowerStateTokenAcquireWakeLock(struct IPowerStateToken *token) in PowerStateTokenAcquireWakeLock() 105 static void PowerStateTokenReleaseWakeLock(struct IPowerStateToken *token) in PowerStateTokenReleaseWakeLock()
|
| D | hdf_device_object.c | 149 struct PowerStateToken *token = NULL; in HdfPmSetMode() local
|
| /drivers/external_device_manager/services/native/driver_extension/src/ |
| D | driver_extension.cpp | 58 const sptr<IRemoteObject> &token) in Init() 68 const sptr<IRemoteObject> &token) in CreateAndInitContext()
|
| /drivers/peripheral/user_auth/hdi_service/idm/inc/ |
| D | user_idm_funcs.h | 28 uint8_t token[AUTH_TOKEN_LEN]; member 36 uint8_t token[AUTH_TOKEN_LEN]; member
|
| /drivers/hdf_core/framework/core/host/include/ |
| D | hdf_power_manager.h | 25 struct PowerStateToken *token; member
|
| /drivers/peripheral/user_auth/test/unittest/idm_test/ |
| D | enroll_specification_check_test.cpp | 73 UserAuthTokenHal token = {}; variable 109 UserAuthTokenHal token = {}; variable
|
| D | user_idm_funcs_test.cpp | 214 UserAuthTokenHal token = {}; variable
|
| /drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
| D | identify_funcs.c | 48 UserAuthTokenHal *token, int32_t *result) in DoUpdateIdentify()
|
| /drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
| D | preprocessor.cpp | 150 Token token = lexer.PeekToken(); in ParsePackage() local 182 Token token = lexer.PeekToken(); in ParseImports() local
|
| /drivers/hdf_core/interfaces/inner_api/host/shared/ |
| D | hdf_device_node.h | 40 struct IHdfDeviceToken *token; member
|
| /drivers/hdf_core/adapter/uhdf2/host/src/ |
| D | devmgr_service_proxy.c | 67 int DevmgrServiceProxyAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceProxyAttachDevice()
|
| /drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
| D | user_auth_funcs.h | 58 uint8_t token[AUTH_TOKEN_LEN]; member
|
| /drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
| D | coauth.h | 76 Buffer *token; member
|
| /drivers/peripheral/huks/hdi_service/ |
| D | huks_hdi_passthrough_adapter.c | 106 struct HksBlob *handle, struct HksBlob *token) in HuksHdiAdapterInit()
|