/base/hiviewdfx/hiview/base/event_raw/include/decoded/ |
D | decoded_param.h | 31 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/ |
D | raw_data_decoder.cpp | 23 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()
|
D | decoded_event.cpp | 267 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/ |
D | cf_check.c | 21 int32_t CfCheckBlob(const CfBlob *blob, uint32_t maxLen) in CfCheckBlob() 30 int32_t CfCheckEncodingBlob(const CfEncodingBlob *blob, uint32_t maxLen) in CfCheckEncodingBlob()
|
D | utils.c | 27 bool IsStrValid(const char *str, uint32_t maxLen) in IsStrValid()
|
/base/security/crypto_framework/test/unittest/src/ |
D | sm4_common.cpp | 76 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
|
D | crypto_3des_cipher_test.cpp | 79 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/ |
D | aes_common.cpp | 261 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/ |
D | utils.c | 23 bool IsStrValid(const char *str, uint32_t maxLen) in IsStrValid()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
D | screenlock_js_util.cpp | 26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() local
|
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/ |
D | gethttpauthcredentials_fuzzer.cpp | 28 constexpr int32_t maxLen = 256; in GetHttpAuthCredentialsFuzzTest() local
|
/base/security/device_auth/common_lib/impl/src/ |
D | uint8buff_utils.c | 77 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid()
|
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/ |
D | hcfciphercreate_fuzzer.cpp | 39 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/ |
D | user_auth_widget_mgr_v10.cpp | 116 static const size_t maxLen = 10; in On() local 164 static const size_t maxLen = 10; in Off() local
|
D | auth_instance_v9.cpp | 183 static const size_t maxLen = 10; in On() local 227 static const size_t maxLen = 10; in Off() local
|
D | user_auth_impl.cpp | 135 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/ |
D | dslm_ohos_request.c | 154 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/ |
D | my_file_descriptor_listener.cpp | 31 constexpr int32_t maxLen = sizeof(struct TransferMedicalSensorEvents) * RECEIVE_DATA_SIZE; variable
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
D | wallpaper_js_util.cpp | 26 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() local
|
/base/update/updater/services/common/ring_buffer/ |
D | ring_buffer.cpp | 112 bool RingBuffer::Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len) in Pop()
|
/base/startup/appspawn/lite/ |
D | appspawn_message.c | 63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minL… in ReadStringItem()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
D | hisysevent_record_convertor.cpp | 60 constexpr size_t maxLen = 384 * 1024; // max length of the event is 384KB in ConvertJsonStr() local
|
/base/useriam/face_auth/frameworks/js/napi/src/ |
D | face_auth_napi.cpp | 125 static constexpr int maxLen = 25; in SetSurfaceId() local
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_verify.cpp | 117 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/ |
D | faultlogger_service_fuzzer.cpp | 53 constexpr int maxLen = 20; in FuzzServiceInterfaceDump() local
|