Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c34 #define ISHARE_SESSION_NAME "IShare*" macro
43 if (regcomp(&regComp, ISHARE_SESSION_NAME, REG_EXTENDED | REG_NOSUB) != 0) { in IsIShareSession()