Home
last modified time | relevance | path

Searched refs:token (Results 926 - 950 of 2272) sorted by relevance

1...<<31323334353637383940>>...91

/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupservicea_fuzzer/
H A Dabilityautostartupservicea_fuzzer.cpp55 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
62 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
64 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifystub_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifystub_fuzzer.cpp68 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
75 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
77 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifyproxy_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifyproxy_fuzzer.cpp56 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
63 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
65 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentutils_fuzzer/
H A Dabilitymgrinsightintentutils_fuzzer.cpp54 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
61 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
63 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp56 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
63 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
65 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmanageramsmgrstub_fuzzer/
H A Dabilityinterfacesappmanageramsmgrstub_fuzzer.cpp56 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
63 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
65 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_base.h44 const sptr<IRemoteObject> &token) override
46 ExtensionBase<C>::Init(record, application, handler, token);
50 auto extensionCommon = impl_->Init(record, application, handler, token);
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/
H A Dabilityappmgrrenderstateobservermanager_fuzzer.cpp58 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
65 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
67 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerstub_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerstub_fuzzer.cpp65 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
72 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
74 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp56 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
63 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
65 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/
H A Dabilitymgrjumpinterceptor_fuzzer.cpp54 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
61 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
63 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/
H A Dabilitymgrinterceptorexecuter_fuzzer.cpp53 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
60 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
62 return token; in GetFuzzAbilityToken()
/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h27 std::shared_ptr<RSSurfaceNode> surfaceNode, uint32_t& windowId, const sptr<IRemoteObject>& token));
60 sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token));
63 sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token));
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dserializer_inner.c43 static bool IpcIoPushObject(IpcIo *io, uint32_t token, uintptr_t cookie) in IpcIoPushObject() argument
98 res = IpcIoPushObject(io, svc->token, svc->cookie); in WriteRemoteObject()
116 svc->token = obj->binder; in ReadRemoteObject()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_datashare_utils_test.cpp75 NetManagerBaseDataShareToken token; in HWTEST_F() local
110 NetManagerBaseDataShareToken token; in HWTEST_F() local
142 NetManagerBaseDataShareToken token; in HWTEST_F() local
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dconfig.js77 // explicit identity token is provided, use that. Otherwise, use the CI
80 const token = options.identityToken;
81 if (token) {
83 return { getToken: () => Promise.resolve(token) };
/third_party/rust/crates/syn/src/
H A Drestriction.rs32 pub paren_token: token::Paren,
51 // pub paren_token: token::Paren,
70 if input.peek(token::Group) { in parse()
91 if input.peek(token::Paren) { in parse_pub()
165 // "crate", automatically add the "in" token. in to_tokens()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgToken.hpp232 TokenStream& operator<< (const Token& token);
244 inline TokenStream& TokenStream::operator<< (const Token& token) in operator <<() argument
249 m_tokens[m_numTokens] = token; in operator <<()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c792 const nghttp3_nv *nv, int32_t token, in encoder_qpack_map_find()
803 if (token != p->nv.token || in encoder_qpack_map_find()
804 (token == -1 && (hash != p->hash || !qpack_nv_name_eq(&p->nv, nv))) || in encoder_qpack_map_find()
1286 * mode for header field |nv|. |token| is a token of header field
1291 const nghttp3_nv *nv, int32_t token) { in qpack_encoder_decide_indexing_mode()
1296 switch (token) { in qpack_encoder_decide_indexing_mode()
1320 if (token >= 1000) { in qpack_encoder_decide_indexing_mode()
1421 int32_t token; in nghttp3_qpack_encoder_encode_nv() local
788 encoder_qpack_map_find(nghttp3_qpack_encoder *encoder, int *exact_match, nghttp3_qpack_entry **pmatch, nghttp3_qpack_entry **ppb_match, const nghttp3_nv *nv, int32_t token, uint32_t hash, uint64_t krcnt, int allow_blocking, int name_only) encoder_qpack_map_find() argument
1290 qpack_encoder_decide_indexing_mode(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token) qpack_encoder_decide_indexing_mode() argument
1583 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token, nghttp3_qpack_indexing_mode indexing_mode) nghttp3_qpack_lookup_stable() argument
1612 nghttp3_qpack_encoder_lookup_dtable( nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, int allow_blocking) nghttp3_qpack_encoder_lookup_dtable() argument
2168 nghttp3_qpack_encoder_dtable_literal_add(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash) nghttp3_qpack_encoder_dtable_literal_add() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp185 auto token = new (std::nothrow) SQLiteSingleVerContinueToken(timeRange, object); in GetCloudData() local
186 if (token == nullptr) { in GetCloudData()
187 LOGE("[SqliteCloudKvStore] create token failed"); in GetCloudData()
190 token->SetUser(user_); in GetCloudData()
193 continueStmtToken = static_cast<ContinueToken>(token); in GetCloudData()
200 LOGE("[SqliteCloudKvStore] token is null"); in GetCloudDataNext()
203 auto token = static_cast<SQLiteSingleVerContinueToken *>(continueStmtToken); in GetCloudDataNext() local
204 if (!token->CheckValid()) { in GetCloudDataNext()
205 LOGE("[SqliteCloudKvStore] token is invalid"); in GetCloudDataNext()
210 LOGE("[SqliteCloudKvStore] the transaction has not been started, release the token"); in GetCloudDataNext()
229 auto token = static_cast<SQLiteSingleVerContinueToken *>(continueStmtToken); ReleaseCloudDataToken() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslScanContext.cpp541 // Wrapper for tokenizeClass() to get everything inside the token.
542 void HlslScanContext::tokenize(HlslToken& token) in tokenize() argument
544 EHlslTokenClass tokenClass = tokenizeClass(token); in tokenize()
545 token.tokenClass = tokenClass; in tokenize()
558 // Fill in token information for the next token, except for the token class.
559 // Returns the enum value of the token class of the next token found.
562 EHlslTokenClass HlslScanContext::tokenizeClass(HlslToken& token) in tokenizeClass() argument
567 int token = ppContext.tokenize(ppToken); tokenizeClass() local
639 EHlslTokenClass token = tokenizeIdentifier(); tokenizeClass() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp54 "Ambiguous token values: prefix tokens are overlapping with CompoundPart tokens");
56 "Ambiguous token values: prefix tokens are overlapping with CompoundPart tokens");
631 // of that token in fSource. In case of U_FAILURE(status), the token
637 // recent matching token.
639 // Find the longest token that matches a value in the trie:
687 // 1 = power token seen (will not accept another power token)
688 // 2 = SI or binary prefix token seen (will not accept a power, or SI or binary prefix token)
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp54 "Ambiguous token values: prefix tokens are overlapping with CompoundPart tokens");
56 "Ambiguous token values: prefix tokens are overlapping with CompoundPart tokens");
631 // of that token in fSource. In case of U_FAILURE(status), the token
637 // recent matching token.
639 // Find the longest token that matches a value in the trie:
687 // 1 = power token seen (will not accept another power token)
688 // 2 = SI or binary prefix token seen (will not accept a power, or SI or binary prefix token)
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c633 PKCS7 *token = TS_RESP_get_token(response); in reply_command() local
634 if (!i2d_PKCS7_bio(out_bio, token)) in reply_command()
655 /* Reads a PKCS7 token and adds default 'granted' status info to it. */
659 PKCS7 *token = NULL; in read_PKCS7() local
664 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL) in read_PKCS7()
666 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7()
676 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7()
677 token = NULL; /* Ownership is lost. */ in read_PKCS7()
682 PKCS7_free(token); in read_PKCS7()
853 PKCS7 *token in verify_command() local
[all...]
/third_party/openssl/apps/
H A Dts.c633 PKCS7 *token = TS_RESP_get_token(response); in reply_command() local
634 if (!i2d_PKCS7_bio(out_bio, token)) in reply_command()
655 /* Reads a PKCS7 token and adds default 'granted' status info to it. */
659 PKCS7 *token = NULL; in read_PKCS7() local
664 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL) in read_PKCS7()
666 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7()
676 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7()
677 token = NULL; /* Ownership is lost. */ in read_PKCS7()
682 PKCS7_free(token); in read_PKCS7()
853 PKCS7 *token in verify_command() local
[all...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...91