| /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() argument 30 int32_t CfCheckEncodingBlob(const CfEncodingBlob *blob, uint32_t maxLen)
in CfCheckEncodingBlob() argument
|
| H A D | utils.c | 27 bool CfIsStrValid(const char *str, uint32_t maxLen) in CfIsStrValid() argument
|
| /base/security/crypto_framework/common/src/ |
| H A D | utils.c | 23 bool HcfIsStrValid(const char *str, uint32_t maxLen) in HcfIsStrValid() argument
|
| /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
|
| /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
|
| /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() argument
|
| /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() argument
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
| H A D | trans_auth_message.c | 114 int32_t TransAuthChannelErrorPack(int32_t errcode, const char *errMsg, char *cJsonStr, int32_t maxLen) in TransAuthChannelErrorPack() argument
|
| /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, double& dest) in FloatingNumberDecoded() argument 54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest) in SignedVarintDecoded() argument 68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::string& dest) in StringValueDecoded() argument 87 UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint64_t& dest) UnsignedVarintDecoded() argument 110 ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest) ValueTypeDecoded() argument [all...] |
| /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;
member
|
| /base/update/updater/services/common/ring_buffer/ |
| H A D | ring_buffer.cpp | 112 bool RingBuffer::Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len) in Pop() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/ |
| H A D | lnn_local_net_ledger.h | 38 int32_t maxLen; member
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| H A D | dsoftbus_other_test.cpp | 116 int32_t maxLen = 100; in HWTEST_F() local 132 int32_t maxLen = 100; in HWTEST_F() local 149 int32_t maxLen = 0; in HWTEST_F() local
|
| /kernel/liteos_a/kernel/extended/dynload/src/ |
| H A D | los_exec_elf.c | 51 STATIC INT32 OsGetRealPath(const CHAR *fileName, CHAR *buf, UINT32 maxLen)
in OsGetRealPath() argument
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
| H A D | hisysevent_record_convertor.cpp | 60 constexpr size_t maxLen = 384 * 1024; // max length of the event is 384KB in ConvertJsonStr() local
|
| /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() argument 64 UnsignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in UnsignedVarintDecodedParam() argument 77 UnsignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in UnsignedVarintDecodedArrayParam() argument 90 SignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in SignedVarintDecodedParam() argument 103 SignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in SignedVarintDecodedArrayParam() argument 116 FloatingNumberDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) FloatingNumberDecodedParam() argument 129 FloatingNumberDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) FloatingNumberDecodedArrayParam() argument 142 StringDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) StringDecodedParam() argument 155 StringDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) StringDecodedArrayParam() argument [all...] |
| /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
|
| /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 in Sm4NoUpdateEncrypt() local 268 int32_t maxLen = cipherTextLen; Sm4NoUpdateDecrypt() local [all...] |
| H A 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 [all...] |
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| H A D | user_auth_widget_mgr_v10.cpp | 113 static const size_t maxLen = 10; in On() local 161 static const size_t maxLen = 10; in Off() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/scanline/ |
| H A D | geometry_scanline.h | 71 uint32_t maxLen = maxX - minX + liftNumber; in Reset() local
|
| /foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/ |
| H A D | permission_entry_mock_test.cpp | 49 int32_t SoftBusReadFullFile(const char *fileName, char *readBuf, uint32_t maxLen) in SoftBusReadFullFile() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/ |
| H A D | kvstore_common.c | 158 int GetValueByCache(const char* key, char* value, unsigned int maxLen)
in GetValueByCache() argument
|
| /test/xts/acts/kernel_lite/util_posix/src/ |
| H A D | ActsUtilStringOperApiTest.cpp | 475 size_t maxLen;
in HWTEST_F() local
|
| /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 in Sm4Decrypt() local [all...] |