Home
last modified time | relevance | path

Searched defs:maxLen (Results 1 – 25 of 43) sorted by relevance

12

/base/hiviewdfx/hiview/base/event_raw/include/decoded/
Ddecoded_param.h31 DecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in DecodedParam()
64 …UnsignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& … in UnsignedVarintDecodedParam()
77 …UnsignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::str… in UnsignedVarintDecodedArrayParam()
90 …SignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& ke… in SignedVarintDecodedParam()
103 …SignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::strin… in SignedVarintDecodedArrayParam()
116 …FloatingNumberDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& … in FloatingNumberDecodedParam()
129 …FloatingNumberDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::str… in FloatingNumberDecodedArrayParam()
142 StringDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in StringDecodedParam()
155 …StringDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in StringDecodedArrayParam()
/base/hiviewdfx/hiview/base/event_raw/decoded/
Draw_data_decoder.cpp23 bool RawDataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, doub… in FloatingNumberDecoded()
54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_… in SignedVarintDecoded()
68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::st… in StringValueDecoded()
87 bool RawDataDecoder::UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint… in UnsignedVarintDecoded()
110 bool RawDataDecoder::ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, in ValueTypeDecoded()
Ddecoded_event.cpp267 void DecodedEvent::ParseHeader(const size_t maxLen) in ParseHeader()
287 void DecodedEvent::ParseCustomizedParams(const size_t maxLen) in ParseCustomizedParams()
313 std::shared_ptr<DecodedParam> DecodedEvent::CreateFloatingNumTypeDecodedParam(const size_t maxLen, in CreateFloatingNumTypeDecodedParam()
322 std::shared_ptr<DecodedParam> DecodedEvent::CreateSignedVarintTypeDecodedParam(const size_t maxLen, in CreateSignedVarintTypeDecodedParam()
331 std::shared_ptr<DecodedParam> DecodedEvent::CreateStringTypeDecodedParam(const size_t maxLen, in CreateStringTypeDecodedParam()
340 …d::shared_ptr<DecodedParam> DecodedEvent::CreateUnsignedVarintTypeDecodedParam(const size_t maxLen, in CreateUnsignedVarintTypeDecodedParam()
349 std::shared_ptr<DecodedParam> DecodedEvent::ParseCustomizedParam(const size_t maxLen) in ParseCustomizedParam()
/base/security/certificate_framework/frameworks/common/v1.0/src/
Dcf_check.c21 int32_t CfCheckBlob(const CfBlob *blob, uint32_t maxLen) in CfCheckBlob()
30 int32_t CfCheckEncodingBlob(const CfEncodingBlob *blob, uint32_t maxLen) in CfCheckEncodingBlob()
Dutils.c27 bool IsStrValid(const char *str, uint32_t maxLen) in IsStrValid()
/base/security/crypto_framework/test/unittest/src/
Dsm4_common.cpp76 int32_t maxLen = *cipherTextLen; in Sm4EncryptWithInput() local
147 int32_t maxLen = *cipherTextLen; in Sm4Encrypt() local
190 int32_t maxLen = cipherTextLen; in Sm4Decrypt() local
237 int32_t maxLen = *cipherTextLen; in Sm4NoUpdateEncrypt() local
267 int32_t maxLen = cipherTextLen; in Sm4NoUpdateDecrypt() local
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
/base/security/crypto_framework/test/unittest/src/aes_cipher/
Daes_common.cpp261 int32_t maxLen = *cipherTextLen; in AesEncryptWithInput() local
306 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
351 int32_t maxLen = cipherTextLen; in AesDecrypt() local
397 int32_t maxLen = *cipherTextLen; in AesNoUpdateEncWithInput() local
455 int32_t maxLen = *cipherTextLen; in AesNoUpdateEncrypt() local
487 int32_t maxLen = cipherTextLen; in AesNoUpdateDecrypt() local
/base/security/crypto_framework/common/src/
Dutils.c23 bool IsStrValid(const char *str, uint32_t maxLen) in IsStrValid()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_js_util.cpp26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
Dgethttpauthcredentials_fuzzer.cpp28 constexpr int32_t maxLen = 256; in GetHttpAuthCredentialsFuzzTest() local
/base/security/device_auth/common_lib/impl/src/
Duint8buff_utils.c77 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid()
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
Dhcfciphercreate_fuzzer.cpp39 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
78 int32_t maxLen = cipherTextLen; in AesDecrypt() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_widget_mgr_v10.cpp116 static const size_t maxLen = 10; in On() local
164 static const size_t maxLen = 10; in Off() local
Dauth_instance_v9.cpp183 static const size_t maxLen = 10; in On() local
227 static const size_t maxLen = 10; in Off() local
Duser_auth_impl.cpp135 static const size_t maxLen = 20; in ParseExecuteAuthType() local
163 static const size_t maxLen = 20; in ParseExecuteSecureLevel() local
/base/security/device_security_level/oem_property/ohos/common/
Ddslm_ohos_request.c154 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice()
181 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
Dmy_file_descriptor_listener.cpp31 constexpr int32_t maxLen = sizeof(struct TransferMedicalSensorEvents) * RECEIVE_DATA_SIZE; variable
/base/theme/wallpaper_mgr/frameworks/js/napi/
Dwallpaper_js_util.cpp26 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() local
/base/update/updater/services/common/ring_buffer/
Dring_buffer.cpp112 bool RingBuffer::Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len) in Pop()
/base/startup/appspawn/lite/
Dappspawn_message.c63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minL… in ReadStringItem()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record_convertor.cpp60 constexpr size_t maxLen = 384 * 1024; // max length of the event is 384KB in ConvertJsonStr() local
/base/useriam/face_auth/frameworks/js/napi/src/
Dface_auth_napi.cpp125 static constexpr int maxLen = 25; in SetSurfaceId() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp117 bool CheckStrParamLength(std::string& strParamValue, size_t maxLen = MAX_LENGTH_OF_STR_PARAM) in CheckStrParamLength()
208 size_t maxLen = tempTrueNames.find(name) == tempTrueNames.end() ? MAX_LENGTH_OF_STR_PARAM : in VerifyAppEventParam() local
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
Dfaultlogger_service_fuzzer.cpp53 constexpr int maxLen = 20; in FuzzServiceInterfaceDump() local

12