/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_blob.cpp | 76 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 D | sys_event.rs | 180 let mut bytes = value_type.as_bytes(); variables
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | rpc_channel.h | 56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length)
in HandleDataReceived() argument
|
H A D | soft_bus_channel.h | 38 unsigned char *bytes;
member [all...] |
/base/telephony/core_service/services/sim/src/ |
H A D | plmn_file.cpp | 19 PlmnFile::PlmnFile(unsigned char *bytes, int offset) in PlmnFile() argument
|
H A D | sim_utils.cpp | 63 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 D | dynamic_buffer.h | 29 int bytes = 0;
member
|
/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_photo_data.cpp | 70 void VCardPhotoData::SetBytes(const std::string &bytes) in SetBytes() argument
|
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | chain_rule.cpp | 30 uint64_t bytes = 0; in ChainRule() local 31 iss >> bytes; in ChainRule() local
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | blob.cpp | 80 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 D | blob.cpp | 80 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 D | blob.cpp | 80 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 D | soft_bus_socket_mock.cpp | 50 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock() argument
|
/base/startup/hvb/libhvb/src/utils/ |
H A D | hvb_util.c | 77 uint8_t bytes[8]; in hvb_htobe64() member
|
/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | aes_gcm_helper.cpp | 45 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 D | asn1_builder.cpp | 65 std::vector<uint8_t> bytes = Asn1Utils::StringToBytes(childStr); in Asn1AddChildAsString() local
|
H A D | asn1_utils.cpp | 112 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 D | hitracechainc_test.cpp | 249 uint8_t bytes[idLen + 1]; in HWTEST_F() local [all...] |
H A D | hitracechaincpp_test.cpp | 225 uint8_t bytes[ID_LEN + 1]; in HWTEST_F() local [all...] |
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_channel.cpp | 212 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 D | hril_base.cpp | 69 uint8_t *bytes = (uint8_t *)calloc(bytesLen, sizeof(uint8_t)); in ConvertHexStringToBytes() local
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 249 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 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
|
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 199 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 D | tel_ril_sms.cpp | 190 uint8_t *bytes = (uint8_t *)malloc(len * sizeof(uint8_t)); in ConvertHexStringToBytes() local
|