Home
last modified time | relevance | path

Searched defs:maxLen (Results 26 - 50 of 136) sorted by relevance

123456

/third_party/icu/icu4c/source/i18n/
H A Dname2uni.cpp116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
/third_party/lzma/CPP/Common/
H A DCommandLineParser.cpp76 int maxLen = -1; in ParseString() local
/third_party/node/deps/icu-small/source/i18n/
H A Dname2uni.cpp116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dname2uni.cpp116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A Dtest_utils_win32.cpp45 size_t maxLen = _TRUNCATE; variable
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.cpp40 bool ReadEntireFileToString(const char *filePath, char *contentsOut, uint32_t maxLen) in ReadEntireFileToString() argument
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp36 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
76 int32_t maxLen = cipherTextLen; in AesDecrypt() local
117 int32_t maxLen = *cipherTextLen; in Sm4Encrypt() local
158 int32_t maxLen in Sm4Decrypt() local
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_3des_cipher_test.cpp79 int32_t maxLen = *cipherTextLen; in DesEncrypt() local
122 int32_t maxLen = cipherTextLen; in DesDecrypt() local
169 int32_t maxLen = *cipherTextLen; in DesNoUpdateEncrypt() local
199 int32_t maxLen = cipherTextLen; in DesNoUpdateDecrypt() local
[all...]
/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_request.c154 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice() argument
181 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice() argument
/base/startup/appspawn/lite/
H A Dappspawn_message.c63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minLen) in ReadStringItem() argument
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dwallpaper_js_util.cpp26 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() local
/base/useriam/face_auth/frameworks/js/napi/src/
H A Dface_auth_napi.cpp125 static constexpr int maxLen = 25; in SetSurfaceId() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Dauth_instance_v9.cpp183 static const size_t maxLen = 10; in On() local
227 static const size_t maxLen = 10; in Off() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp176 const uint32_t maxLen = 40; in DumpDomTree() local
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dsoftbus_event_converter.h41 static inline bool InitString(char **str, size_t maxLen) in InitString() argument
55 static inline bool CopyString(char *destName, const char *srcName, size_t maxLen) in CopyString() argument
/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsoftbus_utils_test.cpp266 uint32_t maxLen = 4; in HWTEST_F() local
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Djs_util.cpp78 size_t maxLen = STR_MAX_LENGTH; in GetValue() local
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_linkwatch.c39 static int32_t AddAttr(struct nlmsghdr *nlMsgHdr, uint32_t maxLen, uint16_t type, in AddAttr() argument
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_file.c24 int32_t SoftBusReadFile(int32_t fd, void *readBuf, uint32_t maxLen) in SoftBusReadFile() argument
32 int32_t SoftBusReadFullFile(const char *fileName, char *readBuf, uint32_t maxLen) in SoftBusReadFullFile() argument
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
H A DHiAppEventCPPTest.cpp808 int maxLen = 32; in HWTEST_F() local
1073 int maxLen = 32; in HWTEST_F() local
1115 int maxLen = 32; in HWTEST_F() local
1165 int maxLen = 32; HWTEST_F() local
[all...]
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H A Dattest_tdd_test.cpp575 uint32_t maxLen = OUT_STR_LEN_MAX + 1; in HWTEST_F() local
607 uint32_t maxLen = OUT_STR_LEN_MAX + 1; HWTEST_F() local
[all...]
/third_party/lzma/C/
H A DLzFindOpt.c272 const Byte *maxLen = cur + _maxLen; in GetMatchesSpecN_2() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp75 void getSimpleRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getSimpleRndString() argument
85 void getComplexRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getComplexRndString() argument
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp56 constexpr int maxLen = 20; in FuzzServiceInterfaceDump() local
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp275 void DecodedEvent::ParseHeader(const size_t maxLen) in ParseHeader() argument
295 void DecodedEvent::ParseCustomizedParams(const size_t maxLen) in ParseCustomizedParams() argument
321 std::shared_ptr<DecodedParam> DecodedEvent::CreateFloatingNumTypeDecodedParam(const size_t maxLen, in CreateFloatingNumTypeDecodedParam() argument
330 std::shared_ptr<DecodedParam> DecodedEvent::CreateSignedVarintTypeDecodedParam(const size_t maxLen, in CreateSignedVarintTypeDecodedParam() argument
339 CreateStringTypeDecodedParam(const size_t maxLen, const std::string& key, bool isArray) CreateStringTypeDecodedParam() argument
348 CreateUnsignedVarintTypeDecodedParam(const size_t maxLen, const std::string& key, bool isArray) CreateUnsignedVarintTypeDecodedParam() argument
357 ParseCustomizedParam(const size_t maxLen) ParseCustomizedParam() argument
[all...]

Completed in 15 milliseconds

123456