Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c49 #define ISHARE_MIN_NAME_LEN 6 macro
904 if (strlen(sessionName) < ISHARE_MIN_NAME_LEN || in IsShareSession()
905 strncmp(sessionName, SESSION_NAME_ISHARE, ISHARE_MIN_NAME_LEN) != 0) { in IsShareSession()