Home
last modified time | relevance | path

Searched defs:bytes (Results 1 - 25 of 41) sorted by relevance

12

/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_blob.cpp76 Blob::Blob(const std::vector<uint8_t> &bytes) : blob_(bytes) in Blob() argument
79 Blob::Blob(std::vector<uint8_t> &&bytes) : blob_(std::move(bytes)) in Blob() argument
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs180 let mut bytes = value_type.as_bytes(); variables
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Drpc_channel.h56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived() argument
H A Dsoft_bus_channel.h38 unsigned char *bytes; member
[all...]
/base/telephony/core_service/services/sim/src/
H A Dplmn_file.cpp19 PlmnFile::PlmnFile(unsigned char *bytes, int offset) in PlmnFile() argument
H A Dsim_utils.cpp63 std::string SIMUtils::BytesConvertToHexString(const unsigned char *bytes, int byteLen) in BytesConvertToHexString() argument
159 std::string SIMUtils::Gsm7bitConvertToString(const unsigned char *bytes, int byteLen) in Gsm7bitConvertToString() argument
/base/hiviewdfx/hitrace/frameworks/include/
H A Ddynamic_buffer.h29 int bytes = 0; member
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_photo_data.cpp70 void VCardPhotoData::SetBytes(const std::string &bytes) in SetBytes() argument
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dchain_rule.cpp30 uint64_t bytes = 0; in ChainRule() local
31 iss >> bytes; in ChainRule() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() argument
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob() argument
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() argument
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() argument
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob() argument
/base/security/access_token/services/tokensyncmanager/test/mock/src/
H A Dsoft_bus_socket_mock.cpp50 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock() argument
/base/startup/hvb/libhvb/src/utils/
H A Dhvb_util.c77 uint8_t bytes[8]; in hvb_htobe64() member
/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp45 std::string AesGcmHelper::Byte2Hex(const std::string &bytes) in Byte2Hex() argument
74 std::string bytes; in Hex2Byte() local
/base/telephony/core_service/utils/codec/src/
H A Dasn1_builder.cpp65 std::vector<uint8_t> bytes = Asn1Utils::StringToBytes(childStr); in Asn1AddChildAsString() local
H A Dasn1_utils.cpp112 void Asn1Utils::BcdToBytes(const std::string &bcd, std::vector<uint8_t> &bytes) in BcdToBytes() argument
118 std::string Asn1Utils::BytesToHexStr(const std::vector<uint8_t> &bytes) in BytesToHexStr() argument
169 uint32_t Asn1Utils::UintToBytes(const uint32_t value, std::vector<uint8_t> &bytes) in UintToBytes() argument
199 std::vector<uint8_t> bytes = {}; StrToHexStr() local
210 std::vector<uint8_t> bytes = HexStrToBytes(inputHexStr); HexStrToString() local
[all...]
/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechainc_test.cpp249 uint8_t bytes[idLen + 1]; in HWTEST_F() local
[all...]
H A Dhitracechaincpp_test.cpp225 uint8_t bytes[ID_LEN + 1]; in HWTEST_F() local
[all...]
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp212 void SoftBusChannel::HandleDataReceived(int socket, const unsigned char *bytes, int length) in HandleDataReceived() argument
295 std::string SoftBusChannel::Decompress(const unsigned char *bytes, const int length) in Decompress() argument
319 int SoftBusChannel::SendRequestBytes(const unsigned char *bytes, const int bytesLength) in SendRequestBytes() argument
444 SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) SendResponseBytes() argument
[all...]
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp69 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
/base/telephony/core_service/interfaces/innerkits/include/
H A 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/interfaces/innerkits/include/
H A 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/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp199 int bytes = snprintf_s(buf, sizeof(buf), sizeof(buf) - 1, "[%llx,%llx,%llx]#", in GetRecord() local
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp190 uint8_t *bytes = (uint8_t *)malloc(len * sizeof(uint8_t)); in ConvertHexStringToBytes() local

Completed in 13 milliseconds

12