Home
last modified time | relevance | path

Searched refs:token (Results 2176 - 2200 of 2297) sorted by relevance

1...<<81828384858687888990>>...92

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.cpp112 /** Replace all occurance of <token> with <text> in <string>
114 * @param token Token string
115 * @param text String th at will be used as replacement for <token>
118 void replaceToken(const GLchar* token, const GLchar* text, std::string& string) in replaceToken() argument
121 const size_t token_length = strlen(token); in replaceToken()
124 while ((token_position = string.find(token, 0)) != std::string::npos) in replaceToken()
H A Dgl4cSparseTexture2Tests.cpp261 /** Replace all occurance of <token> with <text> in <string>
263 * @param token Token string
264 * @param text String that will be used as replacement for <token>
267 void replaceToken(const GLchar* token, const GLchar* text, std::string& string) in replaceToken() argument
270 const size_t token_length = strlen(token); in replaceToken()
273 while ((token_position = string.find(token, 0)) != std::string::npos) in replaceToken()
590 /** Create set of token strings fit to texture verifying shader
596 * @return target Structure of token strings
2477 /** Create set of token strings fit to lookup functions verifying shader
2485 * @return Returns extended token string
[all...]
H A Dgl4cMultiBindTests.cpp1388 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string);
1586 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion>
1588 * @param token Token string
1590 * @param text String that will be used as replacement for <token>
1593 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string) in replaceToken() argument
1596 const size_t token_length = strlen(token); in replaceToken()
1597 const size_t token_position = string.find(token, search_position); in replaceToken()
3477 /* Remove token for lists */ in iterate()
3862 /* Remove token for lists */ in iterate()
4118 /* Remove token fo in iterate()
[all...]
H A Dgl4cGPUShaderFP64Tests.hpp155 static void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c20629 char *token = NULL, *ele_token = NULL, *oui_token = NULL, *type = NULL;
20656 /* token contains one line of input data */
20657 token = bcmstrtok((char**)&buf, "\n", NULL);
20658 if (token == NULL) {
20661 if ((ele_token = bcmstrstr(token, ",")) == NULL) {
20663 if (dhd_check_valid_ie(dhd, token, strlen(token)) == BCME_ERROR) {
20668 id = bcm_atoi((char*)token);
20672 ele_token = bcmstrtok(&token, ",", NULL);
20681 if ((oui_token = bcmstrstr(token, ","))
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp103 sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid, in ConnectInner()
106 auto task = [weakThis = wptr(this), sessionStage, eventChannel, surfaceNode, &systemConfig, property, token, pid, in ConnectInner()
124 sessionStage, eventChannel, surfaceNode, systemConfig, property, token, pid, uid); in ConnectInner()
137 sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, in Connect()
144 property, token, pid, uid, identityToken); in Connect()
148 const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, in Reconnect()
151 return PostSyncTask([weakThis = wptr(this), sessionStage, eventChannel, surfaceNode, property, token, pid, uid]() { in Reconnect()
157 WSError ret = session->Session::Reconnect(sessionStage, eventChannel, surfaceNode, property, token, pid, uid); in Reconnect()
100 ConnectInner(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, SystemSessionConfig& systemConfig, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid, const std::string& identityToken) ConnectInner() argument
135 Connect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, SystemSessionConfig& systemConfig, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, const std::string& identityToken) Connect() argument
147 Reconnect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid) Reconnect() argument
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/continuation_connector_test/
H A Dcontinuation_connector_test.cpp65 int Register(const std::string &bundleName, const sptr<IRemoteObject> &token, const ExtraParams &extras,
808 * @tc.desc: Verify function Register abnormal branch, obtained token is nullptr
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h75 static std::shared_ptr<AbilityRecord> GetAbilityRecordByToken(const sptr<IRemoteObject> &token);
78 std::weak_ptr<AbilityRecord> abilityRecord_; // ability of this token
512 * get ability's token.
514 * @return ability's token.
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_stub_permission_test.cpp126 int32_t CastAudio(const SessionToken &token,
/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp313 sid_->token = SERVICE_TYPE_ANONYMOUS; in SetStreamSource()
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.cpp499 sid_.token = SERVICE_TYPE_ANONYMOUS; in SetRecorderCallback()
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.cpp582 sid_->token = SERVICE_TYPE_ANONYMOUS; in SetPlayerCallback()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp278 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
277 NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage, BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) NapiSetUIContent() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h124 SQLiteSingleVerRelationalContinueToken &token);
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h82 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
/test/xts/device_attest/services/core/attest/
H A Dattest_service_auth.c775 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "token")); in ParseTokenValue()
777 ATTEST_LOG_ERROR("[ParseTokenValue] GetStringValue token failed"); in ParseTokenValue()
782 ATTEST_LOG_ERROR("[ParseTokenValue] token length out of range"); in ParseTokenValue()
787 ATTEST_LOG_ERROR("[ParseTokenValue] token malloc memory failed"); in ParseTokenValue()
814 ATTEST_LOG_ERROR("[ParseTokenId] token length out of range"); in ParseTokenId()
859 devicePacket->tokenInfo.token = AttestStrdup((char*)tokenValueHmac); in GenAuthMsg()
923 ATTEST_LOG_ERROR("[ParseAuthResultRespImpl] Parse token value failed"); in ParseAuthResultRespImpl()
927 ATTEST_LOG_ERROR("[ParseAuthResultRespImpl] Parse token id failed"); in ParseAuthResultRespImpl()
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_auth.c795 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "token")); in ParseTokenValue()
797 ATTEST_LOG_ERROR("[ParseTokenValue] GetStringValue token failed"); in ParseTokenValue()
802 ATTEST_LOG_ERROR("[ParseTokenValue] token length out of range"); in ParseTokenValue()
807 ATTEST_LOG_ERROR("[ParseTokenValue] token malloc memory failed"); in ParseTokenValue()
834 ATTEST_LOG_ERROR("[ParseTokenId] token length out of range"); in ParseTokenId()
879 devicePacket->tokenInfo.token = AttestStrdup((char*)tokenValueHmac); in GenAuthMsg()
943 ATTEST_LOG_ERROR("[ParseAuthResultRespImpl] Parse token value failed"); in ParseAuthResultRespImpl()
947 ATTEST_LOG_ERROR("[ParseAuthResultRespImpl] Parse token id failed"); in ParseAuthResultRespImpl()
/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c266 if (!lws_strcmp_wildcard(ts.token, ts.token_len, name, in lws_metrics_check_in_policy()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs19 punctuated::Punctuated, spanned::Spanned, token::Comma, Data, DataStruct, DeriveInput, Field,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h141 void passThrough(GLfloat token); \
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs38 use crate::token::Token;
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp231 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
235 EXPECT_EQ(abilityMs_->ShareDataDone(token, resultCode, uniqueId, wantParam), ERR_INVALID_VALUE); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_context.cpp954 auto token = extensionContext->GetToken(); in SetCallbackForTerminateWithResult()
955 AAFwk::AbilityManagerClient::GetInstance()->TransferAbilityResultForExtension(token, resultCode, want); in SetCallbackForTerminateWithResult()
H A Djs_ui_extension_content_session.cpp1087 auto token = extensionContext->GetToken(); in SetCallbackForTerminateWithResult()
1088 AAFwk::AbilityManagerClient::GetInstance()->TransferAbilityResultForExtension(token, resultCode, want); in SetCallbackForTerminateWithResult()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp215 Status KvStoreDataService::AppExit(pid_t uid, pid_t pid, uint32_t token, const AppId &appId) in AppExit() argument
222 clients_.ComputeIfPresent(token, [&impl, pid](auto &, auto &value) { in AppExit()

Completed in 92 milliseconds

1...<<81828384858687888990>>...92