Home
last modified time | relevance | path

Searched refs:BYTE_MASK (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp91 *(--dst) = ((uc | BYTE_MARK) & BYTE_MASK); in WriteUTF8Bytes()
96 *(--dst) = ((uc | BYTE_MARK) & BYTE_MASK); in WriteUTF8Bytes()
101 *(--dst) = ((uc | BYTE_MARK) & BYTE_MASK); in WriteUTF8Bytes()
/foundation/communication/dsoftbus/core/broadcast/common/include/
H A Dbroadcast_protocol_constant.h73 #define BYTE_MASK 0xFF macro
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dzchar_wrapper.h71 static constexpr zchar BYTE_MASK = 0x000000BF; member in OHOS::AAFwk::final
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_packet.c32 #define BYTE_MASK 0xFF macro
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.h106 constexpr uint8_t BYTE_MASK = 0xbf; member
H A Dutf.cpp158 uint8_t cont = ((codePoint | BYTE_MARK) & BYTE_MASK); in EncodeUTF8()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp55 constexpr static uint8_t BYTE_MASK = 0x0F; member
793 result[index++] = HEX_ARRAY[(num >> BIN_HIGH_FOUR_NUM) & BYTE_MASK]; in ConvertBytesToUpperCaseHexString()
794 result[index++] = HEX_ARRAY[num & BYTE_MASK]; in ConvertBytesToUpperCaseHexString()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c864 broadcastData->data.data[POS_VERSION] = BLE_VERSION & BYTE_MASK; in AssembleBroadcastData()
865 broadcastData->data.data[POS_BUSINESS] = DISTRIBUTE_BUSINESS & BYTE_MASK; in AssembleBroadcastData()
878 broadcastData->data.data[POS_CAPABLITY] = info->capabilityBitmap[0] & BYTE_MASK; in AssembleBroadcastData()
1858 filter->serviceDataMask[POS_VERSION] = BYTE_MASK; in DiscBleSetScanFilter()
1859 filter->serviceDataMask[POS_BUSINESS] = BYTE_MASK; in DiscBleSetScanFilter()

Completed in 8 milliseconds