| /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()
|
| /base/notification/ans_standard/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/device_security_level/oem_property/ohos/ |
| 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/security/access_token/services/tokensyncmanager/src/remote/ |
| D | soft_bus_channel.cpp | 184 void SoftBusChannel::HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived() 230 const std::string &jsonPayload, const unsigned char *bytes, int &bytesLength) in PrepareBytes() 260 std::string SoftBusChannel::Decompress(const unsigned char *bytes, const int length) in Decompress() 285 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes() 405 int SoftBusChannel::SendResponseBytes(int session, const unsigned char *bytes, const int bytesLengt… in SendResponseBytes()
|
| /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()
|
| /base/notification/ans_standard/frameworks/ans/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/ans_standard/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/notification/ans_standard/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/telephony/ril_adapter/interfaces/innerkits/include/ |
| D | hril_vendor_sms_defs.h | 86 unsigned char bytes[HRIL_MAX_CDMA_ADDRESS_LEN]; member 93 unsigned char bytes[HRIL_MAX_CDMA_ADDRESS_LEN]; member 103 unsigned char bytes[HRIL_MAX_CDMA_MESSAGE_LEN]; member
|
| D | hril_sms_parcel.h | 171 unsigned char bytes[36]; member 178 unsigned char bytes[36]; member 189 unsigned char bytes[255]; member
|
| /base/user_iam/face_auth/services/common/log/include/ |
| D | face_auth_log_wrapper.h | 85 char bytes[MASKED_STRING_LEN] = {0}; in getMaskedString() local
|
| /base/hiviewdfx/hitrace/test/unittest/common/native/ |
| D | hitracecpp_test.cpp | 146 uint8_t bytes[ID_LEN + 1]; variable
|
| D | hitracec_test.cpp | 156 uint8_t bytes[idLen + 1]; variable
|
| /base/security/access_token/services/tokensyncmanager/test/mock/src/ |
| D | soft_bus_session_mock.cpp | 154 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock()
|
| /base/telephony/ril_adapter/services/hril/src/ |
| D | hril_base.cpp | 220 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
|
| D | hril_sms.cpp | 818 uint8_t *bytes = ConvertHexStringToBytes(response, responseLen); in SmsStatusReportNotify() local 926 uint8_t *bytes = ConvertHexStringToBytes(smsResponse->pdu, responseLen); in NewSmsNotify() local 977 uint8_t *bytes = ConvertHexStringToBytes(message->pdu, strlen(message->pdu)); in NewCdmaSmsNotify() local
|
| /base/update/updater/services/ |
| D | updater_utils.cpp | 98 size_t bytes; in CopyUpdaterLogs() local
|
| /base/update/updateservice/test/unittest/update_client/ |
| D | client_unittest.cpp | 73 size_t bytes = fread(buffer.data(), 1, JSON_MAX_SIZE, fp); in GetJsonInfo() local
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | tel_ril_sms.cpp | 488 uint8_t *bytes = (uint8_t *)malloc(len * sizeof(uint8_t)); in ConvertHexStringToBytes() local
|