Home
last modified time | relevance | path

Searched refs:sendCount (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/ffrt/src/dfx/watchdog/
H A Dwatchdog_util.cpp102 int sendCount = taskStatusMap[gid]; in RunTimeOutCallback() local
103 if (sendCount >= SEND_COUNT_MAX) { in RunTimeOutCallback()
111 taskStatusMap[gid] = (++sendCount); in RunTimeOutCallback()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c66 item->sendCount = 0; in FillpGetSendItem()
113 FILLP_GET_SOCKET(pcb)->index, item->pktNum, item->seqNum, item->sendCount, in FillpDoneSendAllData()
136 if (item->sendCount > 0) { /* resend item */ in FillpBeforeSendItem()
334 if (item->sendCount > 0) { in FillpAddToUnackList()
353 if (item->sendCount > 0) { in FillpItemRetrans()
381 if (item->sendCount == 0) { in FillpSendItem()
386 if (item->sendCount > stats->debugPcb.onePktMaxSendCount) { in FillpSendItem()
387 stats->debugPcb.onePktMaxSendCount = item->sendCount; in FillpSendItem()
418 if (item->sendCount > 0) { in FillpSendItem()
H A Dfillp_input.c420 unackItem->sendCount++; in ProtectLongLoopRun()
H A Dfillp_common.c113 item->sendCount++; in FillpMoveOneNode()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_send_receive_test.cpp285 int sendCount = 0; in HWTEST_F() local
292 sendCount++; in HWTEST_F()
307 EXPECT_EQ(sendCount, expectSendCount); in HWTEST_F()
348 int sendCount = 0; in HWTEST_F() local
350 std::thread sendThread([&sendCount, &sendFailCount]() { in HWTEST_F()
351 while (sendCount < SEND_COUNT_GOAL) { in HWTEST_F()
361 sendCount++; in HWTEST_F()
373 EXPECT_EQ(sendCount, SEND_COUNT_GOAL); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h236 uint32_t sendCount; member
273 peerInfo->sendCount = 0; in ClearPeerinfoStats()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp905 static int sendCount = 0; in ServerEnableSerialInvokeFlag() local
907 if (sendCount == 0) { in ServerEnableSerialInvokeFlag()
916 sendCount++; in ServerEnableSerialInvokeFlag()
918 if (sendCount >= MAX_RECURSIVE_SENDS) { in ServerEnableSerialInvokeFlag()
925 std::string value = std::to_string(sendCount); // The last time was 4. in ServerEnableSerialInvokeFlag()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c96 NSTACKX_ATOM_FETCH_INC(&peerInfo->sendCount); in TcpSendFileDataFrame()
120 NSTACKX_ATOM_FETCH_INC(&peerInfo->sendCount); in UdpSendFileDataSuccess()
H A Dnstackx_dfile_session.c1050 uint64_t sendCount; in DFileSendCalculateRate() local
1062 sendCount = (uint64_t)peerInfo->sendCount; in DFileSendCalculateRate()
1072 peerInfo->sendFrameRate = (uint32_t)(sendCount * DATA_FRAME_SEND_INTERVAL_US / measureElapse); in DFileSendCalculateRate()
1073 peerInfo->sendCountRateMB = (uint32_t)(sendCount * peerInfo->dataFrameSize * in DFileSendCalculateRate()
1079 DFILE_LOGI(TAG, "framesize %u maxsendrate %u sendRate %u, amendSendRate %d sendCount %llu," in DFileSendCalculateRate()
1086 peerInfo->sendCount, measureElapse, peerInfo->sendFrameRate, peerInfo->sendCountRateMB, in DFileSendCalculateRate()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp67 static int sendCount; member in OHOS::AAFwk::PendingWantRecordTest::CancelReceiver
82 int PendingWantRecordTest::CancelReceiver::sendCount = 0; member in OHOS::AAFwk::PendingWantRecordTest::CancelReceiver
86 sendCount = SEND_COUNT; in Send()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp65 static int sendCount; member in OHOS::AAFwk::PendingWantManagerTest::CancelReceiver
81 int PendingWantManagerTest::CancelReceiver::sendCount = 0; member in OHOS::AAFwk::PendingWantManagerTest::CancelReceiver
85 sendCount = DEFAULT_COUNT; in Send()
795 EXPECT_TRUE(CancelReceiver::sendCount == 100); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h99 FILLP_UINT8 sendCount; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1371 } else if (item->sendCount > 0) { in SpungeClearItemWaitTokenList()

Completed in 19 milliseconds