| /base/security/asset/test/unittest/inner_api_rust/src/ |
| D | add.rs | 78 let bytes = res[0].get_bytes_attr(&Tag::Secret).unwrap(); in add_english_secret() localVariable 95 let bytes = res[0].get_bytes_attr(&Tag::Secret).unwrap(); in add_chinese_secret() localVariable 97 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/ |
| D | mock_blob.cpp | 76 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/ |
| D | rpc_channel.h | 56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived()
|
| D | soft_bus_channel.h | 38 unsigned char *bytes; member
|
| /base/security/device_security_level/oem_property/ohos/standard/ |
| D | dslm_cred_tool.py | 151 def digest_sign(self, key_alias: str, content: bytes, digest: str = '-sha384') -> bytes: 165 …def digest_verify_with_key_alias(self, key_alias: str, content: bytes, sig: bytes, digest: str = '… 182 …def digest_verify_with_pub_key(self, pub_key: bytes, content: bytes, sig: bytes, digest: str = '-s…
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
| D | blob.cpp | 80 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/test/moduletest/mock/ |
| D | blob.cpp | 80 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/ |
| D | blob.cpp | 80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() 85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob()
|
| /base/telephony/core_service/services/sim/src/ |
| D | plmn_file.cpp | 19 PlmnFile::PlmnFile(unsigned char *bytes, int offset) in PlmnFile()
|
| D | sim_utils.cpp | 63 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/ |
| D | vcard_photo_data.cpp | 68 void VCardPhotoData::SetBytes(const std::string &bytes) in SetBytes()
|
| /base/security/access_token/services/tokensyncmanager/src/remote/ |
| D | soft_bus_channel.cpp | 207 void SoftBusChannel::HandleDataReceived(int socket, const unsigned char *bytes, int length) in HandleDataReceived() 285 std::string SoftBusChannel::Decompress(const unsigned char *bytes, const int length) in Decompress() 309 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes() 434 int SoftBusChannel::SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) in SendResponseBytes()
|
| /base/hiviewdfx/hitrace/frameworks/include/ |
| D | dynamic_buffer.h | 29 int bytes = 0; member
|
| /base/security/access_token/services/tokensyncmanager/test/mock/src/ |
| D | soft_bus_socket_mock.cpp | 50 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock()
|
| /base/startup/hvb/libhvb/src/utils/ |
| D | hvb_util.c | 77 uint8_t bytes[8]; in hvb_htobe64() member
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
| D | chain_rule.cpp | 30 uint64_t bytes = 0; in ChainRule() local
|
| /base/telephony/ril_adapter/interfaces/innerkits/include/ |
| D | hril_vendor_sms_defs.h | 179 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
|
| D | hril_sms_parcel.h | 248 unsigned char bytes[36] = { 0 }; member 255 unsigned char bytes[36] = { 0 }; member 266 unsigned char bytes[255] = { 0 }; member
|
| /base/telephony/ril_adapter/services/hril/src/ |
| D | hril_base.cpp | 69 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
|
| D | hril_sms.cpp | 658 uint8_t *bytes = ConvertHexStringToBytes(response, responseLen); in SmsStatusReportNotify() local 696 uint8_t *bytes = ConvertHexStringToBytes(smsResponse->pdu, responseLen); in NewSmsNotify() local 727 uint8_t *bytes = ConvertHexStringToBytes(message->pdu, strlen(message->pdu)); in NewCdmaSmsNotify() local
|
| /base/hiviewdfx/hitrace/test/unittest/common/native/ |
| D | hitracechaincpp_test.cpp | 154 uint8_t bytes[ID_LEN + 1]; variable
|
| D | hitracechainc_test.cpp | 181 uint8_t bytes[idLen + 1]; variable
|
| /base/request/request/services/service/request/src/utils/ |
| D | c_wrapper.rs | 46 let bytes = unsafe { slice::from_raw_parts(self.c_str as *const u8, self.len as usize) }; in to_string() localVariable
|
| /base/hiviewdfx/hisysevent/interfaces/rust/src/ |
| D | sys_event.rs | 178 let mut bytes = value_type.as_bytes(); in parse_type_len() localVariable
|
| /base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
| D | hitrace_meter.cpp | 154 int bytes = snprintf_s(buf, sizeof(buf), sizeof(buf) - 1, "[%llx,%llx,%llx]#", in AddTraceMarkerLarge() local 188 int bytes = 0; in AddHitraceMeterMarker() local
|