Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h77 static const int BYTE_ONE = 1; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp699 uint8_t BYTE_ONE = (data >> MOVE_BITS_8) & 0xFF; in Uint16ToBytes() local
712 uint8_t BYTE_ONE = (data >> MOVE_BITS_24) & 0xFF; in Uint32ToBytes() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp65 constexpr int32_t BYTE_ONE = 1; variable