Home
last modified time | relevance | path

Searched defs:len (Results 5776 - 5800 of 7600) sorted by relevance

1...<<231232233234235236237238239240>>...304

/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c428 static int32_t SerialCtrlMsg(struct AcmDevice *acm, uint8_t request, uint16_t value, void *buf, uint16_t len) in SerialCtrlMsg() argument
568 uint32_t len; in UsbSerialRead() local
[all...]
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c256 static int32_t UsbFnReadFile(const char *path, char *str, uint16_t len) in UsbFnReadFile() argument
432 uint32_t len = 0; in GetHeaderStr() local
1107 static uint8_t *UsbFnAdapterMapAddr(int32_t ep, uint32_t len) in UsbFnAdapterMapAddr() argument
1116 static int32_t UsbFnAdapterUnmapAddr(uint8_t * const mapAddr, uint32_t len) in UsbFnAdapterUnmapAddr() argument
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c314 int32_t len; in ParseEndpoint() local
426 static int32_t ParseInterfaceCopy(struct UsbRawInterfaceDescriptor * const ifp, int32_t len, const uint8_t *buffer) in ParseInterfaceCopy() argument
508 int32_t len = FindNextDescriptor(buffer, size); ParseInterface() local
538 int32_t ret, len; ParseConfigurationDes() local
[all...]
H A Dliteos_adapter.c592 uint32_t len = (uint32_t)(request->length % bulkBufferLen); in OsSubmitBulkRequestHandleUrb() local
1191 static int32_t AdapterGetConfigDescriptor(const struct UsbDevice *dev, uint8_t configIndex, void *buffer, size_t len) in AdapterGetConfigDescriptor() argument
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h58 uint32_t len; member
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c311 WlanInterfaceGetDeviceMacAddress(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, uint8_t *mac, uint32_t *macLen, uint8_t len) WlanInterfaceGetDeviceMacAddress() argument
1011 WlanInterfaceSetCountryCode(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, const char *code, uint32_t len) WlanInterfaceSetCountryCode() argument
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c108 const WifiHostapdHalDeviceInfo *GetWifiCfg(int *len) in GetWifiCfg() argument
160 void GetDestPort(char *destPort, size_t len, int id) in GetDestPort() argument
167 static void GetCtrlInterface(char *ctrlPath, size_t len, int id) in GetCtrlInterface() argument
225 size_t len = bufSize - 1; in WpaCtrlCommand() local
[all...]
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.c81 int len = strlen(value); in CalcQuotationMarksFlag() local
H A Dwpa_p2p_hal.c440 unsigned len = strlen(conf); in WpaP2pCliCmdSetWfdDeviceInfo() local
829 unsigned len = strlen("P2P_SERV_DISC_RESP") + 1 + CMD_INT_MAX_LEN + 1 + strlen((char *) info->mac) + 1 + in WpaP2pCliCmdRespServerDiscovery() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp1107 size_t len = data.GetReadableBytes(); in MissionSnapshotChanged() local
185 StoreSnapshotInfo(const std::string& deviceId, int32_t missionId, const uint8_t* byteStream, size_t len) StoreSnapshotInfo() argument
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_castengine_utils.cpp725 size_t len = mediaInfoHolder.mediaInfoList.size(); in ConvertMediaInfoHolderToJS() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp1243 void CastSessionImpl::OnRemoteCtrlEvent(int eventType, const uint8_t *data, uint32_t len) in OnRemoteCtrlEvent() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp1124 uint32_t len = 0; in AddDumpInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp857 float len = 0.0f; in GetTotalHeightOfItemsInView() local
1014 float len = 0.0f; in FindItemCenter() local
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp1243 void CastSessionImpl::OnRemoteCtrlEvent(int eventType, const uint8_t *data, uint32_t len) in OnRemoteCtrlEvent() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp977 uint32_t len = 0; in Dump() local
H A Djs_ui_extension_base.cpp827 uint32_t len = 0; in Dump() local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp776 void HtmlToSpan::ToDefalutSpan(xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos) in ToDefalutSpan() argument
806 void HtmlToSpan::ToParagraphSpan(xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos) in ToParagraphSpan() argument
913 void HtmlToSpan::ToImage(xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos, in ToImage() argument
882 ToTextSpan( const std::string& element, xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos) ToTextSpan() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp601 auto len = static_cast<int32_t>(formatStr.size()); in ParseLogContent() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp671 bool ResourceAdapterImplV2::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData() argument
684 bool ResourceAdapterImplV2::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetRawFileData() argument
700 bool ResourceAdapterImplV2::GetMediaData(uint32_t resId, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetMediaData() argument
712 bool ResourceAdapterImplV2::GetMediaData(uint32_t resId, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetMediaData() argument
727 bool ResourceAdapterImplV2::GetMediaData(const std::string& resName, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetMediaData() argument
740 GetMediaData(const std::string& resName, size_t& len, std::unique_ptr<uint8_t[]>& dest, const std::string& bundleName, const std::string& moduleName) GetMediaData() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp178 auto len = origin.length() + 1; in MallocCString() local
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1477 std::optional<CalcLength> len = CalcLength("auto"); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/
H A Drelative_container_test_ng.cpp1255 std::optional<CalcLength> len = CalcLength(0.0f, DimensionUnit::AUTO); in HWTEST_F() local
1329 std::optional<CalcLength> len = CalcLength(0.0f, DimensionUnit::AUTO); in HWTEST_F() local
1434 std::optional<CalcLength> len = CalcLength(0.0f, DimensionUnit::AUTO); HWTEST_F() local
1533 std::optional<CalcLength> len = CalcLength(0.0f, DimensionUnit::AUTO); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp66 size_t len = 0; in ParseParams() local
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp351 size_t len = 0; in GetMaskByName() local

Completed in 48 milliseconds

1...<<231232233234235236237238239240>>...304