Home
last modified time | relevance | path

Searched refs:token (Results 1376 - 1400 of 3355) sorted by relevance

1...<<51525354555657585960>>...135

/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_cca_key.h21 * mapping for the cca private ME key token.
25 * mapping for the cca key token header
55 * mapping for the cca private CRT key 'token'
169 struct cca_token_hdr token; in zcrypt_type6_crt_key() member
197 /* key token header */ in zcrypt_type6_crt_key()
198 key->token.token_identifier = CCA_TKN_HDR_ID_EXT; in zcrypt_type6_crt_key()
199 key->token.token_length = size - 6; in zcrypt_type6_crt_key()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.c225 printf("usage: %s [-h] [-p period_ms] [-t token]\n", name); in help()
228 printf(" -t: The magic token to indicate environment setup is done.\n"); in help()
236 int reclaim_period_ms = 0, token = 0, opt; in main() local
245 token = atoi_paranoid(optarg); in main()
259 __TEST_REQUIRE(token == MAGIC_TOKEN, in main()
260 "This test must be run with the magic token %d.\n" in main()
/third_party/node/deps/v8/src/date/
H A Ddateparser.cc169 int DateParser::ReadMilliseconds(DateToken token) { in ReadMilliseconds() argument
174 int number = token.number(); in ReadMilliseconds()
175 int length = token.length(); in ReadMilliseconds()
/third_party/node/deps/undici/src/lib/
H A Dproxy-agent.js71 if (opts.auth && opts.token) {
72 throw new InvalidArgumentError('opts.auth cannot be used in combination with opts.token')
74 /* @deprecated in favour of opts.token */
76 } else if (opts.token) {
77 this[kProxyHeaders]['proxy-authorization'] = opts.token
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeStringUtil.cpp100 string token; in splitString() local
102 while (std::getline(tokenStream, token, delim)) in splitString()
103 ret.push_back(token); in splitString()
/foundation/ability/ability_runtime/test/unittest/connection_state_item_test/
H A Dconnection_state_item_test.cpp596 sptr<IRemoteObject> token; in HWTEST_F() local
598 auto res = connectionStateItem->HandleDataAbilityDied(token, data); in HWTEST_F()
614 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local
616 auto res = connectionStateItem->HandleDataAbilityDied(token, data); in HWTEST_F()
632 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local
635 auto res = connectionStateItem->HandleDataAbilityDied(token, data); in HWTEST_F()
656 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local
657 auto res = connectionStateItem->HandleDataAbilityDied(token, data); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp413 const std::vector<uint8_t> &token, in UpdateUserAuth()
420 int32_t err = fsCrypto->UpdateUserAuth(userId, secureUid, token, oldSecret, newSecret); in UpdateUserAuth()
444 const std::vector<uint8_t> &token, in ActiveUserKey()
450 int32_t err = fsCrypto->ActiveUserKey(userId, token, secret); in ActiveUserKey()
492 const std::vector<uint8_t> &token, in UnlockUserScreen()
498 return fsCrypto->UnlockUserScreen(userId, token, secret); in UnlockUserScreen()
540 const std::vector<uint8_t> &token, in CreateRecoverKey()
547 return fsCrypto->CreateRecoverKey(userId, userType, token, secret); in CreateRecoverKey()
412 UpdateUserAuth(uint32_t userId, uint64_t secureUid, const std::vector<uint8_t> &token, const std::vector<uint8_t> &oldSecret, const std::vector<uint8_t> &newSecret) UpdateUserAuth() argument
443 ActiveUserKey(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) ActiveUserKey() argument
491 UnlockUserScreen(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UnlockUserScreen() argument
538 CreateRecoverKey(uint32_t userId, uint32_t userType, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) CreateRecoverKey() argument
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp272 const std::vector<uint8_t> &token, in UpdateUserAuth()
286 return storageDaemon_->UpdateUserAuth(userId, secureUid, token, oldSecret, newSecret); in UpdateUserAuth()
309 const std::vector<uint8_t> &token, in ActiveUserKey()
322 return storageDaemon_->ActiveUserKey(userId, token, secret); in ActiveUserKey()
371 const std::vector<uint8_t> &token, in UnlockUserScreen()
384 return storageDaemon_->UnlockUserScreen(userId, token, secret); in UnlockUserScreen()
567 const std::vector<uint8_t> &token, in CreateRecoverKey()
580 return storageDaemon_->CreateRecoverKey(userId, userType, token, secret); in CreateRecoverKey()
271 UpdateUserAuth(uint32_t userId, uint64_t secureUid, const std::vector<uint8_t> &token, const std::vector<uint8_t> &oldSecret, const std::vector<uint8_t> &newSecret) UpdateUserAuth() argument
308 ActiveUserKey(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) ActiveUserKey() argument
370 UnlockUserScreen(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UnlockUserScreen() argument
565 CreateRecoverKey(uint32_t userId, uint32_t userType, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) CreateRecoverKey() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lite_stub_test.cpp27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override
31 WSError SetSessionIcon(const sptr<IRemoteObject>& token, const std::shared_ptr<Media::PixelMap>& icon) override
39 WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) override
43 WSError PendingSessionToBackgroundForDelegator(const sptr<IRemoteObject>& token, bool shouldBackToCaller) override
47 WSError GetFocusSessionToken(sptr<IRemoteObject>& token) override
81 WSError SetSessionContinueState(const sptr<IRemoteObject>& token, const ContinueState& continueState) override
253 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
254 data.WriteRemoteObject(token); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Duhci-debug.c48 u32 status, token; in uhci_show_td() local
69 token = td_token(uhci, td); in uhci_show_td()
70 switch (uhci_packetid(token)) { in uhci_show_td()
86 token >> 21, in uhci_show_td()
87 ((token >> 19) & 1), in uhci_show_td()
88 (token >> 15) & 15, in uhci_show_td()
89 (token >> 8) & 127, in uhci_show_td()
90 (token & 0xff), in uhci_show_td()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Duhci-debug.c48 u32 status, token; in uhci_show_td() local
69 token = td_token(uhci, td); in uhci_show_td()
70 switch (uhci_packetid(token)) { in uhci_show_td()
86 token >> 21, in uhci_show_td()
87 ((token >> 19) & 1), in uhci_show_td()
88 (token >> 15) & 15, in uhci_show_td()
89 (token >> 8) & 127, in uhci_show_td()
90 (token & 0xff), in uhci_show_td()
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp106 /// @brief append an unescaped reference token at the end of this JSON pointer
108 json_pointer& operator/=(string_t token) in operator /=() argument
110 push_back(std::move(token)); in operator /=()
129 /// @brief create a new JSON pointer by appending the unescaped token at the end of the JSON pointer
131 friend json_pointer operator/(const json_pointer& lhs, string_t token) // NOLINT(performance-unnecessary-value-param) in operator /() argument
133 return json_pointer(lhs) /= std::move(token); in operator /()
136 /// @brief create a new JSON pointer by appending the array-index-token at the end of the JSON pointer
157 /// @brief remove last reference token
169 /// @brief return last reference token
181 /// @brief append an unescaped token a
183 push_back(const string_t& token) push_back() argument
190 push_back(string_t&& token) push_back() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h183 /* simple enumeration type used to identify token types */
201 FT_Byte* start; /* first character of token in input stream */
202 FT_Byte* limit; /* first character after the token */
203 T1_TokenType type; /* type of token */
413 T1_Token token );
1425 #define IS_PS_TOKEN( cur, limit, token ) \
1426 ( (char)(cur)[0] == (token)[0] && \
1427 ( (cur) + sizeof ( (token) ) == (limit) || \
1428 ( (cur) + sizeof( (token) ) < (limit) && \
1429 IS_PS_DELIM( (cur)[sizeof ( (token) )
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp288 ContinueToken token; in GetData() local
289 context->GetContinueToken(token); in GetData()
290 if (token == nullptr) { in GetData()
293 LOGD("[DataSync][GetData] get data from token"); in GetData()
370 ContinueToken token = nullptr; in GetUnsyncData() local
371 context->GetContinueToken(token); in GetUnsyncData()
372 if (token != nullptr) { in GetUnsyncData()
373 storage_->ReleaseContinueToken(token); in GetUnsyncData()
377 errCode = storage_->GetSyncData(waterMarkInfo.beginTime, waterMarkInfo.endTime, outData, token, in GetUnsyncData()
381 errCode = storage_->GetSyncData(queryObj, waterMarkInfo, syncDataSizeInfo, token, outDat in GetUnsyncData()
393 ContinueToken token; GetNextUnsyncData() local
650 ContinueToken token; UpdateSendInfo() local
848 ContinueToken token = nullptr; PullResponseStart() local
1235 ContinueToken token; AckRecv() local
1638 ContinueToken token = nullptr; GetReSendData() local
[all...]
/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
5054 token = json_get_member(root, "name"); in dpp_conf_req_rx()
5055 if (!token || token->type != JSON_STRING) { in dpp_conf_req_rx()
5059 wpa_printf(MSG_DEBUG, "DPP: Enrollee name = '%s'", token->string); in dpp_conf_req_rx()
5061 token = json_get_member(root, "wi-fi_tech"); in dpp_conf_req_rx()
5062 if (!token || token->type != JSON_STRING) { in dpp_conf_req_rx()
5066 wpa_printf(MSG_DEBUG, "DPP: wi-fi_tech = '%s'", token->string); in dpp_conf_req_rx()
5067 if (os_strcmp(token in dpp_conf_req_rx()
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...]
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp92 auto g_deleteLifecycleEventTask = [](const sptr<Token> &token, FreezeUtil::TimeoutState state) {
93 CHECK_POINTER_LOG(token, "token is nullptr.");
94 FreezeUtil::LifecycleFlow flow = { token->AsObject(), state };
217 int MissionListManager::MinimizeAbility(const sptr<IRemoteObject> &token, bool fromUser) in MinimizeAbility() argument
221 // check if ability is in list to avoid user create fake token. in MinimizeAbility()
222 CHECK_POINTER_AND_RETURN_LOG(GetAbilityRecordByTokenInner(token), INNER_ERR, in MinimizeAbility()
224 auto abilityRecord = Token::GetAbilityRecordByToken(token); in MinimizeAbility()
1004 int MissionListManager::AttachAbilityThread(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &token) in AttachAbilityThread() argument
1008 auto abilityRecord = GetAbilityRecordByTokenInner(token); in AttachAbilityThread()
1053 OnAbilityRequestDone(const sptr<IRemoteObject> &token, int32_t state) OnAbilityRequestDone() argument
1128 GetAbilityRecordByToken( const sptr<IRemoteObject> &token) GetAbilityRecordByToken() argument
1194 AbilityTransactionDone(const sptr<IRemoteObject> &token, int state, const PacMap &saveData) AbilityTransactionDone() argument
1924 GetAbilityFromTerminateList(const sptr<IRemoteObject> &token) GetAbilityFromTerminateList() argument
1930 GetAbilityFromTerminateListInner(const sptr<IRemoteObject> &token) GetAbilityFromTerminateListInner() argument
2106 UpdateSnapShot(const sptr<IRemoteObject> &token, const std::shared_ptr<Media::PixelMap> &pixelMap) UpdateSnapShot() argument
2714 GetMissionIdByAbilityToken(const sptr<IRemoteObject> &token) GetMissionIdByAbilityToken() argument
2720 GetMissionIdByAbilityTokenInner(const sptr<IRemoteObject> &token) GetMissionIdByAbilityTokenInner() argument
2912 SetMissionContinueState(const sptr<IRemoteObject> &token, int32_t missionId, const AAFwk::ContinueState &state) SetMissionContinueState() argument
2927 SetMissionLabel(const sptr<IRemoteObject> &token, const std::string &label) SetMissionLabel() argument
2957 SetMissionIcon(const sptr<IRemoteObject> &token, const std::shared_ptr<Media::PixelMap> &icon) SetMissionIcon() argument
3600 NotifyRestartSpecifiedAbility(AbilityRequest &request, const sptr<IRemoteObject> &token) NotifyRestartSpecifiedAbility() argument
4064 NotifyAbilityToken(const sptr<IRemoteObject> &token, const AbilityRequest &abilityRequest) NotifyAbilityToken() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp276 * 1.token is nullptr, terminate ability failed
277 * 2.token is not nullptr, terminate ability success, and verify the status
367 * 1.token is nullptr, stop service ability failed
368 * 2.token is not nullptr, stop service ability success, and verify the status
550 auto token = abilityRecord->GetToken(); in HWTEST_F() local
556 ConnectManager()->AttachAbilityThreadLocked(scheduler, token->AsObject()); in HWTEST_F()
557 ConnectManager()->AbilityTransitionDone(token->AsObject(), OHOS::AAFwk::AbilityState::INACTIVE); in HWTEST_F()
718 auto token = abilityRecord->GetToken(); in HWTEST_F() local
721 ConnectManager()->ScheduleConnectAbilityDoneLocked(token, callback); in HWTEST_F()
722 auto abilityRecordB = Token::GetAbilityRecordByToken(token); in HWTEST_F()
1075 auto token = abilityRecord->GetToken(); HWTEST_F() local
1115 auto token = abilityRecord->GetToken(); HWTEST_F() local
1162 auto token = abilityRecord->GetToken(); HWTEST_F() local
1187 auto token = abilityRecord->GetToken(); HWTEST_F() local
1244 auto token = abilityRecord->GetToken(); HWTEST_F() local
1295 auto token = abilityRecord->GetToken(); HWTEST_F() local
1331 auto token = abilityRecord->GetToken(); HWTEST_F() local
1530 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
1603 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
1628 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
1652 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
1679 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
1735 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
2835 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp167 NetManagerBaseNotSystemToken token; in GlobalHttpProxyTest() local
198 NetManagerBaseAccessToken token; in HWTEST_F() local
214 NetManagerBaseAccessToken token; in HWTEST_F() local
234 NetManagerBaseAccessToken token; in HWTEST_F() local
258 NetManagerBaseAccessToken token; in HWTEST_F() local
279 NetManagerBaseAccessToken token; in HWTEST_F() local
348 NetManagerBaseAccessToken token; in HWTEST_F() local
441 NetManagerBaseAccessToken token; in HWTEST_F() local
483 NetManagerBaseAccessToken token; in HWTEST_F() local
520 NetManagerBaseAccessToken token; in HWTEST_F() local
543 NetManagerBaseAccessToken token; HWTEST_F() local
572 NetManagerBaseAccessToken token; HWTEST_F() local
643 NetManagerBaseAccessToken token; HWTEST_F() local
792 NetManagerBaseAccessToken token; HWTEST_F() local
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_manager_test.cpp167 NetManagerBaseNotSystemToken token; in GlobalHttpProxyTest() local
198 NetManagerBaseAccessToken token; in HWTEST_F() local
214 NetManagerBaseAccessToken token; in HWTEST_F() local
234 NetManagerBaseAccessToken token; in HWTEST_F() local
258 NetManagerBaseAccessToken token; in HWTEST_F() local
279 NetManagerBaseAccessToken token; in HWTEST_F() local
348 NetManagerBaseAccessToken token; in HWTEST_F() local
441 NetManagerBaseAccessToken token; in HWTEST_F() local
483 NetManagerBaseAccessToken token; in HWTEST_F() local
520 NetManagerBaseAccessToken token; in HWTEST_F() local
543 NetManagerBaseAccessToken token; HWTEST_F() local
572 NetManagerBaseAccessToken token; HWTEST_F() local
643 NetManagerBaseAccessToken token; HWTEST_F() local
792 NetManagerBaseAccessToken token; HWTEST_F() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Drrm.c59 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token
73 "RRM: Discarding neighbor report with token %d (expected %d)", in wpas_rrm_process_neighbor_rep()
86 /* skipping the first byte, which is only an id (dialog token) */ in wpas_rrm_process_neighbor_rep()
93 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report (token = %d)", in wpas_rrm_process_neighbor_rep()
170 /* 3 = action category + action code + dialog token */ in wpas_rrm_send_neighbor_rep_request()
180 wpa_printf(MSG_DEBUG, "RRM: Neighbor report request (for %s), token=%d", in wpas_rrm_send_neighbor_rep_request()
199 * Measurement token; nonzero number that is unique among the in wpas_rrm_send_neighbor_rep_request()
233 * Measurement token; nonzero number that is unique among the in wpas_rrm_send_neighbor_rep_request()
281 static int wpas_rrm_report_elem(struct wpabuf **buf, u8 token, u8 mode, u8 type, in wpas_rrm_report_elem() argument
289 wpabuf_put_u8(*buf, token); in wpas_rrm_report_elem()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drrm.c59 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token
73 "RRM: Discarding neighbor report with token %d (expected %d)", in wpas_rrm_process_neighbor_rep()
86 /* skipping the first byte, which is only an id (dialog token) */ in wpas_rrm_process_neighbor_rep()
93 wpa_dbg(wpa_s, MSG_DEBUG, "RRM: Notifying neighbor report (token = %d)", in wpas_rrm_process_neighbor_rep()
176 /* 3 = action category + action code + dialog token */ in wpas_rrm_send_neighbor_rep_request()
187 "RRM: Neighbor report request (for %s), token=%d", in wpas_rrm_send_neighbor_rep_request()
190 wpa_printf(MSG_DEBUG, "RRM: Neighbor report request (for %s), token=%d", in wpas_rrm_send_neighbor_rep_request()
209 * Measurement token; nonzero number that is unique among the in wpas_rrm_send_neighbor_rep_request()
243 * Measurement token; nonzero number that is unique among the in wpas_rrm_send_neighbor_rep_request()
291 static int wpas_rrm_report_elem(struct wpabuf **buf, u8 token, u argument
[all...]
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/
H A Dohos_application_first_test.cpp404 sptr<Notification::MockIRemoteObject> token = new (std::nothrow) Notification::MockIRemoteObject();
407 std::shared_ptr<AbilityLocalRecord> abilityRecord = std::make_shared<AbilityLocalRecord>(info, token, want, 0);
408 ohosApplication_->abilityRecordMgr_->abilityRecords_.emplace(token, abilityRecord);
561 sptr<Notification::MockIRemoteObject> token = new (std::nothrow) Notification::MockIRemoteObject();
562 ohosApplication_->CleanAbilityStage(token, abilityInfo, false);
570 * @tc.desc: Verify function CleanAbilityStage pointer token empty
576 sptr<Notification::MockIRemoteObject> token = nullptr;
577 ohosApplication_->CleanAbilityStage(token, abilityInfo, false);
578 EXPECT_TRUE(token == nullptr);
594 sptr<Notification::MockIRemoteObject> token
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_sup_test.cpp385 std::vector<uint8_t> token; in HWTEST_F() local
391 EXPECT_EQ(KeyManager::GetInstance()->UnlockEceSece(user, token, secret, ret), false); in HWTEST_F()
398 EXPECT_EQ(KeyManager::GetInstance()->UnlockEceSece(user, token, secret, ret), false); in HWTEST_F()
404 EXPECT_EQ(KeyManager::GetInstance()->UnlockEceSece(user, token, secret, ret), false); in HWTEST_F()
410 EXPECT_EQ(KeyManager::GetInstance()->UnlockEceSece(user, token, secret, ret), true); in HWTEST_F()
416 EXPECT_EQ(KeyManager::GetInstance()->UnlockEceSece(user, token, secret, ret), false); in HWTEST_F()
525 std::vector<uint8_t> token; in HWTEST_F() local
533 EXPECT_EQ(KeyManager::GetInstance()->UnlockUece(user, token, secret, ret), false); in HWTEST_F()
546 EXPECT_EQ(KeyManager::GetInstance()->UnlockUece(user, token, secret, ret), false); in HWTEST_F()
555 EXPECT_EQ(KeyManager::GetInstance()->UnlockUece(user, token, secre in HWTEST_F()
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6apm.c508 int token; in graph_callback() local
518 token = hdr->token & APM_WRITE_TOKEN_MASK; in graph_callback()
521 phys = graph->rx_data.buf[token].phys; in graph_callback()
529 graph->cb(client_event, hdr->token, data->payload, graph->priv); in graph_callback()
541 if (hdr->token == SNDRV_PCM_STREAM_PLAYBACK) in graph_callback()
554 phys = graph->tx_data.buf[hdr->token].phys; in graph_callback()
562 graph->cb(client_event, hdr->token, data->payload, graph->priv); in graph_callback()
571 graph->cb(client_event, hdr->token, data->payload, graph->priv); in graph_callback()
578 if (hdr->token in graph_callback()
[all...]
/third_party/libcoap/tests/
H A Dtest_options.c469 /* CoAP PDU without token, options, or data */ in t_iterate_option1()
476 .token = teststr, in t_iterate_option1()
494 /* CoAP PDU with token but without options and data */ in t_iterate_option2()
502 .token = teststr, in t_iterate_option2()
520 /* CoAP PDU with token and options */ in t_iterate_option3()
529 .token = teststr, in t_iterate_option3()
562 /* CoAP PDU with token, options, and data */ in t_iterate_option4()
572 .token = teststr, in t_iterate_option4()
614 .token = teststr, in t_iterate_option5()
638 /* CoAP PDU with token, option in t_iterate_option6()
[all...]

Completed in 37 milliseconds

1...<<51525354555657585960>>...135