Home
last modified time | relevance | path

Searched defs:buffer (Results 2126 – 2150 of 2207) sorted by relevance

1...<<818283848586878889

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp679 void *buffer = malloc(bufferSize); variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp642 std::vector<uint8_t> buffer; in Serialize() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp625 char buffer[FILENAME_MAX]; in JSSetFileDisplayName() local
732 char buffer[FILENAME_MAX]; in JSSetTitle() local
1059 char buffer[ARG_BUF_SIZE]; in JSSetRelativePath() local
1492 char buffer[ARG_BUF_SIZE]; in GetJSArgsForOpen() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp78 Bind::BufferType buffer { 0, 0, 0 }; member
2568 …auto bindBuffer = [this](uint32_t target, uint32_t binding, const Gles::Bind::BufferType& buffer) { in BindResources()
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c2965 uint8_t *buffer = data; in SdioReadWriteRemainBytes() local
3033 uint8_t *buffer = info->buf; in SdioReadWriteBlock() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2557 void MovingPhotoListener::OnBufferArrival(sptr<SurfaceBuffer> buffer, int64_t timestamp, GraphicTra… in OnBufferArrival()
2634 sptr<SurfaceBuffer> buffer; in OnBufferAvailable() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp369 char *buffer = reinterpret_cast<char *>(malloc((bufLength + NUM_1) * sizeof(char))); in GetStringArgument() local
2164 uint8_t *buffer = static_cast<uint8_t*>(context->updataBuffer); in UpdateDataExecute() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp43 std::string buffer = ""; in DealNapiStrValue() local
1867 std::string buffer = ""; in GetStringUtf8() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1262 void *buffer = nullptr; in AddCurlHandle() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp660 void AudioCapturerSourceInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChan… in DfxOperation()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1801 std::vector<uint8_t> buffer = buf; in TransformTo() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp486 char buffer[MAX_HDR_LENGTH] = {}; in LwsCallbackClientFilterPreEstablish() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp21 std::string buffer = ""; in DealNapiStrValue() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp2151 void *buffer = nullptr; in InFunc() local
2179 napi_value buffer = nullptr; in OutFunc() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c607 uint8_t *buffer = NULL; in WriteSingleBlockFrame() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.cpp427 uint8_t *buffer = new uint8_t[userSize]; in ReadFromNative() local
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp287 std::unique_ptr<char[]> buffer = nullptr; in getAttachmentByDecodeMms() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c877 uint8_t buffer[HKS_DIGEST_SHA256_LEN] = {0}; in SignTbs() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1529 auto buffer = surfaceParams->GetBuffer(); in FindHardwareEnabledNodes() local
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp542 std::ostringstream buffer; in AddAsFirstScreenLocked() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp355 uint8_t *buffer = info.data; in FfiOHOSUpdateData() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp1806 const OHOS::HDI::Nnrt::V2_1::SharedBuffer &buffer) in LiteGraph_To_HDIModel()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2964 uint8_t* buffer, in napi_run_actor()
3327 NAPI_EXTERN napi_status napi_deserialize(napi_env env, void* buffer, napi_value* object) in napi_deserialize()
3341 NAPI_EXTERN napi_status napi_delete_serialization_data(napi_env env, void* buffer) in napi_delete_serialization_data()
3883 Local<panda::JSValueRef> AttachFuncCallback(void* engine, void* buffer, void* hint, void* attachDat… in AttachFuncCallback()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp654 std::string buffer(bufferSize, '\0'); in TextEncoderConstructor() local
1681 std::string buffer = ""; in StringDecoderConstructor() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp1445 void *buffer = nullptr; in GetGZGetSArg() local

1...<<818283848586878889