Home
last modified time | relevance | path

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

12

/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()
/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.cpp187 void SoftBusChannel::HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived()
233 const std::string &jsonPayload, const unsigned char *bytes, int &bytesLength) in PrepareBytes()
263 std::string SoftBusChannel::Decompress(const unsigned char *bytes, const int length) in Decompress()
287 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes()
407 int SoftBusChannel::SendResponseBytes(int session, const unsigned char *bytes, const int bytesLengt… in SendResponseBytes()
/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/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/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/startup/hvb/libhvb/src/utils/
Dhvb_util.c77 uint8_t bytes[8]; in hvb_htobe64() member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sms_defs.h84 unsigned char bytes[HRIL_MAX_CDMA_ADDRESS_LEN]; member
91 unsigned char bytes[HRIL_MAX_CDMA_ADDRESS_LEN]; member
101 unsigned char bytes[HRIL_MAX_CDMA_MESSAGE_LEN]; member
Dhril_sms_parcel.h152 unsigned char bytes[36]; member
159 unsigned char bytes[36]; member
170 unsigned char bytes[255]; member
/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp61 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
Dhril_sms.cpp470 uint8_t *bytes = ConvertHexStringToBytes(response, responseLen); in SmsStatusReportNotify() local
508 uint8_t *bytes = ConvertHexStringToBytes(smsResponse->pdu, responseLen); in NewSmsNotify() local
539 uint8_t *bytes = ConvertHexStringToBytes(message->pdu, strlen(message->pdu)); in NewCdmaSmsNotify() local
/base/hiviewdfx/hitrace/test/unittest/common/native/
Dhitracechaincpp_test.cpp154 uint8_t bytes[ID_LEN + 1]; variable
Dhitracechainc_test.cpp181 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/update/updateservice/test/unittest/update_client/
Dclient_unittest.cpp76 size_t bytes = fread(buffer.data(), 1, JSON_MAX_SIZE, fp); in GetJsonInfo() local
/base/startup/hvb/libhvb/src/crypto/
Dhvb_rsa_verify.c45 #define byte2dword(bytes) (((bytes) + (WORD_BYTE_SIZE) - 1) / WORD_BYTE_SIZE) argument
/base/update/updater/utils/
Dutils.cpp422 size_t bytes; in CopyUpdaterLogs() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp221 uint8_t *bytes = (uint8_t *)malloc(len * sizeof(uint8_t)); in ConvertHexStringToBytes() local
/base/powermgr/thermal_manager/services/native/test/unittest/mock/src/
Dmock_parcel.cpp395 void Parcel::SkipBytes(size_t bytes) in SkipBytes()
/base/powermgr/battery_statistics/services/native/test/unittest/mock/source/
Dmock_parcel.cpp384 void Parcel::SkipBytes(size_t bytes) in SkipBytes()
/base/powermgr/power_manager/services/native/test/unittest/mock/
Dmock_parcel.cpp382 void Parcel::SkipBytes(size_t bytes) in SkipBytes()
/base/powermgr/battery_manager/services/native/test/unittest/mock/source/
Dmock_parcel.cpp382 void Parcel::SkipBytes(size_t bytes) in SkipBytes()

12