Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 40) sorted by relevance

12

/base/security/asset/test/unittest/inner_kits_rust/src/
Dadd.rs82 let bytes = res[0].get_bytes_attr(&Tag::Secret).unwrap(); in add_english_secret() localVariable
99 let bytes = res[0].get_bytes_attr(&Tag::Secret).unwrap(); in add_chinese_secret() localVariable
101 let bytes = res[0].get_bytes_attr(&Tag::Alias).unwrap(); in add_chinese_secret() localVariable
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_blob.cpp76 Blob::Blob(const std::vector<uint8_t> &bytes) : blob_(bytes) in Blob()
79 Blob::Blob(std::vector<uint8_t> &&bytes) : blob_(std::move(bytes)) in Blob()
/base/security/access_token/services/tokensyncmanager/include/remote/
Drpc_channel.h56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived()
Dsoft_bus_channel.h38 unsigned char *bytes; member
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob()
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob()
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob()
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob()
/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_channel.cpp212 void SoftBusChannel::HandleDataReceived(int socket, const unsigned char *bytes, int length) in HandleDataReceived()
295 std::string SoftBusChannel::Decompress(const unsigned char *bytes, const int length) in Decompress()
319 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes()
444 int SoftBusChannel::SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) in SendResponseBytes()
/base/telephony/core_service/services/sim/src/
Dplmn_file.cpp19 PlmnFile::PlmnFile(unsigned char *bytes, int offset) in PlmnFile()
Dsim_utils.cpp63 std::string SIMUtils::BytesConvertToHexString(const unsigned char *bytes, int byteLen) in BytesConvertToHexString()
159 std::string SIMUtils::Gsm7bitConvertToString(const unsigned char *bytes, int byteLen) in Gsm7bitConvertToString()
/base/telephony/core_service/utils/vcard/src/contact_data/
Dvcard_photo_data.cpp68 void VCardPhotoData::SetBytes(const std::string &bytes) in SetBytes()
/base/hiviewdfx/hitrace/frameworks/include/
Ddynamic_buffer.h29 int bytes = 0; member
/base/notification/distributed_notification_service/services/ans/src/common/
Daes_gcm_helper.cpp45 std::string AesGcmHelper::Byte2Hex(const std::string &bytes) in Byte2Hex()
74 std::string bytes; in Hex2Byte() local
/base/security/access_token/services/tokensyncmanager/test/mock/src/
Dsoft_bus_socket_mock.cpp50 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock()
/base/startup/hvb/libhvb/src/utils/
Dhvb_util.c77 uint8_t bytes[8]; in hvb_htobe64() member
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
Dchain_rule.cpp30 uint64_t bytes = 0; in ChainRule() local
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sms_defs.h179 unsigned char bytes[HRIL_MAX_CDMA_ADDRESS_LEN]; member
186 unsigned char bytes[HRIL_MAX_CDMA_ADDRESS_LEN]; member
196 unsigned char bytes[HRIL_MAX_CDMA_MESSAGE_LEN]; member
/base/telephony/core_service/interfaces/innerkits/include/
Dtel_ril_sms_parcel.h249 unsigned char bytes[36] = { 0 }; member
256 unsigned char bytes[36] = { 0 }; member
267 unsigned char bytes[255] = { 0 }; member
/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp69 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
Dhril_sms.cpp706 uint8_t *bytes = ConvertHexStringToBytes(response, responseLen); in SmsStatusReportNotify() local
744 uint8_t *bytes = ConvertHexStringToBytes(smsResponse->pdu, responseLen); in NewSmsNotify() local
775 uint8_t *bytes = ConvertHexStringToBytes(message->pdu, strlen(message->pdu)); in NewCdmaSmsNotify() local
/base/request/request/services/src/utils/
Dc_wrapper.rs49 let bytes = unsafe { slice::from_raw_parts(self.c_str as *const u8, self.len as usize) }; in to_string() localVariable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp254 int bytes = snprintf_s(buf, sizeof(buf), sizeof(buf) - 1, "[%llx,%llx,%llx]#", in AddTraceMarkerLarge() local
488 int bytes = 0; in SetAppTraceBuffer() local
515 int bytes = SetAppTraceBuffer(buf, len, type, name, value); in SetAppTrace() local
537 int bytes = SetAppTraceBuffer(buffer.get(), len, type, name, value); in WriteAppTraceLong() local
620 int bytes = 0; in AddHitraceMeterMarker() local
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
Dsys_event.rs180 let mut bytes = value_type.as_bytes(); in parse_type_len() localVariable
/base/hiviewdfx/hitrace/test/unittest/common/native/
Dhitracechaincpp_test.cpp225 uint8_t bytes[ID_LEN + 1]; variable
/base/startup/hvb/libhvb/src/crypto/
Dhvb_rsa_verify.c45 #define byte2dword(bytes) (((bytes) + (WORD_BYTE_SIZE) - 1) / WORD_BYTE_SIZE) argument

12