/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 31 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 D | string_util.c | 34 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 D | frame_detector.cpp | 70 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 D | base64_utils.h | 40 for (uint8_t byte : data) { in Base64Encode() local
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
H A D | mms_quoted_printable.cpp | 36 for (auto byte : input) { in Encode() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | metadata_stream.h | 36 using byte = uint8_t; variable
|
H A D | data_buf.h | 27 using byte = uint8_t; variable
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 84 …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 D | base_types.h | 24 using byte = char; variable
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_raw_data.cpp | 23 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 D | mac_address.cpp | 134 std::string byte = mac_.substr(i, MAC_BLOCK); in GetMacAddressWifiSockaddr() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 463 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 D | decoder.rs | 285 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 D | dfx_unwind_async_thread.cpp | 101 …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 D | xml_parser.cpp | 149 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 D | hdmi_scdc.c | 56 …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 D | string_utils.cpp | 93 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 D | wifi_scan_stub.cpp | 244 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 D | wifi_direct_utils.cpp | 87 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 D | wifi_direct_utils.cpp | 87 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 D | router_advertisement_daemon_test.cpp | 314 for (uint8_t byte : ipp.prefix.s6_addr) { variable
|
/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_parser.c | 44 static inline void TlvByteToLength(uint8_t byte, uint16_t *len) in TlvByteToLength()
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | string_utils.cpp | 95 std::string byte = str.substr(i, hexStep); in HexToString() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_map.cpp | 355 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 D | bytecode_gen.cpp | 305 int32_t byte; in HexdumpOutput() local
|