| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | nn_tensor.cpp | 342 void NNTensor::SetBuffer(const void* buffer, size_t length) in SetBuffer() argument 428 const uint8_t* buffer = static_cast<const uint8_t*>(m_buffer); in ConvertToLiteGraphTensor() local
|
| H A D | nncompiled_cache.cpp | 390 unsigned short NNCompiledCache::GetCrc16(char* buffer, size_t length) const in GetCrc16() argument
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
| H A D | rtsp_channel_manager.cpp | 33 void RtspChannelManager::ChannelListener::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
| H A D | encrypt_decrypt.cpp | 43 uint8_t buffer[PC_ENCRYPT_LEN] = {0}; in GetAESIv() local
|
| /foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
| H A D | js_runtime_utils.h | 177 auto buffer = std::make_unique<char[]>(len + 1); in ConvertFromJsValue() local
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
| H A D | cast_local_file_channel_server.cpp | 150 void CastLocalFileChannelServer::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument 160 void CastLocalFileChannelServer::ProcessRequestData(const uint8_t *buffer, int length) in ProcessRequestData() argument 306 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(sendLen + offset); in ResponseFileDataRequest() local 349 SendData(const uint8_t *buffer, int length) SendData() argument 367 ReadFileDataByFd(int fd, int64_t start, int sendLen, uint8_t *buffer) ReadFileDataByFd() argument [all...] |
| H A D | cast_local_file_channel_common.cpp | 75 std::optional<size_t> CheckAndGetHttpHeader(const uint8_t *buffer, unsigned int length, in CheckAndGetHttpHeader() argument 214 bool ParseHttpRequest(const uint8_t *buffer, int length, std::map<std::string, std::string> &request) in ParseHttpRequest() argument 248 bool ParseHttpResponse(const uint8_t *buffer, int length, std::map<std::string, std::string> &response, in ParseHttpResponse() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/ |
| H A D | video_play_controller.cpp | 323 sptr<SurfaceBuffer> buffer; in RenderInCopyMode() local
|
| /foundation/ability/ability_runtime/frameworks/cj/ffi/ |
| H A D | cj_application_context.cpp | 575 CApplicationInfo* buffer = static_cast<CApplicationInfo*>(malloc(sizeof(CApplicationInfo))); in FFICJApplicationInfo() local
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
| H A D | encrypt_decrypt.cpp | 43 uint8_t buffer[PC_ENCRYPT_LEN] = {0};
in GetAESIv() local
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
| H A D | rtsp_channel_manager.cpp | 33 void RtspChannelManager::ChannelListener::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
|
| /foundation/ability/ability_base/interfaces/kits/native/want/include/ |
| H A D | want_params.h | 49 uint8_t *buffer = nullptr; member in OHOS::AAFwk::UnsupportedData
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
| H A D | cast_local_file_channel_server.cpp | 150 void CastLocalFileChannelServer::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument 160 void CastLocalFileChannelServer::ProcessRequestData(const uint8_t *buffer, int length) in ProcessRequestData() argument 299 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(sendLen + offset); in ResponseFileDataRequest() local 338 SendData(const uint8_t *buffer, int length) SendData() argument 356 ReadFileDataByFd(int fd, int64_t start, int sendLen, uint8_t *buffer) ReadFileDataByFd() argument [all...] |
| H A D | cast_local_file_channel_common.cpp | 75 std::optional<size_t> CheckAndGetHttpHeader(const uint8_t *buffer, unsigned int length, in CheckAndGetHttpHeader() argument 214 bool ParseHttpRequest(const uint8_t *buffer, int length, std::map<std::string, std::string> &request) in ParseHttpRequest() argument 248 bool ParseHttpResponse(const uint8_t *buffer, int length, std::map<std::string, std::string> &response, in ParseHttpResponse() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
| H A D | rtp_codec_ts.cpp | 255 DataBuffer::Ptr buffer = std::make_shared<DataBuffer>(); in InputFrame() local
|
| /foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
| H A D | video_sink_decoder.cpp | 301 void VideoSinkDecoder::OnInputBufferAvailable(uint32_t index, std::shared_ptr<MediaAVCodec::AVSharedMemory> buffer) in OnInputBufferAvailable() argument 266 OnOutputBufferAvailable(uint32_t index, MediaAVCodec::AVCodecBufferInfo info, MediaAVCodec::AVCodecBufferFlag flag, std::shared_ptr<MediaAVCodec::AVSharedMemory> buffer) OnOutputBufferAvailable() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
| H A D | model_pattern.cpp | 185 auto buffer = shaderInputBuffer->Map(fSize); in ShaderInputBufferToStr() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_foreach_ffi.cpp | 71 auto buffer = (char**)malloc(sizeof(const char*) * result.size()); in FfiOHOSAceFrameworkViewGetIdArray() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | model_view_impl.cpp | 143 void ModelViewImpl::AddShaderInputBuffer(const RefPtr<OHOS::Render3D::ShaderInputBuffer>& buffer) {} in AddShaderInputBuffer() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
| H A D | interaction_data.h | 46 std::vector<uint8_t> buffer; member
|
| /foundation/arkui/ace_engine/frameworks/base/json/ |
| H A D | uobject.cpp | 155 void UObject::Serialize(char* buffer, int32_t bufferLen) in Serialize() argument 189 void UObject::Deserialize(const char* buffer, int32_t bufferLen) in Deserialize() argument
|
| /foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/ |
| H A D | html_convert_test.cpp | 191 std::vector<uint8_t> buffer; in HWTEST_F() local 217 std::vector<uint8_t> buffer; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/model/ |
| H A D | model_test_ng.cpp | 140 std::shared_ptr<OHOS::Render3D::ShaderInputBuffer> buffer = nullptr; in HWTEST_F() local 199 std::shared_ptr<OHOS::Render3D::ShaderInputBuffer> buffer = nullptr; in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | native_node_napi.cpp | 207 OH_ArkUI_GetNavigationId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavigationId() argument 222 OH_ArkUI_GetNavDestinationName( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationName() argument 250 OH_ArkUI_GetNavDestinationNameByIndex( ArkUI_NodeHandle node, int32_t index, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationNameByIndex() argument 265 OH_ArkUI_GetNavDestinationId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationId() argument 341 OH_ArkUI_GetRouterPageName( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPageName() argument 356 OH_ArkUI_GetRouterPagePath( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPagePath() argument 388 OH_ArkUI_GetRouterPageId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPageId() argument [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| H A D | zip_internal.cpp | 106 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); in OpenZipBuffer() local 118 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); in ReadZipBuffer() local 150 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); GetOffsetOfZipBuffer() local 160 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); SeekZipBuffer() local 233 ZipBuffer *buffer = static_cast<ZipBuffer *>(malloc(sizeof(ZipBuffer))); PrepareMemoryForUnzipping() local [all...] |