Home
last modified time | relevance | path

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

/base/security/access_token/services/tokensyncmanager/include/remote/
Drpc_channel.h56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived()
/base/notification/ans_standard/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/device_security_level/oem_property/ohos/
Ddslm_cred_tool.py151 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/
Dsoft_bus_channel.cpp184 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/
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()
/base/notification/ans_standard/frameworks/ans/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/ans_standard/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/notification/ans_standard/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/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sms_defs.h86 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
Dhril_sms_parcel.h171 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/
Dface_auth_log_wrapper.h85 char bytes[MASKED_STRING_LEN] = {0}; in getMaskedString() local
/base/hiviewdfx/hitrace/test/unittest/common/native/
Dhitracecpp_test.cpp146 uint8_t bytes[ID_LEN + 1]; variable
Dhitracec_test.cpp156 uint8_t bytes[idLen + 1]; variable
/base/security/access_token/services/tokensyncmanager/test/mock/src/
Dsoft_bus_session_mock.cpp154 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock()
/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp220 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
Dhril_sms.cpp818 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/
Dupdater_utils.cpp98 size_t bytes; in CopyUpdaterLogs() local
/base/update/updateservice/test/unittest/update_client/
Dclient_unittest.cpp73 size_t bytes = fread(buffer.data(), 1, JSON_MAX_SIZE, fp); in GetJsonInfo() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp488 uint8_t *bytes = (uint8_t *)malloc(len * sizeof(uint8_t)); in ConvertHexStringToBytes() local