/base/startup/appspawn/test/unittest/client_socket_test/ |
D | client_socket_test.cpp | 111 std::string buff = "hiworld"; variable 131 std::unique_ptr<uint8_t[]> buff = nullptr; variable 154 std::string buff = "hiworld"; variable 177 std::string buff = "hiworld"; variable 201 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(len); variable 222 std::unique_ptr<uint8_t[]> buff = nullptr; variable 245 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable 268 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
D | hks_crypto_hal_api_openssl.cpp | 151 uint8_t buff[1] = {0}; variable 185 uint8_t buff[1] = {0}; variable 215 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 251 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 279 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 308 uint8_t buff[1] = {0}; variable 335 uint8_t buff[1] = {0}; variable 363 uint8_t buff[HKS_KEY_BYTES(HKS_RSA_KEY_SIZE_512)] = {0}; variable 386 uint8_t buff[HKS_KEY_BYTES(HKS_RSA_KEY_SIZE_512)] = {0}; variable 410 uint8_t buff[HKS_KEY_BYTES(KEY_LEN_256)] = {0}; variable [all …]
|
D | hks_crypto_hal_api_mbedtls.cpp | 132 uint8_t buff[1] = {0}; variable 166 uint8_t buff[1] = {0}; variable 196 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 220 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 243 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 266 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 288 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable 523 uint8_t buff[1] = {0}; variable 546 uint8_t buff[1] = {0}; variable 586 uint8_t buff[1] = {0}; variable [all …]
|
/base/startup/appspawn/test/unittest/app_spawn_socket_test/ |
D | app_spawn_socket_test.cpp | 180 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable 204 std::unique_ptr<uint8_t[]> buff = nullptr; variable 228 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable 253 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable 280 std::unique_ptr<int8_t[]> buff = std::make_unique<int8_t[]>(len); variable 315 std::string buff = "hiworld"; variable 337 std::unique_ptr<uint8_t[]> buff = nullptr; variable 361 std::string buff = "hiworld"; variable 385 std::string buff = "hiworld"; variable 411 std::unique_ptr<int8_t[]> buff = std::make_unique<int8_t[]>(len); variable
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
D | mms_header.cpp | 507 bool MmsHeader::DecodeMmsMsgType(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeMmsMsgType() 540 bool MmsHeader::DecodeFieldAddressModelValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldAddressModelValue() 567 bool MmsHeader::DecodeFieldOctetValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldOctetValue() 583 bool MmsHeader::DecodeFieldLongValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldLongValue() 626 bool MmsHeader::DecodeFieldTextStringValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldTextStringValue() 646 bool MmsHeader::DecodeFieldEncodedStringValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldEncodedStringValue() 675 bool MmsHeader::DecodeFromValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFromValue() 753 bool MmsHeader::DecodeMmsContentType(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeMmsContentType() 780 bool MmsHeader::DecodeFieldIntegerValue(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldIntegerValue() 809 bool MmsHeader::DecodeFieldDate(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeFieldDate() [all …]
|
/base/security/device_security_level/services/dslm/ |
D | dslm_inner_process.c | 62 MessageBuff *buff = NULL; in SendDeviceInfoRequest() local 77 int32_t VerifyDeviceInfoResponse(DslmDeviceInfo *device, const MessageBuff *buff) in VerifyDeviceInfoResponse()
|
D | dslm_core_process.c | 58 MessageBuff buff = {.length = len, .buff = (uint8_t *)msg}; in OnPeerMsgRequestInfoReceived() local 101 MessageBuff buff = { in OnPeerMsgResponseInfoReceived() local
|
/base/security/device_security_level/services/common/ |
D | dslm_msg_serialize.c | 54 MessagePacket *ParseMessage(const MessageBuff *buff) in ParseMessage() 109 void FreeMessageBuff(MessageBuff *buff) in FreeMessageBuff()
|
/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/ |
D | smart_parser_module_test.cpp | 74 std::stringstream buff; variable 114 std::stringstream buff; variable 186 std::stringstream buff; variable 221 std::stringstream buff; variable
|
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_baselib_utils_test.cpp | 74 uint8_t buff[MAX_ENTRY * sizeof(TlvCommon)] = {0}; variable 89 uint8_t buff[(MAX_ENTRY + 2) * sizeof(TlvCommon)] = {0}; variable 118 uint8_t buff[MAX_ENTRY * sizeof(TlvCommon)] = {0}; variable 148 uint8_t buff[MAX_ENTRY * sizeof(TlvCommon)] = {0}; variable 187 uint8_t buff[MAX_ENTRY * sizeof(TlvCommon)] = {0}; variable
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_utils.cpp | 182 uint32_t ReadLE32(const uint8_t *buff) in GetFileSize() 199 uint64_t ReadLE64(const uint8_t *buff) in GetFileSize() 211 void WriteLE32(uint8_t *buff, uint32_t value) in GetFileSize() 227 uint16_t ReadLE16(const uint8_t *buff) in GetFileSize() 238 void WriteLE16(uint8_t *buff, uint16_t value) in GetFileSize()
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
D | auth_message_impl.cpp | 24 auto buff = static_cast<AuthMessageImpl *>(msg.get()); in GetMsgBuffer() local
|
/base/update/updater/test/unittest/package/ |
D | pkg_algo_unittest.cpp | 46 uint8_t buff[BUFFER_LEN] = {1}; in TestCrcDigest() local 69 uint8_t buff[BUFFER_LEN] = {1}; in TestHash256Digest() local 88 uint8_t buff[BUFFER_LEN] = {1}; in TestHash384Digest() local
|
D | pkg_package_unittest.cpp | 141 std::vector<uint8_t> buff(buffLen); in TestBigZipEntry() local 164 void WriteLE64(uint8_t *buff, size_t size) const in WriteLE64()
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_tlv.c | 70 uint32_t Serialize(const TlvCommon *tlv, uint32_t tlvCount, uint8_t *buff, uint32_t maxBuffSize, ui… in Serialize() 90 uint32_t Deserialize(const uint8_t *buff, uint32_t buffSize, TlvCommon *tlv, uint32_t maxTlvCount, … in Deserialize()
|
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_test.cpp | 260 MmsEncodeBuffer buff; variable 312 MmsEncodeBuffer buff; variable 365 MmsEncodeBuffer buff; variable
|
/base/security/device_security_level/services/sa/common/ |
D | dslm_rpc_process.c | 40 const MessageBuff buff = {.buff = (uint8_t *)msg, .length = len}; in OnPeerMsgReceived() local
|
/base/security/device_security_level/services/include/ |
D | dslm_msg_serialize.h | 36 uint8_t *buff; member
|
/base/web/webview/test/ohos_nweb/ |
D | nweb_handler_impl_test_for_intercept.cpp | 58 char buff[1024]; // 1024 size in GetResourceDir() local
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
D | dlp_permission_set_parser.cpp | 106 char buff[MAX_BUFFER_SIZE] = { 0 }; in ReadCfgFile() local
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_timer_callback.cpp | 34 int8_t buff[READ_FD_BUFF_SIZE]; in FdTriggerCallback() local
|
/base/telephony/sms_mms/test/unittest/ |
D | mms_msg_test.cpp | 718 std::unique_ptr<char[]> buff = it.GetDataBuffer(len); in MmsSendReqDecodeTest() local 780 std::unique_ptr<char[]> buff = it.GetDataBuffer(len); in MmsRetrieveConfDecodeTest() local 854 std::string MmsMsgTest::BuffToHex(const std::unique_ptr<char[]> &buff, uint32_t len) const in BuffToHex() argument 868 const std::unique_ptr<char[]> &buff, uint32_t len, const std::string &strPathName) const in WriteBufferToFile() argument
|
/base/inputmethod/imf/unitest/src/ |
D | input_method_dfx_test.cpp | 64 char buff[EACH_LINE_LENGTH] = { 0x00 }; in ExecuteCmd() local
|
/base/security/selinux/test/unittest/paraperm_checker/ |
D | unit_test.cpp | 72 ParamContextsList *buff = nullptr; variable
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_dfx_test.cpp | 69 char buff[EACH_LINE_LENGTH] = { 0x00 }; in ExecuteCmd() local
|