Searched refs:needLen (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-about-JSON.md | 66 size_t needLen = totalLen + 1; 67 char* buff = new char[needLen]; 68 JSVM_CALL(OH_JSVM_GetValueStringUtf8(env, jsonString, buff, needLen, &totalLen));
|
H A D | use-jsvm-about-class.md | 45 size_t needLen = totalLen + 1; 46 char* buff = new char[needLen]; 47 std::memset(buff, 0, needLen); 48 JSVM_CALL(OH_JSVM_GetValueStringUtf8(env, jsonString, buff, needLen, &totalLen)); 131 size_t needLen = totalLen + 1; 132 char* buff = new char[needLen]; 133 std::memset(buff, 0, needLen); 134 JSVM_CALL(OH_JSVM_GetValueStringUtf8(env, jsonString, buff, needLen, &totalLen));
|
/ohos5.0/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_stream.cpp | 334 int32_t FlowDataStream::ReadFromRingBuf(uint8_t *&buff, const uint32_t needLen, uint32_t &readLen) in ReadFromRingBuf() argument 350 readLen = needLen <= avail_ ? needLen : avail_; in ReadFromRingBuf()
|
H A D | pkg_stream.h | 272 int32_t ReadFromRingBuf(uint8_t *&buff, const uint32_t needLen, uint32_t &readLen);
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_aes.c | 35 int32_t needLen = paddingLen + inSize; in PaddingPkcs5() local 40 return needLen; in PaddingPkcs5()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 294 #define SECUREC_IS_REST_BUF_ENOUGH(needLen) ((int)(stream->count - (int)needLen * (int)(sizeof(SecC… argument
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_core_service_three_stage.c | 110 uint32_t needLen = (lenC1 + digestLen + inData->size); in CheckSm2CipherData() local 112 if (outData->size < needLen) { in CheckSm2CipherData() 114 LOG_PUBLIC "d", outData->size, needLen); in CheckSm2CipherData()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 132 #define SECUREC_IS_REST_BUF_ENOUGH(needLen) ((int)(stream->count - (int)needLen * (int)(sizeof(SecC… argument
|