Home
last modified time | relevance | path

Searched defs:buffer (Results 5426 - 5450 of 9363) sorted by relevance

1...<<211212213214215216217218219220>>...375

/base/startup/appspawn/standard/
H A Dappspawn_manager.h65 uint8_t *buffer; member
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c111 char buffer[LOG_LINE_SZ] = {0}; in LogToKmsg() local
242 char buffer[FS_MANAGER_BUFFER_SIZE] = {0}; GetMountStatusForMountPoint() local
591 char buffer[MAX_BUFFER_LEN] = {0}; AdjustPartitionNameByPartitionSlot() local
[all...]
/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp535 auto buffer = std::make_unique<char[]> (CFG_FILE_BUFF_SIZE); in WriteRemoteFileToLocal() local
/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h98 uint32_t buffer[1]; /* the same as name[0] --> name[1] */ member
103 uint32_t buffer[1]; member
122 uint32_t buffer[1]; /* old_name + new_name */ member
127 uint32_t buffer[1]; /* from_path+to_path */ member
/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp238 const uint8_t *buffer = reinterpret_cast<const uint8_t *>(data.ReadRawData(dataLen)); in OnSendSmsDataRequest() local
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp976 auto buffer = std::string("31234114451"); in HWTEST_F() local
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp88 struct stat buffer; in ParseImageStat() local
H A Dmodule_utils.cpp82 struct stat buffer; in CheckPathExists() local
132 struct stat buffer; in WaitForFile() local
/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp157 int32_t UpgradePkgFile::CheckPackageHeader(std::vector<uint8_t> &buffer, size_t &offset) in CheckPackageHeader() argument
194 int32_t UpgradePkgFile::WriteBuffer(std::vector<uint8_t> &buffer, size_t &offset, size_t &signOffset) in WriteBuffer() argument
588 SaveEntry(const PkgBuffer &buffer, size_t &parsedLen, UpgradeParam &info, DigestAlgorithm::DigestAlgorithmPtr algorithm, std::vector<std::string> &fileNames) SaveEntry() argument
678 ParsePkgHeaderToTlv(const PkgBuffer &buffer, size_t &currLen, PkgTlv &tlv) ParsePkgHeaderToTlv() argument
869 DecodeHeader(PkgBuffer &buffer, size_t headerOffset, size_t dataOffset, size_t &decodeLen) DecodeHeader() argument
958 Verify(PkgBuffer &buffer, size_t len, size_t offset) Verify() argument
[all...]
H A Dpkg_zipfile.cpp120 int32_t ZipPkgFile::LoadPackage(std::vector<std::string> &fileNames, PkgBuffer &buffer, in LoadPackage() argument
409 EncodeLocalFileHeader(uint8_t *buffer, size_t bufferLen, bool hasDataDesc, size_t nameLen) EncodeLocalFileHeader() argument
462 DoDecodeCentralDirEntry(PkgBuffer &buffer, size_t &decodeLen, size_t currLen, uint16_t nameSize, uint16_t extraSize) DoDecodeCentralDirEntry() argument
512 DecodeCentralDirEntry(PkgStreamPtr inStream, PkgBuffer &buffer, size_t currentPos, size_t &decodeLen) DecodeCentralDirEntry() argument
720 DecodeHeader(PkgBuffer &buffer, size_t headerOffset, size_t dataOffset, size_t &decodeLen) DecodeHeader() argument
[all...]
/base/update/updater/services/ptable_parse/
H A Dptable.cpp192 uint32_t Ptable::CalculateCrc32(const uint8_t *buffer, const uint32_t len) in CalculateCrc32() argument
224 bool Ptable::VerifyMbrMagicNum(const uint8_t *buffer, const uint32_t size) in VerifyMbrMagicNum() argument
309 bool Ptable::GetPartitionGptHeaderInfo(const uint8_t *buffer, cons argument
351 CheckGptHeader(uint8_t *buffer, const uint32_t bufferLen, const uint64_t lbaNum, const GPTHeaderInfo& gptHeaderInfo) CheckGptHeader() argument
408 uint8_t *buffer = new(std::nothrow) uint8_t[blockSize](); PartitionCheckGptHeader() local
499 WriteBufferToPath(const std::string &path, const uint64_t offset, const uint8_t *buffer, const uint32_t size) WriteBufferToPath() argument
[all...]
H A Dufs_ptable.cpp306 uint8_t *buffer = new(std::nothrow) uint8_t[blockSize](); in ReadAndCheckMbr() local
344 uint8_t *buffer = new(std::nothrow) uint8_t[imgLen](); in LoadPartitionInfoFromLun() local
[all...]
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp370 uint8_t *buffer = new uint8_t[size]; in CreatePixelMapByFd() local
/base/update/updater/test/unittest/package/
H A Dpkg_manager_unittest.cpp466 auto buffer = reinterpret_cast<uint8_t*>(mappedData); TestDecompressGzipInitFile() local
[all...]
/base/web/webview/interfaces/native/
H A Darkweb_scheme_handler.cpp273 void OH_ArkWebHttpBodyStream_Read(const ArkWeb_HttpBodyStream* httpBodyStream, uint8_t* buffer, int bufLen) in OH_ArkWebHttpBodyStream_Read() argument
742 OH_ArkWebResourceHandler_DidReceiveData( const ArkWeb_ResourceHandler* resourceHandler, const uint8_t* buffer, int64_t bufLen) OH_ArkWebResourceHandler_DidReceiveData() argument
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp642 std::vector<uint8_t> buffer; in Serialize() local
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.cpp575 int32_t WebResourceHandler::DidReceiveResponseBody(const uint8_t* buffer, int64_t buflen) in DidReceiveResponseBody() argument
709 uint8_t* buffer = new (std::nothrow) uint8_t[bufLen]; in Read() local
647 HttpBodyStreamReadCallback( const ArkWeb_HttpBodyStream* httpBodyStream, uint8_t* buffer, int bytesRead) HttpBodyStreamReadCallback() argument
813 ExecuteRead(uint8_t* buffer, int bytesRead) ExecuteRead() argument
[all...]
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_napi_helper.cpp364 napi_value buffer; in GetUint8ArrayValue() local
459 napi_value buffer; in SetUint8ArrayProperty() local
/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp226 uint8_t* buffer; member in OHOS::NWeb::BufferDescAdapterMock
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_1.cpp381 V2_1::SharedBuffer buffer; in AllocateBuffer() local
403 V2_1::SharedBuffer buffer; in AllocateBuffer() local
433 ReleaseBuffer(const void* buffer) ReleaseBuffer() argument
463 ReleaseSharedBuffer(const V2_1::SharedBuffer& buffer) ReleaseSharedBuffer() argument
[all...]
H A Dhdi_device_v2_0.cpp386 V2_0::SharedBuffer buffer; in AllocateBuffer() local
408 V2_0::SharedBuffer buffer; in AllocateBuffer() local
438 ReleaseBuffer(const void* buffer) ReleaseBuffer() argument
468 ReleaseSharedBuffer(const V2_0::SharedBuffer& buffer) ReleaseSharedBuffer() argument
[all...]
H A Dnnexecutor.cpp476 SetInputTensorWithCurrentBuffer(uint32_t index, std::shared_ptr<NNTensor> inputTensor, const void* buffer, size_t dataLength, size_t curBufferLength) SetInputTensorWithCurrentBuffer() argument
571 SetInput(uint32_t index, const OH_NN_Tensor& nnTensor, const void* buffer, size_t length) SetInput() argument
726 SetOutput(uint32_t index, void* buffer, size_t length) SetOutput() argument
[all...]
H A Dnncompiler.cpp701 OH_NN_ReturnCode NNCompiler::SaveToCacheBuffer(const void* buffer, size_t length, size_t* modelSize) const in SaveToCacheBuffer() argument
707 OH_NN_ReturnCode NNCompiler::RestoreFromCacheBuffer(const void* buffer, size_t length) in RestoreFromCacheBuffer() argument
876 DeserializedTensorsFromBuffer( const Buffer& buffer, std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& tensorDescs) DeserializedTensorsFromBuffer() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp157 void HDIDeviceTest::GetBuffer(void*& buffer, size_t length) in GetBuffer() argument
93 MindIR_LiteGraph_To_Model(const LiteGraph* lite_graph, const OHOS::HDI::Nnrt::V2_0::SharedBuffer& buffer) MindIR_LiteGraph_To_Model() argument
987 void *buffer = nullptr; HWTEST_F() local
1021 void *buffer = nullptr; HWTEST_F() local
1076 void *buffer = nullptr; HWTEST_F() local
1114 void *buffer = nullptr; HWTEST_F() local
1152 void *buffer = nullptr; HWTEST_F() local
1190 void *buffer = nullptr; HWTEST_F() local
1229 V2_0::SharedBuffer buffer; HWTEST_F() local
1340 void *buffer = nullptr; HWTEST_F() local
1374 void *buffer = hdiDevice->AllocateBuffer(length); HWTEST_F() local
1389 void *buffer = nullptr; HWTEST_F() local
1401 auto* buffer = new(std::nothrow) char[length]; HWTEST_F() local
1419 void *buffer = nullptr; HWTEST_F() local
2359 void *buffer = nullptr; HWTEST_F() local
2393 void *buffer = nullptr; HWTEST_F() local
2448 void *buffer = nullptr; HWTEST_F() local
2486 void *buffer = nullptr; HWTEST_F() local
2524 void *buffer = nullptr; HWTEST_F() local
2562 void *buffer = nullptr; HWTEST_F() local
2601 V2_1::SharedBuffer buffer; HWTEST_F() local
2712 void *buffer = nullptr; HWTEST_F() local
2746 void *buffer = hdiDevice->AllocateBuffer(length); HWTEST_F() local
2761 void *buffer = nullptr; HWTEST_F() local
2773 auto* buffer = new(std::nothrow) char[length]; HWTEST_F() local
2791 void *buffer = nullptr; HWTEST_F() local
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp583 std::shared_ptr<uint8_t> buffer = nullptr; in ProcBreathModel() local
720 int32_t IntellVoiceServiceManager::GetWakeupSourceFile(const std::string &filePath, std::vector<uint8_t> &buffer) in GetWakeupSourceFile() argument
725 int32_t IntellVoiceServiceManager::SendWakeupFile(const std::string &filePath, const std::vector<uint8_t> &buffer) in SendWakeupFile() argument

Completed in 35 milliseconds

1...<<211212213214215216217218219220>>...375