Home
last modified time | relevance | path

Searched defs:token (Results 1 - 25 of 34) sorted by relevance

12

/drivers/hdf_core/framework/core/host/include/
H A Dhdf_power_manager.h25 struct PowerStateToken *token; member
/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_token.c20 struct HdfDeviceToken *token = in HdfDeviceTokenCreate() local
43 void HdfDeviceTokenFreeInstance(struct IHdfDeviceToken *token) in HdfDeviceTokenFreeInstance() argument
H A Dpower_state_token.c92 static void PowerStateTokenAcquireWakeLock(struct IPowerStateToken *token) in PowerStateTokenAcquireWakeLock() argument
105 static void PowerStateTokenReleaseWakeLock(struct IPowerStateToken *token) in PowerStateTokenReleaseWakeLock() argument
H A Dhdf_device_object.c149 struct PowerStateToken *token = NULL; in HdfPmSetMode() local
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.cpp28 std::string LocInfo(const Token &token) in LocInfo() argument
H A Dlexer.cpp163 Token token = PeekToken(); in SkipUntilToken() local
176 void Lexer::ReadToken(Token &token, bool skipComment) in ReadToken() argument
222 InitCurToken(Token &token) InitCurToken() argument
231 ReadId(Token &token) ReadId() argument
255 ReadNum(Token &token) ReadNum() argument
281 ReadBinaryNum(Token &token) ReadBinaryNum() argument
303 ReadOctNum(Token &token) ReadOctNum() argument
326 ReadHexNum(Token &token) ReadHexNum() argument
348 ReadDecNum(Token &token) ReadDecNum() argument
368 ReadNumSuffix(Token &token) ReadNumSuffix() argument
381 ReadShiftLeftOp(Token &token) ReadShiftLeftOp() argument
398 ReadShiftRightOp(Token &token) ReadShiftRightOp() argument
415 ReadPPlusOp(Token &token) ReadPPlusOp() argument
432 ReadMMinusOp(Token &token) ReadMMinusOp() argument
449 ReadComment(Token &token) ReadComment() argument
467 ReadLineComment(Token &token) ReadLineComment() argument
485 ReadBlockComment(Token &token) ReadBlockComment() argument
506 ReadSymbolToken(Token &token) ReadSymbolToken() argument
[all...]
/drivers/external_device_manager/services/native/driver_extension/src/
H A Ddriver_extension.cpp55 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
64 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
H A Djs_driver_extension.cpp128 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.cpp46 std::ostream &OHOS::Hardware::operator<<(std::ostream &stream, const OHOS::Hardware::Token &token) in operator <<() argument
[all...]
H A Dlexer.cpp51 bool Lexer::SetTokenCharacter(char c, Token &token) in SetTokenCharacter() argument
82 bool Lexer::Lex(Token &token) in Lex() argument
247 LexFromString(Token &token) LexFromString() argument
297 LexFromNumber(Token &token) LexFromNumber() argument
343 LexFromLiteral(Token &token) LexFromLiteral() argument
394 LexInclude(Token &token) LexInclude() argument
[all...]
/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h28 uint8_t token[AUTH_TOKEN_LEN]; member
36 uint8_t token[AUTH_TOKEN_LEN]; member
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Didentify_funcs.c51 DoUpdateIdentify(uint64_t contextId, const Buffer *scheduleResult, int32_t *userId, UserAuthTokenHal *token, int32_t *result) DoUpdateIdentify() argument
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h205 inline static bool IsPrimitiveType(Token token) in IsPrimitiveType() argument
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Didentify_funcs_test.cpp59 UserAuthTokenHal token = {}; in HWTEST_F() local
H A Duser_auth_funcs_test.cpp63 UserAuthTokenHal token = {}; in HWTEST_F() local
H A Duser_sign_centre_test.cpp65 UserAuthTokenHal token = {}; in HWTEST_F() local
76 UserAuthTokenHal token = {}; in HWTEST_F() local
92 UserAuthTokenHal token in HWTEST_F() local
158 UserAuthTokenHal token = {}; HWTEST_F() local
[all...]
/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c67 int DevmgrServiceProxyAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceProxyAttachDevice() argument
/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_node.h40 struct IHdfDeviceToken *token; member
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Denroll_specification_check_test.cpp73 UserAuthTokenHal token = {}; in HWTEST_F() local
109 UserAuthTokenHal token = {}; HWTEST_F() local
[all...]
H A Duser_idm_funcs_test.cpp214 UserAuthTokenHal token = {}; in HWTEST_F() local
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h76 Buffer *token; member
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h58 uint8_t token[AUTH_TOKEN_LEN]; member
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.cpp150 Token token = lexer.PeekToken(); in ParsePackage() local
182 Token token = lexer.PeekToken(); ParseImports() local
[all...]
/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.c105 HuksHdiAdapterInit(const struct HksBlob *key, const struct HksParamSet *paramSet, struct HksBlob *handle, struct HksBlob *token) HuksHdiAdapterInit() argument
/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c286 uint64_t token = 0; in CompleteKevent() local

Completed in 11 milliseconds

12