Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 81) sorted by relevance

1234

/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
Dbandwidth_manager_test.cpp381 int64_t bytes = 0; variable
393 int64_t bytes = 0; variable
405 int64_t bytes = 1; variable
417 int64_t bytes = 1; variable
430 int64_t bytes = 0; variable
443 int64_t bytes = 0; variable
458 int64_t bytes = 0; variable
498 int64_t bytes = 0; variable
511 int64_t bytes = 0; variable
524 int64_t bytes = 0; variable
[all …]
/foundation/communication/nfc/test/unittest/services/public_test/
Dnfc_public_test.cpp88 unsigned char *bytes = new unsigned char[0]; variable
100 unsigned char bytes[4] = {'b', 'c', '0', '1'}; variable
208 std::vector<unsigned char> bytes; variable
220 std::vector<unsigned char> bytes; variable
288 std::vector<unsigned char> bytes; variable
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
Dnetworkshare_service_test.cpp277 int32_t bytes; variable
285 int32_t bytes; variable
292 int32_t bytes; variable
300 int32_t bytes; variable
307 int32_t bytes; variable
315 int32_t bytes; variable
Dnetworkshare_manager_test.cpp283 int32_t bytes = 0; variable
291 int32_t bytes = 0; variable
298 int32_t bytes = 0; variable
306 int32_t bytes = 0; variable
313 int32_t bytes = 0; variable
321 int32_t bytes = 0; variable
/foundation/multimedia/histreamer/tests/ut/
DTestCommon.cpp29 uint8_t bytes = GetBytesPerSample(Plugin::AudioSampleFormat::S64); variable
/foundation/communication/nfc/interfaces/inner_api/src/
Dnfc_sdk_common.cpp67 void NfcSdkCommon::HexStringToBytes(std::string &src, std::vector<unsigned char> &bytes) in HexStringToBytes()
144 void NfcSdkCommon::StringToAsciiBytes(const std::string &src, std::vector<unsigned char> &bytes) in StringToAsciiBytes()
158 std::vector<unsigned char> bytes; in StringToHexString() local
/foundation/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_service.cpp235 int32_t NetworkShareService::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes()
246 int32_t NetworkShareService::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes()
257 int32_t NetworkShareService::GetStatsTotalBytes(int32_t &bytes) in GetStatsTotalBytes()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dframe_combiner.cpp61 SerialBuffer *FrameCombiner::AssembleFrameFragment(const uint8_t *bytes, uint32_t length, in AssembleFrameFragment()
126 int FrameCombiner::ContinueExistCombineWork(const uint8_t *bytes, uint32_t length, const ParseResul… in ContinueExistCombineWork()
150 int FrameCombiner::CreateNewCombineWork(const uint8_t *bytes, uint32_t length, const ParseResult &i… in CreateNewCombineWork()
Dprotocol_proto.cpp478 int ProtocolProto::CheckAndParsePacket(const std::string &srcTarget, const uint8_t *bytes, uint32_t… in CheckAndParsePacket()
535 void ProtocolProto::DisplayPacketInformation(const uint8_t *bytes, uint32_t length) in DisplayPacketInformation()
571 int ProtocolProto::CalculateXorSum(const uint8_t *bytes, uint32_t length, uint64_t &outSum) in CalculateXorSum()
707 int ProtocolProto::ParseCommPhyHeaderCheckMagicAndVersion(const uint8_t *bytes, uint32_t length) in ParseCommPhyHeaderCheckMagicAndVersion()
730 const uint8_t *bytes, uint32_t length) in ParseCommPhyHeaderCheckField()
758 int ProtocolProto::ParseCommPhyHeader(const std::string &srcTarget, const uint8_t *bytes, uint32_t … in ParseCommPhyHeader()
797 int ProtocolProto::ParseCommPhyOptHeader(const uint8_t *bytes, uint32_t length, ParseResult &inResu… in ParseCommPhyOptHeader()
814 int ProtocolProto::ParseCommDivergeHeader(const uint8_t *bytes, uint32_t length, ParseResult &inRes… in ParseCommDivergeHeader()
843 int ProtocolProto::ParseCommLayerPayload(const uint8_t *bytes, uint32_t length, ParseResult &inResu… in ParseCommLayerPayload()
861 int ProtocolProto::ParseLabelExchange(const uint8_t *bytes, uint32_t length, ParseResult &inResult) in ParseLabelExchange()
[all …]
/foundation/distributedhardware/distributed_audio/services/softbusadapter/test/fuzztest/softbusonbytesreceived_fuzzer/
Dsoftbusonbytesreceived_fuzzer.cpp35 void *bytes = nullptr; in SoftbusOnBytesReceivedFuzzTest() local
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
Dnetshare_exec.cpp170 int32_t bytes = 0; in ExecGetStatsRxBytes() local
188 int32_t bytes = 0; in ExecGetStatsTxBytes() local
206 int32_t bytes = 0; in ExecGetStatsTotalBytes() local
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
Dnetworkshare_client.cpp153 int32_t NetworkShareClient::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes()
163 int32_t NetworkShareClient::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes()
173 int32_t NetworkShareClient::GetStatsTotalBytes(int32_t &bytes) in GetStatsTotalBytes()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
Dbandwidth_manager.cpp245 int32_t BandwidthManager::SetGlobalAlert(Operate operate, int64_t bytes) in SetGlobalAlert()
272 int32_t BandwidthManager::SetCostlyAlert(Operate operate, const std::string &iface, int64_t bytes) in SetCostlyAlert()
334 int32_t BandwidthManager::SetIfaceQuotaDetail(const std::string &ifName, int64_t bytes) in SetIfaceQuotaDetail()
393 int32_t BandwidthManager::SetIfaceQuota(const std::string &ifName, int64_t bytes) in SetIfaceQuota()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
Dnetworkshare_service_proxy.cpp241 int32_t NetworkShareServiceProxy::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes()
257 int32_t NetworkShareServiceProxy::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes()
273 int32_t NetworkShareServiceProxy::GetStatsTotalBytes(int32_t &bytes) in GetStatsTotalBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
Dnetworkshare_service_stub.cpp225 int32_t bytes = 0; in ReplyGetStatsRxBytes() local
238 int32_t bytes = 0; in ReplyGetStatsTxBytes() local
251 int32_t bytes = 0; in ReplyGetStatsTotalBytes() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_profile.h653 uint32_t bytes; member
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
Dblob.cpp95 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob()
100 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
Dadapter_stub.cpp78 int AdapterStub::SendBytes(const std::string &dstTarget, const uint8_t *bytes, uint32_t length, uin… in SendBytes()
204 void AdapterStub::DeliverBytes(const std::string &srcTarget, const uint8_t *bytes, uint32_t length) in DeliverBytes()
375 uint64_t CalculateXorSum(const uint8_t *bytes, uint32_t length) in CalculateXorSum()
391 void AdapterStub::ApplySendBitError(const uint8_t *bytes, uint32_t length) in ApplySendBitError()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
Dwifi_hal_chip_interface_test.cpp97 unsigned char bytes[32] = {0}; variable
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/
Dmain.c59 ssize_t bytes; in GetPID() local
Dwifi_hal_vendor_interface.c103 HalVendorError WifiRequestFirmwareDebugDump(unsigned char *bytes, int32_t *size) in WifiRequestFirmwareDebugDump()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/common/src/
Dlog_print.cpp72 int bytes = vsnprintf_s(logBuff, maxLogLength, maxLogLength - 1, formatTemp.c_str(), argList); in Log() local
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
Dmain.cpp45 const int16_t bytes = 1024; in SetJSDebuggerConfig() local
/foundation/communication/dhcp/services/dhcp_client/src/
Ddhcp_function.c355 ssize_t bytes; in InitPidfile() local
398 ssize_t bytes; in GetPID() local
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
Dlog_print.cpp66 int bytes = vsnprintf_s(logBuff, maxLogLength, maxLogLength - 1, formatTemp.c_str(), argList); in Log() local

1234