Home
last modified time | relevance | path

Searched refs:DEVICE_32_BITS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_dev.c46 if (TYPE_BITS_NUM(char *) == DEVICE_32_BITS) { in DFileGetDeviceBits()
47 return DEVICE_32_BITS; in DFileGetDeviceBits()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c204 if (CapsChaCha(session) && DFileGetDeviceBits() == DEVICE_32_BITS && in DFileGetCipherCaps()
215 …tingFrame->cipherCapability & NSTACKX_CIPHER_CHACHA) && (DFileGetDeviceBits() == DEVICE_32_BITS) && in DFileChooseCipherType()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h38 DEVICE_32_BITS = 32, enumerator