Home
last modified time | relevance | path

Searched defs:len (Results 4826 - 4850 of 8444) sorted by relevance

1...<<191192193194195196197198199200>>...338

/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp387 int32_t len = parcel.ReadInt32(); in ReadMissionInfosFromParcel() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp89 auto len = args.Length(); in CreateForPartialUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp201 int32_t len = ReadInt32(buff, cursor); in ReadFontFeature() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp90 auto len = content_.length(); in ReplaceSelectedValue() local
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h67 DrawableDescriptor(std::unique_ptr<uint8_t[]> mediaData, size_t len) in DrawableDescriptor() argument
96 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, in LayeredDrawableDescriptor() argument
103 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, in LayeredDrawableDescriptor() argument
111 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, in LayeredDrawableDescriptor() argument
237 size_t len; in Create() local
268 size_t len; Create() local
308 size_t len = std::get<1>(info); Create() local
344 size_t len = std::get<1>(info); Create() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp146 size_t len = 0; in JSgetFontByName() local
/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/
H A Djs_media_query.cpp341 size_t len = 0; in ParseArgs() local
385 size_t len = 0; in JSMatchMediaSync() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.cpp341 NapiValue NapiValue::CreateUTF8String(napi_env env, const char *str, ssize_t len) in CreateUTF8String() argument
375 tuple<NapiValue, void *> NapiValue::CreateArrayBuffer(napi_env env, size_t len) in CreateArrayBuffer() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp344 size_t len = 0; in GetResFromResMgr() local
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnapi_accessibility_config.cpp450 ConfigCompleteInfoById(napi_env env, NAccessibilityConfigData* callbackInfo, napi_value* result, size_t len) ConfigCompleteInfoById() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp51 DrawVerLine(BufferInfo& gfxDstBuffer, const Point& begin, const Point& imgPos, const Rect& mask, int16_t len, const Style& style, uint8_t opaScale, const Image* image) DrawVerLine() argument
68 DrawHorLine(BufferInfo& gfxDstBuffer, const Point& begin, const Point& imgPos, const Rect& mask, int16_t len, const Style& style, uint8_t opaScale, const Image* image) DrawHorLine() argument
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_bitmap.cpp203 int8_t UIFontBitmap::GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style.cpp77 size_t len = strlen(stylePropName); in GetStyleItemByName() local
H A Dcondition_arbitrator.cpp365 uint8_t len = 0; in DecomPositionConditions() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp675 bool UIVideo::GetTimerFromMSecond(int64_t currentTime, char* timer, int32_t len) in GetTimerFromMSecond() argument
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.h99 void SnapShot(uint32_t len, bool justCopy, uint8_t* dest, const Rect& rect, bool justRender) in SnapShot() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp88 uint8_t Frame::SbcCrc8(const uint8_t* data, size_t len) in SbcCrc8() argument
363 int Frame::UnpackFrameStream(Frame& frame, const uint8_t* bufStream, size_t len) in UnpackFrameStream() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.cpp483 size_t len = arg.length(); in BiaSetter() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_feature.cpp150 int32_t len = MAX_SYSCAP_NUM; in GetSystemAvailableCapabilities() local
425 uint8_t BundleMsFeature::GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos() argument
435 uint8_t BundleMsFeature::QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) in QueryKeepAliveBundleInfos() argument
493 GetBundleInfosByMetaData(const char *metaDataKey, BundleInfo **bundleInfos, int32_t *len) GetBundleInfosByMetaData() argument
578 size_t len = 0; GetInnerBundleInfos() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp354 int32_t len = str.size(); in InfoPrint() local
374 int32_t len = 0; in GetInstallBundleInfos() local
401 int32_t len in GetBundleInfosByMetaDataKey() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp692 int BleGattcWriteDescriptor(int clientId, BtGattDescriptor descriptor, int len, const char *value) in BleGattcWriteDescriptor() argument
628 BleGattcWriteCharacteristic(int clientId, BtGattCharacteristic characteristic, BtGattWriteType writeType, int len, const char *value) BleGattcWriteCharacteristic() argument
[all...]
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp77 size_t len = 0; in DeserializeInnerAbilityInfo() local
106 size_t len = 0; in DeserializeInnerBundleInfo() local
139 size_t len = 0; in DeserializeInnerBundleInfos() local
531 ObtainInnerBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len, uint8_t code, IpcIo *ipcIo) ObtainInnerBundleInfos() argument
581 ObtainBundleInfosOneByOne(BasicInfo basicInfo, int32_t len, uint8_t code, IClientProxy *bmsClient, BundleInfo **bundleInfos) ObtainBundleInfosOneByOne() argument
620 ObtainBundleInfos(BasicInfo basicInfo, BundleInfo **bundleInfos, int32_t *len, uint8_t code, IpcIo *ipcIo) ObtainBundleInfos() argument
672 GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len) GetBundleInfos() argument
730 QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) QueryKeepAliveBundleInfos() argument
741 GetBundleInfosByMetaData(const char *metaDataKey, BundleInfo **bundleInfos, int32_t *len) GetBundleInfosByMetaData() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/
H A Daudio_renderer_file_sink.cpp127 int32_t AudioRendererFileSink::RenderFrame(char &data, uint64_t len, uint64_t &writeLen) in RenderFrame() argument
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp184 int32_t len = GetData<int32_t>(); in NativeWindowFuzzTest1() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp126 ssize_t len = recvmsg(sockFd, &msghdr, 0); in AudioPnpReadUeventMsg() local
312 size_t len; ReadAndScanUsbDev() local
404 int32_t len; CheckAudioUsbDevice() local
666 int32_t len; ScanUsbBusSubDir() local
710 int32_t len; DetectUsbHeadsetState() local
[all...]

Completed in 26 milliseconds

1...<<191192193194195196197198199200>>...338