Home
last modified time | relevance | path

Searched refs:totalLength (Results 1 - 25 of 50) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dsend_task_scheduler.cpp55 uint32_t totalLength = 0; in Finalize() local
56 int errCode = ScheduleOutSendTask(task, taskInfo, totalLength); in Finalize()
92 int SendTaskScheduler::ScheduleOutSendTask(SendTask &outTask, uint32_t &totalLength) in ScheduleOutSendTask() argument
95 int errCode = ScheduleOutSendTask(outTask, taskInfo, totalLength); in ScheduleOutSendTask()
103 int SendTaskScheduler::ScheduleOutSendTask(SendTask &outTask, SendTaskInfo &outTaskInfo, uint32_t &totalLength) in ScheduleOutSendTask() argument
115 totalLength = totalBytesByTarget_[outTask.dstTarget]; in ScheduleOutSendTask()
126 totalLength = totalBytesByTarget_[outTask.dstTarget]; in ScheduleOutSendTask()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dapp_pipe_handler.cpp38 uint32_t totalLength, const MessageInfo &info) in SendData()
40 return softbusAdapter_->SendData(pipeInfo, deviceId, dataInfo, totalLength, info); in SendData()
37 SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) SendData() argument
H A Dprocess_communicator_impl.cpp109 uint32_t totalLength = 0; in SendData() local
110 return SendData(dstDevInfo, data, length, totalLength); in SendData()
114 const DeviceInfos &dstDevInfo, const uint8_t *data, uint32_t length, uint32_t totalLength) in SendData()
120 Status errCode = CommunicationProvider::GetInstance().SendData(pi, destination, dataInfo, totalLength); in SendData()
113 SendData( const DeviceInfos &dstDevInfo, const uint8_t *data, uint32_t length, uint32_t totalLength) SendData() argument
H A Dcommunication_provider_impl.cpp72 const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) in SendData()
74 return appPipeMgr_.SendData(pipeInfo, deviceId, dataInfo, totalLength, info); in SendData()
71 SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) SendData() argument
H A Dapp_pipe_mgr.cpp58 uint32_t totalLength, const MessageInfo &info) in SendData()
76 return appPipeHandler->SendData(pipeInfo, deviceId, dataInfo, totalLength, info); in SendData()
57 SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) SendData() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dapp_pipe_handler.cpp47 uint32_t totalLength, const MessageInfo &info) in SendData()
49 return softbusAdapter_->SendData(pipeInfo, deviceId, dataInfo, totalLength, info); in SendData()
46 SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) SendData() argument
H A Dcommunication_provider_impl.cpp52 uint32_t totalLength, const MessageInfo &info) in SendData()
54 return appPipeMgr_.SendData(pipeInfo, deviceId, dataInfo, totalLength, info); in SendData()
51 SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) SendData() argument
H A Dapp_pipe_mgr.cpp62 uint32_t totalLength, const MessageInfo &info) in SendData()
69 ZLOGD("pipeInfo:%s ,size:%u, total length:%u", pipeInfo.pipeId.c_str(), dataInfo.length, totalLength); in SendData()
80 return appPipeHandler->SendData(pipeInfo, deviceId, dataInfo, totalLength, info); in SendData()
61 SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength, const MessageInfo &info) SendData() argument
H A Dprocess_communicator_impl.cpp131 uint32_t totalLength = 0; in SendData() local
132 return SendData(dstDevInfo, data, length, totalLength); in SendData()
136 uint32_t totalLength) in SendData()
142 Status errCode = CommunicationProvider::GetInstance().SendData(pi, destination, dataInfo, totalLength); in SendData()
135 SendData(const DeviceInfos &dstDevInfo, const uint8_t *data, uint32_t length, uint32_t totalLength) SendData() argument
H A Dapp_pipe_handler.h46 uint32_t totalLength, const MessageInfo &info);
H A Dapp_pipe_mgr.h40 uint32_t totalLength, const MessageInfo &info);
H A Dcommunication_provider_impl.h40 uint32_t totalLength, const MessageInfo &info) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp285 uint64_t totalLength = Parcel::GetUInt64Len(); // first record field count in SerializeValue() local
288 totalLength += Parcel::GetUInt32Len(); // For save the dataValue's type. in SerializeValue()
290 totalLength += dataLength; in SerializeValue()
291 if (totalLength > static_cast<uint64_t>(INT32_MAX)) { in SerializeValue()
296 value.resize(static_cast<uint32_t>(totalLength)); in SerializeValue()
297 if (value.size() != static_cast<uint32_t>(totalLength)) { in SerializeValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dsend_task_scheduler.h67 int ScheduleOutSendTask(SendTask &outTask, uint32_t &totalLength);
68 int ScheduleOutSendTask(SendTask &outTask, SendTaskInfo &outTaskInfo, uint32_t &totalLength);
H A Diadapter.h58 uint32_t totalLength) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.cpp1219 uint16_t totalLength = 0x00; in GetNumberOfPackets() local
1224 if (totalLength + attributeName_[i].length() + AVRC_TG_GPASAT_PARAMETER_EXCEPT_ATTRIBUTE_NUM < in GetNumberOfPackets()
1226 totalLength += (attributeName_[i].length() + AVRC_TG_GPASAT_PARAMETER_EXCEPT_ATTRIBUTE_NUM); in GetNumberOfPackets()
1231 tem = std::make_pair(totalNumber, totalLength); in GetNumberOfPackets()
1233 totalLength = 0x00; in GetNumberOfPackets()
1238 tem = std::make_pair(totalNumber, totalLength); in GetNumberOfPackets()
1395 uint16_t totalLength = 0x00; in GetNumberOfPackets() local
1400 if (totalLength + valueName_[i].length() + AVRC_TG_GPASVT_PARAMETER_EXCEPT_ATTRIBUTE_NUM < in GetNumberOfPackets()
1402 totalLength += (valueName_[i].length() + AVRC_TG_GPASVT_PARAMETER_EXCEPT_ATTRIBUTE_NUM); in GetNumberOfPackets()
1407 tem = std::make_pair(totalNumber, totalLength); in GetNumberOfPackets()
1619 uint16_t totalLength = 0x00; GetNumberOfPackets() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h99 virtual DBStatus SendData(const DeviceInfos &dstDevInfo, const uint8_t *data, uint32_t length, uint32_t totalLength) in SendData() argument
101 (void)totalLength; in SendData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_value_object.cpp54 size_t totalLength = Parcel::GetIntLen() * serialIntNum + Parcel::GetVectorCharLen(valueHashVector_); in GetSerialData() local
55 data.resize(totalLength); in GetSerialData()
H A Dgeneric_multi_ver_kv_entry.cpp40 size_t totalLength = Parcel::GetVectorCharLen(key_) + Parcel::GetVectorCharLen(valueObjectSerial) + in GetSerialData() local
43 data.resize(totalLength); in GetSerialData()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_pipe_mgr.h44 Status SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength,
H A Dapp_pipe_handler.h41 Status SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dataInfo, uint32_t totalLength,
H A Dcommunication_provider_impl.h46 Status SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &DataInfo, uint32_t totalLength,
H A Dcommunication_provider.h54 uint32_t totalLength, const MessageInfo &info = { MessageType::DEFAULT }) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c407 size_t totalLength = PacketSize(packet); in HciFargment() local
409 int count = (totalLength / frameLength) + ((totalLength % frameLength) ? 1 : 0); in HciFargment()
465 size_t totalLength = PacketSize(packet); in HciFargmentAndSendData() local
466 if (totalLength > g_aclDataPacketLength) { in HciFargmentAndSendData()
520 size_t totalLength = PacketSize(packet); in HciFargmentAndSendLeData() local
521 if (totalLength > g_leAclDataPacketLength) { in HciFargmentAndSendLeData()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c555 uint32_t totalLength; in SdpParseAttributeListArray() local
568 totalLength = PacketSize(packet); in SdpParseAttributeListArray()
569 uint8_t *buffer = MEM_MALLOC.alloc(totalLength); in SdpParseAttributeListArray()
574 (void)memset_s(buffer, totalLength, 0, totalLength); in SdpParseAttributeListArray()
575 PacketRead(packet, buffer, 0, totalLength); in SdpParseAttributeListArray()
591 if (length != (totalLength - offset)) { in SdpParseAttributeListArray()
593 __FUNCTION__, __LINE__, totalLength, length, offset); in SdpParseAttributeListArray()
598 while (offset < totalLength) { in SdpParseAttributeListArray()
604 bufferInfo.length = totalLength; in SdpParseAttributeListArray()
1026 uint32_t totalLength = 0; SdpGetCommonProtocolDescriptorList() local
[all...]

Completed in 12 milliseconds

12