Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c442 uint32_t distributedDataSessionLen = strlen(DISTRIBUTED_DATA_SESSION); in IsDistributedDataSession() local
443 if (strlen(sessionName) < distributedDataSessionLen || in IsDistributedDataSession()
444 strncmp(sessionName, DISTRIBUTED_DATA_SESSION, distributedDataSessionLen) != 0) { in IsDistributedDataSession()