Home
last modified time | relevance | path

Searched defs:token (Results 1351 - 1375 of 1381) sorted by relevance

1...<<515253545556

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant_i.h431 u8 token; member
458 u8 token; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c1290 char *token, *context = NULL; in wmm_ac_ctrl_addts() local
6164 const char *token; global() local
6368 char *token = cmd; global() local
7283 char *token, *context = NULL; global() local
[all...]
H A Dwpa_supplicant_i.h467 u8 token; member
494 u8 token; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c4982 struct json_token *root = NULL, *token; in dpp_conf_req_rx() local
5105 struct json_token *root, *token; dpp_parse_jws_prot_hdr() local
5230 struct json_token *token; dpp_parse_jwk() local
5389 struct json_token *root, *groups, *netkey, *token; dpp_parse_connector() local
5724 struct json_token *token, *csign; dpp_parse_cred_dpp() local
5836 struct json_token *root, *token, *discovery, *cred; dpp_parse_conf_obj() local
6304 struct json_token *groups, *token; dpp_connector_compatible_group() local
6337 struct json_token *groups, *token; dpp_connector_match_groups() local
6451 struct json_token *root = NULL, *netkey, *token; dpp_peer_intro() local
[all...]
H A Dieee802_11_defs.h1899 u8 token; /* Measurement Token */ member
1962 u8 token; /* Measurement Token */ member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp369 void TParseContext::error(const TSourceLoc &loc, const char *reason, const char *token) in error() argument
374 void TParseContext::error(const TSourceLoc &loc, const char *reason, const ImmutableString &token) in error() argument
379 void TParseContext::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() argument
384 outOfRangeError(bool isError, const TSourceLoc &loc, const char *reason, const char *token) outOfRangeError() argument
717 checkIsScalarInteger(TIntermTyped *node, const char *token) checkIsScalarInteger() argument
727 checkIsAtGlobalLevel(const TSourceLoc &line, const char *token) checkIsAtGlobalLevel() argument
2761 checkGeometryShaderInputAndSetArraySize(const TSourceLoc &location, const ImmutableString &token, TType *type) checkGeometryShaderInputAndSetArraySize() argument
2799 checkTessellationShaderUnsizedArraysAndSetSize(const TSourceLoc &location, const ImmutableString &token, TType *type) checkTessellationShaderUnsizedArraysAndSetSize() argument
4124 checkIsNotUnsizedArray(const TSourceLoc &line, const char *errorMessage, const ImmutableString &token, TType *arrayType) checkIsNotUnsizedArray() argument
4912 std::string token = reasonStream.str(); checkIndexLessThan() local
6693 std::string token = tokenStream.str(); checkSingleTextureOffset() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h594 hi_u8 token; member
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp694 AddUIExtensionLauncherItem(std::shared_ptr<AAFwk::Want> want, std::shared_ptr<AppRunningRecord> appRecord, sptr<IRemoteObject> token) AddUIExtensionLauncherItem() argument
721 RemoveUIExtensionLauncherItem(std::shared_ptr<AppRunningRecord> appRecord, sptr<IRemoteObject> token) RemoveUIExtensionLauncherItem() argument
749 CheckLoadAbilityConditions(const sptr<IRemoteObject> &token, const std::shared_ptr<AbilityInfo> &abilityInfo, const std::shared_ptr<ApplicationInfo> &appInfo) CheckLoadAbilityConditions() argument
852 LoadAbilityNoAppRecord(const std::shared_ptr<AppRunningRecord> appRecord, bool isShellCall, std::shared_ptr<ApplicationInfo> appInfo, std::shared_ptr<AbilityInfo> abilityInfo, const std::string &processName, const std::string &specifiedProcessFlag, const BundleInfo &bundleInfo, const HapModuleInfo &hapModuleInfo, std::shared_ptr<AAFwk::Want> want, bool appExistFlag, bool isPreload, sptr<IRemoteObject> token) LoadAbilityNoAppRecord() argument
2496 TerminateAbility(const sptr<IRemoteObject> &token, bool clearMissionFlag) TerminateAbility() argument
2518 UpdateAbilityState(const sptr<IRemoteObject> &token, const AbilityState state) UpdateAbilityState() argument
2567 UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) UpdateExtensionState() argument
2690 KillProcessByAbilityToken(const sptr<IRemoteObject> &token) KillProcessByAbilityToken() argument
2765 AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) AttachPidToParent() argument
2791 StartAbility(sptr<IRemoteObject> token, sptr<IRemoteObject> preToken, std::shared_ptr<AbilityInfo> abilityInfo, std::shared_ptr<AppRunningRecord> appRecord, const HapModuleInfo &hapModuleInfo, std::shared_ptr<AAFwk::Want> want, int32_t abilityRecordId) StartAbility() argument
2869 AbilityTerminated(const sptr<IRemoteObject> &token) AbilityTerminated() argument
3151 auto token = bundleInfo.applicationInfo.accessTokenId; StartProcessVerifyPermission() local
3380 StartProcess(const std::string &appName, const std::string &processName, uint32_t startFlags, std::shared_ptr<AppRunningRecord> appRecord, const int uid, const BundleInfo &bundleInfo, const std::string &bundleName, const int32_t bundleIndex, bool appExistFlag, bool isPreload, const std::string &moduleName, const std::string &abilityName, bool strictMode, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> want, ExtensionAbilityType ExtensionAbilityType) StartProcess() argument
3766 HandleAbilityAttachTimeOut(const sptr<IRemoteObject> &token) HandleAbilityAttachTimeOut() argument
3777 PrepareTerminate(const sptr<IRemoteObject> &token, bool clearMissionFlag) PrepareTerminate() argument
3873 GetRunningProcessInfoByToken( const sptr<IRemoteObject> &token, AppExecFwk::RunningProcessInfo &info) GetRunningProcessInfoByToken() argument
6828 NotifyPageShow(const sptr<IRemoteObject> &token, const PageStateData &pageStateData) NotifyAppFaultBySA() argument
6838 NotifyPageHide(const sptr<IRemoteObject> &token, const PageStateData &pageStateData) NotifyAppFaultBySA() argument
6848 JudgeSelfCalledByToken(const sptr<IRemoteObject> &token, const PageStateData &pageStateData) NotifyAppFaultBySA() argument
7403 ClearProcessByToken(sptr<IRemoteObject> token) NotifyAppFaultBySA() argument
7894 AttachedToStatusBar(const sptr<IRemoteObject> &token) NotifyAppFaultBySA() argument
7973 CleanAbilityByUserRequest(const sptr<IRemoteObject> &token) NotifyAppFaultBySA() argument
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp6510 void HlslParseContext::constantValueCheck(TIntermTyped* node, const char* token) in constantValueCheck() argument
6520 void HlslParseContext::integerCheck(const TIntermTyped* node, const char* token) in integerCheck() argument
6532 void HlslParseContext::globalCheck(const TSourceLoc& loc, const char* token) in globalCheck() argument
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp245 void __indirect_glPassThrough(GLfloat token) { } in __indirect_glPassThrough() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1323 VGPU10OpcodeToken0 *token = in emit_dst_register() local
2871 VGPU10OpcodeToken0 token; emit_vgpu10_immediates_block() local
12579 VGPU10OpcodeToken0 token; emit_vgpu10_header() local
12602 VGPU10OpcodeToken0 token; emit_vgpu10_header() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c235 conn_call_get_new_connection_id(ngtcp2_conn *conn, ngtcp2_cid *cid, uint8_t *token, size_t cidlen) conn_call_get_new_connection_id() argument
508 conn_call_recv_new_token(ngtcp2_conn *conn, const ngtcp2_vec *token) conn_call_recv_new_token() argument
3290 uint8_t token[NGTCP2_STATELESS_RESET_TOKENLEN]; conn_enqueue_new_connection_id() local
5315 ngtcp2_vec *token; conn_on_retry() local
6050 verify_token(const ngtcp2_vec *token, const ngtcp2_pkt_hd *hd) verify_token() argument
12867 ngtcp2_conn_submit_new_token(ngtcp2_conn *conn, const uint8_t *token, size_t tokenlen) ngtcp2_conn_submit_new_token() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc211 int token; // A token identifying this particular path. member
218 int token = GetTokenForCommand(command, statement); in RecordCommand() local
339 int token = static_cast<int>(deferred_.size()); GetNewTokenForCommand() local
2196 Register token = register_allocator()->NewRegister(); BuildTryFinally() local
6534 VisitLogicalTestSubExpression( Token::Value token, Expression* expr, BytecodeLabels* then_labels, BytecodeLabels* else_labels, int coverage_slot) VisitLogicalTestSubExpression() argument
6553 VisitLogicalTest(Token::Value token, Expression* left, Expression* right, int right_coverage_slot) VisitLogicalTest() argument
6568 VisitNaryLogicalTest( Token::Value token, NaryOperation* expr, const NaryCodeCoverageSlots* coverage_slots) VisitNaryLogicalTest() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h886 V8_INLINE void Consume(Token::Value token) { in Consume() argument
893 Check(Token::Value token) Check() argument
902 Expect(Token::Value token) Expect() argument
1652 ReportUnexpectedToken(Token::Value token) ReportUnexpectedToken() argument
1854 Token::Value token = peek(); ParseBindingPattern() local
1905 Token::Value token = peek(); ParsePrimaryExpression() local
2200 Token::Value token = peek(); ParseProperty() local
2221 Token::Value token = Next(); ParseProperty() local
[all...]
/third_party/openssl/test/
H A Dsslapitest.c206 char *token = NULL; in test_keylog_output() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp1326 void Context::passThrough(GLfloat token) in passThrough() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp1566 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, in replaceToken() argument
[all...]
H A Dgl4cEnhancedLayoutsTests.cpp1581 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string) in replaceToken() argument
1608 replaceAllTokens(const GLchar* token, const GLchar* text, std::string& string) replaceAllTokens() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c12552 char *token; in wl_parse_dump_obss() local
20580 char *params, *token, *colon; wl_debuglevel_write() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp663 sptr<IRemoteObject> token; in StartAbilityByUIContentSession() local
697 sptr<IRemoteObject> token; in StartAbilityByUIContentSession() local
2748 sptr<IRemoteObject> token = nullptr; RequestModalUIExtensionInner() local
2786 ChangeAbilityVisibility(sptr<IRemoteObject> token, bool isShow) ChangeAbilityVisibility() argument
3394 MoveAbilityToBackground(const sptr<IRemoteObject> &token) MoveAbilityToBackground() argument
3420 MoveUIAbilityToBackground(const sptr<IRemoteObject> token) MoveUIAbilityToBackground() argument
3459 TerminateAbility(const sptr<IRemoteObject> &token, int resultCode, const Want *resultWant) TerminateAbility() argument
3475 TerminateUIServiceExtensionAbility(const sptr<IRemoteObject> &token) TerminateUIServiceExtensionAbility() argument
3508 BackToCallerAbilityWithResult(const sptr<IRemoteObject> &token, int resultCode, const Want *resultWant, int64_t callerRequestCode) BackToCallerAbilityWithResult() argument
3528 CloseAbility(const sptr<IRemoteObject> &token, int resultCode, const Want *resultWant) CloseAbility() argument
3535 TerminateAbilityWithFlag(const sptr<IRemoteObject> &token, int resultCode, const Want *resultWant, bool flag) TerminateAbilityWithFlag() argument
3805 MinimizeAbility(const sptr<IRemoteObject> &token, bool fromUser) MinimizeAbility() argument
5132 GetMissionIdByToken(const sptr<IRemoteObject> &token) GetMissionIdByToken() argument
5270 AttachAbilityThread( const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &token) AttachAbilityThread() argument
5867 AbilityTransitionDone(const sptr<IRemoteObject> &token, int state, const PacMap &saveData) AbilityTransitionDone() argument
5938 AbilityWindowConfigTransitionDone( const sptr<IRemoteObject> &token, const WindowConfig &windowConfig) AbilityWindowConfigTransitionDone() argument
5967 ScheduleConnectAbilityDone( const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &remoteObject) ScheduleConnectAbilityDone() argument
5996 ScheduleDisconnectAbilityDone(const sptr<IRemoteObject> &token) ScheduleDisconnectAbilityDone() argument
6024 ScheduleCommandAbilityDone(const sptr<IRemoteObject> &token) ScheduleCommandAbilityDone() argument
6057 ScheduleCommandAbilityWindowDone( const sptr<IRemoteObject> &token, const sptr<SessionInfo> &sessionInfo, WindowCommand winCmd, AbilityCommand abilityCmd) ScheduleCommandAbilityWindowDone() argument
6089 OnAbilityRequestDone(const sptr<IRemoteObject> &token, const int32_t state) OnAbilityRequestDone() argument
6386 StopServiceAbility(const Want &want, int32_t userId, const sptr<IRemoteObject> &token) StopServiceAbility() argument
6490 ReleaseAbilityTokenMap(const sptr<IRemoteObject> &token) ReleaseAbilityTokenMap() argument
6796 VerificationToken(const sptr<IRemoteObject> &token) VerificationToken() argument
6837 VerificationAllToken(const sptr<IRemoteObject> &token) VerificationAllToken() argument
6863 GetDataAbilityManagerByToken( const sptr<IRemoteObject> &token) GetDataAbilityManagerByToken() argument
6891 GetConnectManagerByToken( const sptr<IRemoteObject> &token) GetConnectManagerByToken() argument
7199 GetMissionIdByAbilityToken(const sptr<IRemoteObject> &token) GetMissionIdByAbilityToken() argument
7213 GetMissionIdByAbilityTokenInner(const sptr<IRemoteObject> &token) GetMissionIdByAbilityTokenInner() argument
7601 sptr<IRemoteObject> token; UpdateFocusState() local
7685 auto token = GetAbilityTokenByMissionId(missionId); GetMissionSnapshot() local
7693 UpdateMissionSnapShot(const sptr<IRemoteObject> &token, const std::shared_ptr<Media::PixelMap> &pixelMap) UpdateMissionSnapShot() argument
7705 EnableRecoverAbility(const sptr<IRemoteObject>& token) EnableRecoverAbility() argument
7792 SubmitSaveRecoveryInfo(const sptr<IRemoteObject>& token) SubmitSaveRecoveryInfo() argument
7860 ScheduleRecoverAbility(const sptr<IRemoteObject>& token, int32_t reason, const Want *want) ScheduleRecoverAbility() argument
8287 GetTopAbility(sptr<IRemoteObject> &token) GetTopAbility() argument
8316 DelegatorDoAbilityForeground(const sptr<IRemoteObject> &token) DelegatorDoAbilityForeground() argument
8351 DelegatorDoAbilityBackground(const sptr<IRemoteObject> &token) DelegatorDoAbilityBackground() argument
8370 DoAbilityForeground(const sptr<IRemoteObject> &token, uint32_t flag) DoAbilityForeground() argument
8402 DoAbilityBackground(const sptr<IRemoteObject> &token, uint32_t flag) DoAbilityBackground() argument
8741 sptr<IRemoteObject> token; GetTopAbility() local
8765 GetElementNameByToken(sptr<IRemoteObject> token, bool isNeedLocalDeviceId) GetElementNameByToken() argument
8919 SetMissionContinueState(const sptr<IRemoteObject> &token, const AAFwk::ContinueState &state) SetMissionContinueState() argument
8978 SetMissionLabel(const sptr<IRemoteObject> &token, const std::string &label) SetMissionLabel() argument
9004 SetMissionIcon(const sptr<IRemoteObject> &token, const std::shared_ptr<OHOS::Media::PixelMap> &icon) SetMissionIcon() argument
9113 PrepareTerminateAbility(const sptr<IRemoteObject> &token, sptr<IPrepareTerminateCallback> &callback) PrepareTerminateAbility() argument
9817 CallRequestDone(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub) CallRequestDone() argument
9841 GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) GetAbilityTokenByCalleeObj() argument
9932 sptr<IRemoteObject> token; GetFocusAbility() local
9956 sptr<IRemoteObject> token; CheckUIExtensionIsFocused() local
10084 ShareDataDone( const sptr<IRemoteObject> &token, const int32_t &resultCode, const int32_t &uniqueId, WantParams &wantParam) ShareDataDone() argument
10712 ExecuteInsightIntentDone(const sptr<IRemoteObject> &token, uint64_t intentId, const InsightIntentExecuteResult &result) ExecuteInsightIntentDone() argument
11178 GetUIExtensionRootHostInfo(const sptr<IRemoteObject> token, UIExtensionHostInfo &hostInfo, int32_t userId) GetUIExtensionRootHostInfo() argument
11201 GetUIExtensionRootCaller(const sptr<IRemoteObject> token, int32_t userId) GetUIExtensionRootCaller() argument
11224 GetUIExtensionSessionInfo(const sptr<IRemoteObject> token, UIExtensionSessionInfo &uiExtensionSessionInfo, int32_t userId) GetUIExtensionSessionInfo() argument
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp613 WSError SceneSessionManager::SetSessionContinueState(const sptr<IRemoteObject>& token, in SetSessionContinueState() argument
2351 CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, SystemSessionConfig& systemConfig, sptr<IRemoteObject> token) CreateAndConnectSpecificSession() argument
2642 RecoverAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token) RecoverAndConnectSpecificSession() argument
2756 RecoverAndReconnectSceneSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token) RecoverAndReconnectSceneSession() argument
6197 SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) SetSessionLabel() argument
6218 SetSessionIcon(const sptr<IRemoteObject>& token, const std::shared_ptr<Media::PixelMap>& icon) SetSessionIcon() argument
7835 FindSessionByToken(const sptr<IRemoteObject>& token) FindSessionByToken() argument
7887 PendingSessionToForeground(const sptr<IRemoteObject>& token) PendingSessionToForeground() argument
7907 PendingSessionToBackgroundForDelegator(const sptr<IRemoteObject>& token, bool shouldBackToCaller) PendingSessionToBackgroundForDelegator() argument
7932 GetFocusSessionToken(sptr<IRemoteObject>& token) GetFocusSessionToken() argument
9635 GetExtensionWindowIds(const sptr<IRemoteObject>& token, int32_t& persistentId, int32_t& parentId) GetExtensionWindowIds() argument
9691 UpdateModalExtensionRect(const sptr<IRemoteObject>& token, Rect rect) UpdateModalExtensionRect() argument
9720 ProcessModalExtensionPointDown(const sptr<IRemoteObject>& token, int32_t posX, int32_t posY) ProcessModalExtensionPointDown() argument
9743 AddExtensionWindowStageToSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token, uint64_t surfaceNodeId) AddExtensionWindowStageToSCB() argument
9798 RemoveExtensionWindowStageFromSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token) RemoveExtensionWindowStageFromSCB() argument
9985 UpdateExtWindowFlags(const sptr<IRemoteObject>& token, uint32_t extWindowFlags, uint32_t extWindowActions) UpdateExtWindowFlags() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c3938 save_PassThrough(GLfloat token) in save_PassThrough() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp895 void GL_APIENTRY glPassThrough(GLfloat token) in glPassThrough() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc6474 void v8::Context::SetSecurityToken(Local<Value> token) { in SetSecurityToken() argument
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c39390 wuffs_base__token token = tok_buf.data.ptr[tok_buf.meta.ri++]; DecodeCbor() local
[all...]

Completed in 235 milliseconds

1...<<515253545556