Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/
H A Dhex_string.cpp31 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
67 int32_t HexStringToByte(const char *hexStr, uint32_t hexStrLen, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c34 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
66 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dframe_detector.cpp70 uint8_t FrameDetectorH264::GetNalType(uint8_t byte) in GetNalType()
90 uint8_t FrameDetectorH265::GetNalType(uint8_t byte) in GetNalType()
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dbase64_utils.h40 for (uint8_t byte : data) { in Base64Encode() local
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_quoted_printable.cpp36 for (auto byte : input) { in Encode() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dmetadata_stream.h36 using byte = uint8_t; variable
H A Ddata_buf.h27 using byte = uint8_t; variable
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c84 …uint32_t byte = (((a << 16) & 0x00FF0000) | ((b << 8) & 0x0000FF00) | ((c << 0) & 0x000000FF)); /*… in Base64Encode() local
144 uint32_t byte = in Base64Decode() local
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_types.h24 using byte = char; variable
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_raw_data.cpp23 void VCardRawData::SetByte(const std::string &byte) in SetByte()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.cpp134 std::string byte = mac_.substr(i, MAC_BLOCK); in GetMacAddressWifiSockaddr() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp463 uint32_t byte = (1 << i); in ChangeStart() local
545 uint8_t byte = (1 << j); in GetIp6Prefixlen() local
570 uint8_t byte = (1 << j); in RfindIp6() local
629 uint8_t byte = (1 << j); in ChangeIp6Start() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Ddecoder.rs285 let byte = buf[0]; in decode() localVariable
333 let byte = buf[0]; in decode() localVariable
365 let byte = buf[0]; in decode() localVariable
412 let byte = buf[0]; in decode() localVariable
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp101 …size_t byte = DfxMemory::ReadProcMemByPid(thread_->threadInfo_.nsTid, map->begin, tableData->data(… in GetSubmitterStack() local
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp149 unsigned char byte = static_cast<unsigned char>(std::stoi(byteString, nullptr, 16)); // hex in GetByteArrValue() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_scdc.c56 …c int32_t HdmiScdcReadByte(const struct HdmiScdc *scdc, enum HdmiScdcsOffset offset, uint8_t *byte) in HdmiScdcReadByte()
61 … int32_t HdmiScdcWriteByte(const struct HdmiScdc *scdc, enum HdmiScdcsOffset offset, uint8_t *byte) in HdmiScdcWriteByte()
/ohos5.0/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp93 std::string byte = str.substr(i, hexStep); in HexToString() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub.cpp244 for (const auto &byte : elem.content) { in SendScanInfo() local
287 for (const auto &byte : elem.content) { in SendScanInfoSmall() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp87 for (const auto byte : input) { in ToString() local
101 auto byte = std::strtoul(byteStr.c_str(), &end, 16); in ToBinary() local
244 for (const auto byte : macArray) { in MacArrayToString() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp87 for (const auto byte : input) { in ToString() local
101 auto byte = std::strtoul(byteStr.c_str(), &end, 16); in ToBinary() local
244 for (const auto byte : macArray) { in MacArrayToString() local
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Drouter_advertisement_daemon_test.cpp314 for (uint8_t byte : ipp.prefix.s6_addr) { variable
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c44 static inline void TlvByteToLength(uint8_t byte, uint16_t *len) in TlvByteToLength()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp95 std::string byte = str.substr(i, hexStep); in HexToString() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_map.cpp355 size_t byte = DfxMemory::ReadProcMemByPid(pid, begin, shmmData->data(), size); in GetElf() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.cpp305 int32_t byte; in HexdumpOutput() local

123