Home
last modified time | relevance | path

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

1234

/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
/base/telephony/core_service/services/sim/src/
H A Dplmn_file.cpp19 PlmnFile::PlmnFile(unsigned char *bytes, int offset) in PlmnFile() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tl_serialize.h45 static inline size_t kbasep_serialize_bytes(char *buffer, size_t pos, const void *bytes, size_t len) in kbasep_serialize_bytes() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tl_serialize.h44 kbasep_serialize_bytes( char *buffer, size_t pos, const void *bytes, size_t len) kbasep_serialize_bytes() 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
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocketBuffer.h59 size_t bytes; member
/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
/test/xts/acts/kernel_lite/utils/
H A Dlibfs.cpp108 size_t bytes; in CopyFile() local
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dlibfs.cpp111 size_t bytes; in CopyFile() local
/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
/device/qemu/drivers/virtio/
H A Dvirtrng.c207 static int VirtrngRead(char *buffer, size_t bytes) in VirtrngRead() argument
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash.c75 static inline unsigned B2W(unsigned bytes) in B2W() argument
H A Dcfiflash_fs_hal.c40 unsigned int bytes = CfiFlashSec2Bytes(nSectors); in DisckRead() local
49 unsigned int bytes = CfiFlashSec2Bytes(nSectors); in DiskWrite() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_string.c128 void *osal_memchr_inv(const void *start, int c, int bytes) in osal_memchr_inv() argument
/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...]

Completed in 10 milliseconds

1234