Home
last modified time | relevance | path

Searched refs:allSize (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c31 uint32_t allSize; in SendBackPressureFrame() local
49 allSize = recvListAllSize + recvInnerAllSize; in SendBackPressureFrame()
52 if (((allSize >= (uint32_t)(dFileTrans->fileManager->iowCount * FILE_RECV_LIST_IO_WRITE_THRESHOLD)) || in SendBackPressureFrame()
53 (allSize >= (uint32_t)(dFileTrans->fileManager->maxRecvBlockListSize * FILE_RECV_LIST_IO_WRITE_THRESHOLD)) || in SendBackPressureFrame()
54 (allSize * blockFrameSize >= recvListWindowSize)) && in SendBackPressureFrame()
55 allSize > 0) { in SendBackPressureFrame()
67 DFILE_LOGI(TAG, "socket %hhu send back pressure fileManager->recvListOverIo %hhu allSize %u iowCount %llu", in SendBackPressureFrame()
68 peerInfo->socketIndex, dFileTrans->fileManager->recvListOverIo, allSize, in SendBackPressureFrame()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.cpp287 std::vector<uint32_t> &allSize)
296 for (size_t i = 0; i < allSize.size(); i++) {
297 auto origin = ashmem->ReadFromAshmem(allSize[i], offset);
299 offset += static_cast<int>(allSize[i]);
303 inParcel.WriteBuffer(reinterpret_cast<const char*>(origin), allSize[i]);
306 offset += static_cast<int>(allSize[i]);
348 std::vector<uint32_t> allSize; local
349 reply.ReadUInt32Vector(&allSize);
350 uint32_t retSize = allSize.size();
355 return ParseScanInfos(reply, result, allSize);
[all...]
H A Dwifi_scan_proxy.h158 ErrCode ParseScanInfos(MessageParcel &reply, std::vector<WifiScanInfo> &result, std::vector<uint32_t> &allSize);
H A Dwifi_device_proxy.cpp642 std::vector<uint32_t> allSize; in ParseDeviceConfigs() local
643 reply.ReadUInt32Vector(&allSize); in ParseDeviceConfigs()
644 uint32_t retSize = allSize.size(); in ParseDeviceConfigs()
656 auto origin = ashmem->ReadFromAshmem(allSize[i], offset); in ParseDeviceConfigs()
658 offset += static_cast<int>(allSize[i]); in ParseDeviceConfigs()
662 inParcel.WriteBuffer(reinterpret_cast<const char*>(origin), allSize[i]); in ParseDeviceConfigs() local
665 offset += static_cast<int>(allSize[i]); in ParseDeviceConfigs()
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c99 uint32_t allSize = (GetWifiNonDataPacketConsumeTime() * speedByte + (PACKET_HEAD_BYTES + mtu) * assembleNum); in GetThetaByLinkSpeed() local
101 const uint32_t theta = (WIFI_THETA_ACCURACY * effectiveSize / allSize); in GetThetaByLinkSpeed()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub.cpp238 std::vector<uint32_t> allSize; in SendScanInfo() local
277 allSize.emplace_back(dataSize); in SendScanInfo()
282 reply.WriteUInt32Vector(allSize); in SendScanInfo()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp814 std::vector<DisplayPhysicalResolution> allSize = in HWTEST_F() local
816 ASSERT_TRUE(!allSize.empty()); in HWTEST_F()
H A Ddisplay_manager_test.cpp999 std::vector<DisplayPhysicalResolution> allSize = DisplayManager::GetInstance().GetAllDisplayPhysicalResolution(); in HWTEST_F() local
1000 ASSERT_TRUE(!allSize.empty()); in HWTEST_F()
1448 std::vector<DisplayPhysicalResolution> allSize = DisplayManager::GetInstance().GetAllDisplayPhysicalResolution(); in HWTEST_F() local
1449 ASSERT_TRUE(!allSize.empty()); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.cpp577 std::vector<uint32_t> allSize; in SendDeviceConfig() local
580 reply.WriteUInt32Vector(allSize); in SendDeviceConfig()
602 allSize.emplace_back(dataSize); in SendDeviceConfig()
607 reply.WriteUInt32Vector(allSize); in SendDeviceConfig()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp143 std::vector<DisplayPhysicalResolution> allSize {}; in HWTEST_F()
146 allSize = screenSessionManagerProxy->GetAllDisplayPhysicalResolution(); in HWTEST_F()
150 ASSERT_TRUE(!allSize.empty()); in HWTEST_F()
152 ASSERT_FALSE(!allSize.empty()); in HWTEST_F()
H A Dscreen_session_manager_test.cpp2476 std::vector<DisplayPhysicalResolution> allSize {}; in HWTEST_F()
2478 allSize = ssm_->GetAllDisplayPhysicalResolution(); in HWTEST_F()
2479 ASSERT_TRUE(!allSize.empty()); in HWTEST_F()
2481 ASSERT_TRUE(allSize.empty()); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3644 int64_t allSize = 0; in GetAllFreeInstallBundleSpaceSize() local
3648 return allSize; in GetAllFreeInstallBundleSpaceSize()
3653 allSize += GetBundleSpaceSize(iter.first, Constants::ALL_USERID); in GetAllFreeInstallBundleSpaceSize()
3656 APP_LOGI("All freeInstall app size:%{public}" PRId64, allSize); in GetAllFreeInstallBundleSpaceSize()
3657 return allSize; in GetAllFreeInstallBundleSpaceSize()

Completed in 34 milliseconds