/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/ |
H A D | mission_list_manager_test.cpp | 1697 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local 1701 int res = missionListManager->AttachAbilityThread(scheduler, token); in HWTEST_F() 1718 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local 1720 missionListManager->OnAbilityRequestDone(token, state); in HWTEST_F() 1736 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local 1738 missionListManager->OnAbilityRequestDone(token, state); in HWTEST_F() 1812 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local 1819 auto res = missionListManager->GetAbilityRecordByToken(token); in HWTEST_F() 1889 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local 1895 int res = missionListManager->AbilityTransactionDone(token, stat in HWTEST_F() 1915 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 4581 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 4603 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5022 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5051 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5081 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5108 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5151 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5175 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5200 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local [all...] |
/third_party/backends/backend/ |
H A D | umax_pp.c | 424 SANE_Char *token; in umax_pp_configure_attach() local 427 /* check for mandatory 'port' token */ in umax_pp_configure_attach() 428 lp = sanei_config_get_string (devname, &token); in umax_pp_configure_attach() 429 if (strncmp (token, "port", 4) != 0) in umax_pp_configure_attach() 432 free (token); in umax_pp_configure_attach() 435 free (token); in umax_pp_configure_attach() 438 lp = sanei_config_get_string (lp, &token); in umax_pp_configure_attach() 441 if (strncmp (token, "safe-auto", 9) == 0) in umax_pp_configure_attach() 445 else if (strncmp (token, "auto", 4) == 0) in umax_pp_configure_attach() 451 status = umax_pp_attach (config, token); in umax_pp_configure_attach() [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 336 Headers::value_type *Request::get_res_header(int32_t token) { in get_res_header() argument 337 auto idx = res_hdidx[token]; in get_res_header() 344 Headers::value_type *Request::get_req_header(int32_t token) { in get_req_header() argument 345 auto idx = req_hdidx[token]; in get_req_header() 1933 auto token = http2::lookup_token(name, namelen); in on_header_callback() local 1935 http2::index_header(req->res_hdidx, token, req->res_nva.size()); in on_header_callback() 1937 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback() 1957 auto token = http2::lookup_token(name, namelen); in on_header_callback() local 1959 http2::index_header(req->req_hdidx, token, req->req_nva.size()); in on_header_callback() 1961 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 200 assert(!batch->token); in tc_batch_execute() 270 if (next->token) { in tc_batch_flush() 271 next->token->tc = NULL; in tc_batch_flush() 272 tc_unflushed_batch_token_reference(&next->token, NULL); in tc_batch_flush() 353 if (next->token) { in _tc_sync() 354 next->token->tc = NULL; in _tc_sync() 355 tc_unflushed_batch_token_reference(&next->token, NULL); in _tc_sync() 390 struct tc_unflushed_batch_token *token, in threaded_context_flush() 396 if (token->tc && token in threaded_context_flush() 389 threaded_context_flush(struct pipe_context *_pipe, struct tc_unflushed_batch_token *token, bool prefer_async) threaded_context_flush() argument [all...] |
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_service_test.cpp | 310 testCredPara.token = {1, 2, 3, 4}; in HWTEST_F() 322 testCredPara.token = {1, 2, 3, 4}; in HWTEST_F() 406 testCredPara.token = {1, 2, 3, 4}; in HWTEST_F() 444 testCredPara.token = {1, 2, 3, 4}; in HWTEST_F() 502 testCredPara.token = {1, 2, 3, 4}; in HWTEST_F()
|
/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 937 std::string token = std::to_string(((static_cast<uint64_t>(callerUid_) << PID_LEN) in ResetCallingIdentity() local 939 std::string identity = callerDeviceID_ + token; in ResetCallingIdentity() 974 ZLOGE(LOG_LABEL, "Identity param no token, len:%{public}zu, offset:%{public}zu", identity.length(), offset); in SetCallingIdentity() 979 ZLOGE(LOG_LABEL, "Identity param token is invalid"); in SetCallingIdentity() 983 uint64_t token = std::stoull(tokenStr.c_str()); in SetCallingIdentity() local 984 callerUid_ = static_cast<int>(token >> PID_LEN); in SetCallingIdentity() 985 callerPid_ = static_cast<int>(token); in SetCallingIdentity()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_binder_databus_invoker_unittest.cpp | 576 std::string token = testInvoker.ResetCallingIdentity(); in HWTEST_F() local 577 EXPECT_FALSE(token.empty()); in HWTEST_F() 578 bool ret = testInvoker.SetCallingIdentity(token, false); in HWTEST_F() 601 std::string token = std::to_string(static_cast<uint64_t>(pid)); in HWTEST_F() 602 std::string identity = accessToken + deviceId + token; in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_sta_impl.c | 593 char *token = strtok_r(NULL, "\n", &savedPtr);
in HdiWpaStaGetScanInfos() local 595 while (token != NULL) {
in HdiWpaStaGetScanInfos() 604 int length = strlen(token);
in HdiWpaStaGetScanInfos() 608 if (DelScanInfoLine(&results[j], token, length)) {
in HdiWpaStaGetScanInfos() 618 token = strtok_r(NULL, "\n", &savedPtr);
in HdiWpaStaGetScanInfos()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 1101 ContinueToken token = nullptr; in GetSyncDataSize() local 1103 outData, token, syncDataSizeInfo); in GetSyncDataSize() 1104 if (token != nullptr) { in GetSyncDataSize() 1105 static_cast<SyncGenericInterface *>(syncInterface_)->ReleaseContinueToken(token); in GetSyncDataSize() 1106 token = nullptr; in GetSyncDataSize()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 122 TLOGE(WmsLogTag::WMS_UIEXT, "token is nullptr"); in AddExtensionWindowStageToSCB() 137 TLOGE(WmsLogTag::WMS_UIEXT, "token is nullptr"); in RemoveExtensionWindowStageFromSCB() 497 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent() 514 uiContent->SetParentToken(token); in NapiSetUIContent() 564 TLOGE(WmsLogTag::WMS_UIEXT, "token is nullptr"); in UpdateRect() 755 TLOGE(WmsLogTag::WMS_UIEXT, "get token of window:%{public}d failed because of context is null.", in NotifyDisplayInfoChange() 759 auto token = context_->GetToken(); in NotifyDisplayInfoChange() local 760 if (token == nullptr) { in NotifyDisplayInfoChange() 761 TLOGE(WmsLogTag::WMS_UIEXT, "get token of window:%{public}d failed.", GetPersistentId()); in NotifyDisplayInfoChange() 765 token, confi in NotifyDisplayInfoChange() 496 NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage, BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) NapiSetUIContent() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | fw.c | 315 char *options = NULL, *options_orig, *token; in i2400m_barker_db_init() local 335 while ((token = strsep(&options, ",")) != NULL) { in i2400m_barker_db_init() 336 if (*token == '\0') /* eat joint commas */ in i2400m_barker_db_init() 338 if (sscanf(token, "%x", &barker) != 1 in i2400m_barker_db_init() 343 __func__, token); in i2400m_barker_db_init()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdpsock_user.c | 309 char *token; in get_irqs() local 312 token = strtok(line, com); in get_irqs() 313 while (token != NULL) { in get_irqs() 315 total_intrs += atoi(token); in get_irqs() 316 token = strtok(NULL, com); in get_irqs()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_fd.c | 779 int token; in parse_opts() local 783 token = match_token(p, tokens, args); in parse_opts() 784 if ((token != Opt_err) && (token != Opt_privport)) { in parse_opts() 792 switch (token) { in parse_opts()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mmio.c | 608 int token; in mt7915_mmio_wed_init_rx_buf() local 624 token = mt76_rx_token_consume(&dev->mt76, buf, t, addr); in mt7915_mmio_wed_init_rx_buf() 625 if (token < 0) { in mt7915_mmio_wed_init_rx_buf() 630 desc->token |= cpu_to_le32(FIELD_PREP(MT_DMA_CTL_TOKEN, in mt7915_mmio_wed_init_rx_buf() 631 token)); in mt7915_mmio_wed_init_rx_buf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_mipi_dbi.c | 1337 char *buf, *pos, *token; in mipi_dbi_debugfs_command_write() local 1358 token = strsep(&pos, " "); in mipi_dbi_debugfs_command_write() 1359 if (!token) { in mipi_dbi_debugfs_command_write() 1364 ret = kstrtou8(token, 16, &val); in mipi_dbi_debugfs_command_write() 1368 if (token == buf) in mipi_dbi_debugfs_command_write()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 1391 const char *token; in parse_test_type() local 1402 token = strsep(&buf, ":"); in parse_test_type() 1404 if (!strcmp(token, "all")) { in parse_test_type() 1407 } else if (!strcmp(token, "khugepaged")) { in parse_test_type() 1409 } else if (!strcmp(token, "madvise")) { in parse_test_type()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_fd.c | 788 int token; in parse_opts() local 792 token = match_token(p, tokens, args); in parse_opts() 793 if ((token != Opt_err) && (token != Opt_privport)) { in parse_opts() 801 switch (token) { in parse_opts()
|
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 406 eb.token = NULL; in lws_http_client_socket_service() 421 if (lws_parse(wsi, eb.token, &n)) { in lws_http_client_socket_service() 436 (const uint8_t *)eb.token, in lws_http_client_socket_service() 451 * eb.token += m; in lws_http_client_socket_service() 1340 eb.token = (unsigned char *)*buf; in lws_http_client_read() 1344 *buf = (char *)eb.token; /* may be pointing to buflist or pt_serv_buf */ in lws_http_client_read() 1532 //eb.token += n; in lws_http_client_read()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormat.java | 891 * ":"), {@code Scanner} would recognize it only as a single token. Furthermore, {@code 905 // The character index within this.text at which the current token begins. 908 // The line and column numbers of the current token. 912 // The line and column numbers of the previous token (allows throwing 963 /** Advance to the next token. */ 979 // Match the next token. in nextToken() 998 /** Skip over any whitespace so that the matcher region starts at the next token. */ 1007 * If the next token exactly matches {@code token}, consume it and return {@code true}. 1010 public boolean tryConsume(final String token) { in tryConsume() argument 1023 consume(final String token) consume() argument [all...] |
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 92 std::string token; member
|
/base/powermgr/powermgr_lite/frameworks/src/ |
H A D | running_lock.c | 118 POWER_HILOGD("Create %s, pid: %u, token: %llu", name, entry->identity.pid, (long long)entry->identity.token); in CreateRunningLock()
|
/base/powermgr/powermgr_lite/services/src/ |
H A D | running_lock_mgr.c | 101 POWER_HILOGD("No.%d, name: %s, pid: %u, token: %llu", in ShowLocks() 102 i, e->lock.name, e->identity.pid, (long long)e->identity.token); in ShowLocks()
|
/base/security/huks/services/huks_standard/huks_service/main/core/include/ |
H A D | hks_client_service.h | 87 const struct HksParamSet *paramSet, struct HksBlob *handle, struct HksBlob *token);
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_api.h | 307 * @param token token 311 struct HksBlob *handle, struct HksBlob *token);
|
/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/ |
H A D | getsimeons_fuzzer.cpp | 184 OHOS::AddCoreServiceTokenFuzzer token; in LLVMFuzzerInitialize() local
|