Home
last modified time | relevance | path

Searched defs:bufLen (Results 126 - 150 of 208) sorted by relevance

123456789

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h107 int bufLen; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp56 static tuple<bool, void *, int64_t> GetActualBuf(napi_env env, void *rawBuf, size_t bufLen, NVal op) in GetActualBuf() argument
79 static tuple<bool, size_t> GetActualLen(napi_env env, size_t bufLen, size_t bufOff, NVal op) in GetActualLen() argument
96 static tuple<bool, size_t> GetActualLenV9(napi_env env, int64_t bufLen, int64_t bufOff, NVal op) in GetActualLenV9() argument
184 size_t bufLen = 0; in GetReadArg() local
248 size_t bufLen = 0; GetWriteArg() local
294 int64_t bufLen; GetReadArgV9() local
330 int64_t bufLen; GetWriteArgV9() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c279 static void UpdateStatisticsWhenSendOne(struct FillpStatisticsPcb *stats, FILLP_UINT32 bufLen) in UpdateStatisticsWhenSendOne() argument
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h134 int32_t bufLen = len + 16; in uprintf() local
220 int32_t bufLen = len + 16; in uprintf() local
670 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); in uprintf() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp123 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status) { in findDirname() argument
/third_party/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp118 int32_t bufLen = (int32_t)uprv_strlen(buffer); in openTestFile() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp123 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status) { in findDirname() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dtoolutil.cpp130 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status) { in findDirname() argument
/drivers/liteos/hievent/src/
H A Dhiview_hievent.c355 size_t bufLen = sizeof(int) + sizeof(struct IdapHeader) + msglen; in LogBufToException() local
504 int bufLen; in HiviewHieventReport() local
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.c514 HostapdInterfaceGetStaInfos(struct IHostapdInterface *self, const char *ifName, char *buf, uint32_t bufLen, int32_t size, int32_t id) HostapdInterfaceGetStaInfos() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp500 bool SoftBusConnection::Send(const uint8_t *buf, int bufLen) in Send() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp497 bool SoftBusConnection::Send(const uint8_t *buf, int bufLen) in Send() argument
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_napi.cpp393 NAPI_multimedia_movingphotoview_GetJSCode( const char** buf, int* bufLen) NAPI_multimedia_movingphotoview_GetJSCode() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp54 int64_t bufLen = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.cpp71 size_t bufLen = strLen + 1; in ToUTF8String() local
202 size_t bufLen = 0; in ToArrayBuffer() local
348 NapiValue NapiValue::CreateUint8Array(napi_env env, void *buf, size_t bufLen) in CreateUint8Array() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_val.cpp125 size_t bufLen = strLen + 1; in ToUTF8String() local
263 size_t bufLen = 0; in ToArraybuffer() local
282 size_t bufLen = 0; in ToDataview() local
394 NVal NVal::CreateUint8Array(napi_env env, void *buf, size_t bufLen) in CreateUint8Array() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_message.c487 uint32_t bufLen = oldBuf->w - oldBuf->data; in TransResizeDataBuffer() local
512 uint32_t bufLen = node->w - node->data; in TransTdcProcAllData() local
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c213 uint32_t bufLen = dataLen + headSize; in ConnBrPackCtlMessage() local
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp819 uint32_t bufLen = UDID_SHORT_HASH_HEX_STR; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c470 uint32_t bufLen = dataLen + headSize; in ConnBlePackCtlMessage() local
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_utils.cpp60 JsObjectToString(const napi_env& env, const napi_value& object, const char* fieldStr, const int bufLen, std::string& fieldRef) JsObjectToString() argument
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h197 int bufLen; /**< Length of the buffer */ member
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp110 constexpr int bufLen = 4; in DentryHash() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.cpp78 size_t bufLen = strLen + 1; in ToUTF8String() local
203 size_t bufLen = 0; in ToArraybuffer() local
333 NVal NVal::CreateUint8Array(napi_env env, void *buf, size_t bufLen) in CreateUint8Array() argument
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp82 size_t bufLen = strLen + 1; in ToUTF8String() local
227 size_t bufLen = 0; in ToArraybuffer() local
367 NVal NVal::CreateUint8Array(napi_env env, void *buf, size_t bufLen) in CreateUint8Array() argument

Completed in 29 milliseconds

123456789