Home
last modified time | relevance | path

Searched refs:tmpLen (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_compress.c41 uint32_t tmpLen = compressBound(inLen); in DataCompress() local
42 *out = SoftBusCalloc(tmpLen); in DataCompress()
62 strm.avail_out = tmpLen; in DataCompress()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp74 uint32_t tmpLen = preparedStmt_.CalcLength(); in CalculateLen() local
75 if ((len + tmpLen) > static_cast<uint32_t>(INT32_MAX) || tmpLen == 0u) { in CalculateLen()
79 len += tmpLen; in CalculateLen()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp182 size_t tmpLen = 0; variable
183 characData.data = characteristic.GetValue(&tmpLen).get();
184 characData.dataLen = (unsigned short)tmpLen;
235 size_t tmpLen = 0; variable
236 descData.data = descriptor.GetValue(&tmpLen).get();
237 descData.dataLen = (unsigned short)tmpLen;
310 size_t tmpLen = 0; variable
311 notificationData.data = characteristic.GetValue(&tmpLen).get();
312 notificationData.dataLen = (unsigned short)tmpLen;
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c494 size_t tmpLen = strlen(GLOBAL_FSCRYPT_DIR[i]); in SetGlobalEl1DirPolicy() local
495 if ((strncmp(dir, GLOBAL_FSCRYPT_DIR[i], tmpLen) == 0) && (strlen(dir) == tmpLen)) { in SetGlobalEl1DirPolicy()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c900 uint32_t tmpLen = fdArrayLen * FDARR_EXPAND_BASE; in CopyWaitEventFdsUnsafe() local
901 FdNode *tmp = (FdNode *)SoftBusCalloc(tmpLen * sizeof(FdNode)); in CopyWaitEventFdsUnsafe()
904 "eventLen=%{public}u", node->module, tmpLen); in CopyWaitEventFdsUnsafe()
914 fdArrayLen = tmpLen; in CopyWaitEventFdsUnsafe()

Completed in 6 milliseconds