Home
last modified time | relevance | path

Searched defs:BYTE_TWO (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h78 static const int BYTE_TWO = 2; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp700 uint8_t BYTE_TWO = data & 0xFF; in Uint16ToBytes() local
713 uint8_t BYTE_TWO = (data >> MOVE_BITS_16) & 0xFF; in Uint32ToBytes() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp66 constexpr int32_t BYTE_TWO = 2; variable