Home
last modified time | relevance | path

Searched defs:bytesLen (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.cpp73 uint32_t bytesLen = src.length() / HEX_BYTE_LEN; in HexStringToBytes() local
149 uint32_t bytesLen = src.length(); in StringToAsciiBytes() local
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp64 size_t bytesLen = length / SIZE_VALUE; in ConvertHexStringToBytes() local
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_bt_data_parser.cpp477 int bytesLen = len / HEX_BYTE_LEN; in IsVendorPayloadValid() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c521 uint32_t bytesLen = strlen(encryptedFastAuth) >> 1; in ParseFastAuthValue() local
557 uint32_t bytesLen = strlen(encNormalizedKey) >> 1; in ParseNormalizedKeyValue() local
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp516 void Byte2HexString(const uint8_t* byte, uint8_t bytesLen, char* hexstr, uint8_t hexstrLen) in Byte2HexString()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp217 uint16_t bytesLen = ObexUtils::GetBufData16(buf, pos) - HDR_UNICODE_PREFIX_LENGTH; in ParseUnicodeText() local
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp302 ssize_t bytesLen = -1; in ReadThreadInfo() local