/third_party/libwebsockets/lib/roles/h2/ |
H A D | private-lib-roles-h2.h | 349 enum lws_token_indexes token,
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 116 * for each recognized token, frag_index says which frag[] his data 117 * starts in (0 means the token did not appear) 169 typedef hubbub_error (*hubbub_callback_t)(const hubbub_token *token, void *pw);
|
/third_party/node/src/quic/ |
H A D | transportparams.cc | 89 // The retry_scid is only set if the server validated a retry token. in TransportParams() 177 StatelessResetToken token(params_.stateless_reset_token, token_secret, cid); in GenerateStatelessResetToken()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.h | 163 const ngtcp2_vec *token,
|
/third_party/node/deps/v8/include/ |
H A D | v8-context.h | 141 * Sets the security token for the context. To access an object in 144 void SetSecurityToken(Local<Value> token); 146 /** Restores the security token to the default value. */ 149 /** Returns the security token of this context.*/
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-context.h | 144 * Sets the security token for the context. To access an object in 147 void SetSecurityToken(Local<Value> token); 149 /** Restores the security token to the default value. */ 152 /** Returns the security token of this context.*/
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | attr.rs | 124 } else if input.peek(syn::token::Paren) { in parse()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.hpp | 65 static void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psobjs.h | 85 T1_Token token );
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 217 struct wps_nfc_pw_token *token);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_i.h | 217 struct wps_nfc_pw_token *token);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_data_proxy_record.cpp | 111 std::string token = std::to_string(tokenId_); in GetSubscribeFormDataProxies() local 112 std::string uri = formDataProxy.key + "?" + "user=" + userId + "&srcToken=" + token + in GetSubscribeFormDataProxies() 419 std::string token = std::to_string(tokenId_); in ConvertSubscribeMapToRequests() local 431 std::string uri = key + "?" + "user=" + userId + "&srcToken=" + token + "&dstBundleName=" + bundleName_; in ConvertSubscribeMapToRequests()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
H A D | ability_context_impl_test.cpp | 268 wptr<IRemoteObject> token(new IPCObjectStub()); in HWTEST_F() 269 context_->SetWeakSessionToken(token); in HWTEST_F() 295 wptr<IRemoteObject> token(new IPCObjectStub()); in HWTEST_F() 296 context_->SetWeakSessionToken(token); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.cpp | 121 const sptr<IRemoteObject> &token) in Init() 126 UIExtension::Init(record, application, handler, token); in Init() 488 executorInfo.token = context->GetToken(); in ForegroundWindowWithInsightIntent() 1036 const sptr<IRemoteObject> &token, Rosen::DisplayId displayId, float density, Rosen::DisplayOrientation orientation) in OnDisplayInfoChange() 119 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 1035 OnDisplayInfoChange( const sptr<IRemoteObject> &token, Rosen::DisplayId displayId, float density, Rosen::DisplayOrientation orientation) OnDisplayInfoChange() argument
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 106 char token[3] = {0}; // The length of token is 3. variable 107 (void)sprintf_s(token, sizeof(token), "%02X", scanResult.advData[i]); 108 strStream << token; variable
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 56 void VSyncConnection::VSyncConnectionDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& token)
in OnRemoteDied() argument 58 auto tokenSptr = token.promote();
in OnRemoteDied() 69 VLOGI("%{public}s: token doesn't match, ignore it.", __func__);
in OnRemoteDied() 82 const sptr<IRemoteObject>& token,
in VSyncConnection() 90 token_(token),
in VSyncConnection() 79 VSyncConnection( const sptr<VSyncDistributor>& distributor, std::string name, const sptr<IRemoteObject>& token, uint64_t id, uint64_t windowNodeId) VSyncConnection() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_state_machine.cpp | 264 ContinueToken token; in AbortInner() local 265 context_->GetContinueToken(token); in AbortInner() 266 if (token != nullptr) { in AbortInner() 267 syncInterface_->ReleaseContinueToken(token); in AbortInner()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 683 const std::string &token, int32_t status, int32_t reason) in OnAuthResult() 685 if (pkgName.empty() || token.empty() || deviceId.empty()) { in OnAuthResult() 686 LOGE("Invalid para, pkgName: %{public}s, token: %{public}s", pkgName.c_str(), GetAnonyString(token).c_str()); in OnAuthResult() 711 tempCbk->OnAuthResult(deviceId, token, status, reason); in OnAuthResult() 682 OnAuthResult(const std::string &pkgName, const std::string &deviceId, const std::string &token, int32_t status, int32_t reason) OnAuthResult() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh.c | 341 * eeh_token_to_phys - Convert EEH address token to phys address 342 * @token: I/O token, should be address in the form 0xA.... 347 static inline unsigned long eeh_token_to_phys(unsigned long token) in eeh_token_to_phys() argument 349 return ppc_find_vmap_phys(token); in eeh_token_to_phys() 570 * @token: I/O address 579 int eeh_check_failure(const volatile void __iomem *token) in eeh_check_failure() argument 585 addr = eeh_token_to_phys((unsigned long __force) token); in eeh_check_failure()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_device.h | 561 u16 token; member 716 __le16 token; member 898 u16 token, int event); 1148 void hns_roce_cmd_event(struct hns_roce_dev *hr_dev, u16 token, u8 status,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4.h | 180 u16 token; member 190 __be16 token; member 415 u16 token; member 1213 void mlx4_cmd_event(struct mlx4_dev *dev, u16 token, u8 status, u64 out_param);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 51 void cpsw_tx_handler(void *token, int len, int status) in cpsw_tx_handler() argument 60 if (cpsw_is_xdpf_handle(token)) { in cpsw_tx_handler() 61 xdpf = cpsw_handle_to_xdpf(token); in cpsw_tx_handler() 67 skb = token; in cpsw_tx_handler()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 892 new = handle_onexec(label, ctx->onexec, ctx->token, in apparmor_bprm_creds_for_exec() 1133 * @token: magic value to validate the hat change 1140 * @token matches that stored in the current task context, return to the 1146 int aa_change_hat(const char *hats[], int count, u64 token, int flags) in aa_change_hat() argument 1207 error = aa_set_current_hat(new, token); in aa_change_hat() 1228 error = aa_restore_previous_label(token); in aa_change_hat() 1245 info = "failed token match"; in aa_change_hat()
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 742 /* can have zero or more token= options */ 748 int token; in getoptions() local 766 token = match_token(p, key_tokens, args); in getoptions() 767 if (test_and_set_bit(token, &token_mask)) in getoptions() 770 switch (token) { in getoptions()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_device.h | 525 u16 token; member 566 u16 token; member 665 __le16 token; member 1119 void hns_roce_cmd_event(struct hns_roce_dev *hr_dev, u16 token, u8 status,
|