Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c27 uint32_t p2pNameLen = (uint32_t)strlen(P2P_DEV_NAME_PRE); in GetConnectionTypeByDevName()
30 if (devNameLen >= p2pNameLen && memcmp(devName, P2P_DEV_NAME_PRE, p2pNameLen) == 0) { in GetConnectionTypeByDevName()
300 uint32_t targetDevLen = (uint32_t)strlen(P2P_DEV_NAME_PRE); in IsValidInterface()
301 …if (strlen(interfaceName) >= targetDevLen && memcmp(interfaceName, P2P_DEV_NAME_PRE, targetDevLen)… in IsValidInterface()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c27 uint32_t p2pNameLen = (uint32_t)strlen(P2P_DEV_NAME_PRE); in GetConnectionTypeByDevName()
30 if (devNameLen >= p2pNameLen && memcmp(devName, P2P_DEV_NAME_PRE, p2pNameLen) == 0) { in GetConnectionTypeByDevName()
307 uint32_t targetDevLen = (uint32_t)strlen(P2P_DEV_NAME_PRE); in IsValidInterface()
308 …if (strlen(interfaceName) >= targetDevLen && memcmp(interfaceName, P2P_DEV_NAME_PRE, targetDevLen)… in IsValidInterface()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h42 #define P2P_DEV_NAME_PRE "p2p" macro