/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/ |
H A 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()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/ |
H A 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()
|
H A D | decoded_event.cpp | 275 void DecodedEvent::ParseHeader(const size_t maxLen) in ParseHeader() 295 void DecodedEvent::ParseCustomizedParams(const size_t maxLen) in ParseCustomizedParams() 321 std::shared_ptr<DecodedParam> DecodedEvent::CreateFloatingNumTypeDecodedParam(const size_t maxLen, in CreateFloatingNumTypeDecodedParam() 330 std::shared_ptr<DecodedParam> DecodedEvent::CreateSignedVarintTypeDecodedParam(const size_t maxLen, in CreateSignedVarintTypeDecodedParam() 339 std::shared_ptr<DecodedParam> DecodedEvent::CreateStringTypeDecodedParam(const size_t maxLen, in CreateStringTypeDecodedParam() 348 …d::shared_ptr<DecodedParam> DecodedEvent::CreateUnsignedVarintTypeDecodedParam(const size_t maxLen, in CreateUnsignedVarintTypeDecodedParam() 357 std::shared_ptr<DecodedParam> DecodedEvent::ParseCustomizedParam(const size_t maxLen) in ParseCustomizedParam()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/ |
H A D | plugin_utils.cpp | 49 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const T& val) in Stringiness() 56 int32_t FixedCapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, in FixedCapKeyStringiness() 74 int32_t IntervalCapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, in IntervalCapKeyStringiness() 128 int32_t CapKeyStringiness(char* buf, size_t maxLen, const char* name, const char* typeName, in CapKeyStringiness() 144 MEDIA_UNUSED int32_t Stringiness(char* buf, size_t maxLen, const char* name, const int32_t& val) in Stringiness() 150 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const uint32_t& val) in Stringiness() 156 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const std::string& val) in Stringiness() 162 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const int64_t& val) in Stringiness() 168 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const uint64_t& val) in Stringiness() 234 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::CodecConfig& val) in Stringiness() [all …]
|
/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/src/ |
H A 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()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | sm4_common.cpp | 77 int32_t maxLen = *cipherTextLen; in Sm4EncryptWithInput() local 148 int32_t maxLen = *cipherTextLen; in Sm4Encrypt() local 191 int32_t maxLen = cipherTextLen; in Sm4Decrypt() local 238 int32_t maxLen = *cipherTextLen; in Sm4NoUpdateEncrypt() local 268 int32_t maxLen = cipherTextLen; in Sm4NoUpdateDecrypt() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | dsoftbus_other_test.cpp | 116 int32_t maxLen = 100; variable 132 int32_t maxLen = 100; variable 149 int32_t maxLen = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/ |
H A D | softbus_server_test_mock.cpp | 41 bool IsValidString(const char *input, uint32_t maxLen) in IsValidString()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_file.c | 66 int32_t SoftBusReadFile(int32_t fd, void *readBuf, uint32_t maxLen) in SoftBusReadFile() 79 static int32_t ReadFullFile(const char *fileName, char *readBuf, uint32_t maxLen, int32_t *size) in ReadFullFile() 119 int32_t SoftBusReadFullFileAndSize(const char *fileName, char *readBuf, uint32_t maxLen, int32_t *s… in SoftBusReadFullFileAndSize() 124 int32_t SoftBusReadFullFile(const char *fileName, char *readBuf, uint32_t maxLen) in SoftBusReadFullFile()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A 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
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/ |
H A D | hcfciphercreate_fuzzer.cpp | 36 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 = cipherTextLen; in Sm4Decrypt() local
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | screenlock_js_util.cpp | 26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() local
|
/ohos5.0/base/security/crypto_framework/common/src/ |
H A D | utils.c | 23 bool HcfIsStrValid(const char *str, uint32_t maxLen) in HcfIsStrValid()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/ |
H A D | gethttpauthcredentials_fuzzer.cpp | 28 constexpr int32_t maxLen = 256; in GetHttpAuthCredentialsFuzzTest() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_sym_cipher_test.cpp | 58 int32_t maxLen = *cipherTextLen; in AesEncrypt() local 102 int32_t maxLen = cipherTextLen; in AesDecrypt() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_options.cpp | 27 static bool CheckOptSoverloaded(const struct DhcpPacket *packet, int code, int maxLen, int *over, i… in CheckOptSoverloaded() 46 static int CheckOptionsData(const struct DhcpPacket *packet, int code, int index, int maxLen) in CheckOptionsData() 162 int nIndex = 0, maxLen = DHCP_OPT_SIZE, nOver = 0, nFinished = 0, nFlag = OPTION_FIELD; in GetDhcpOption() local
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
H A D | decoder.cpp | 47 int maxLen, int &actualLen) in ConvertAdecAttributToParams() 77 int maxLen, int &actualLen) in ConvertVdecAttributToParams() 109 int maxLen, int &actualLen) in ConvertAttributeToParams()
|
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/src/ |
H A D | lib_acm_test.c | 111 uint32_t maxLen = 256; in AcmRead() local 192 uint32_t maxLen = 256; in acm_prop_read() local
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_message.c | 110 …32_t TransAuthChannelErrorPack(int32_t errcode, const char *errMsg, char *cJsonStr, int32_t maxLen) in TransAuthChannelErrorPack()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A 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
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | uint8buff_utils.c | 78 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
H A D | softbus_adapter_file.c | 24 int32_t SoftBusReadFile(int32_t fd, void *readBuf, uint32_t maxLen) in SoftBusReadFile() 32 int32_t SoftBusReadFullFile(const char *fileName, char *readBuf, uint32_t maxLen) in SoftBusReadFullFile()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | softbus_event_converter.h | 41 static inline bool InitString(char **str, size_t maxLen) in InitString() 55 static inline bool CopyString(char *destName, const char *srcName, size_t maxLen) in CopyString()
|
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/ |
H A 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()
|
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | my_file_descriptor_listener.cpp | 31 constexpr int32_t maxLen = sizeof(struct TransferMedicalSensorEvents) * RECEIVE_DATA_SIZE; variable
|