Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c46 char *tmpSessionName = NULL; in CreateSocketResource() local
47 Anonymize(sessionName, &tmpSessionName); in CreateSocketResource()
48 if (strcpy_s(item->socketName, SESSION_NAME_SIZE_MAX, tmpSessionName) != EOK) { in CreateSocketResource()
51 AnonymizeFree(tmpSessionName); in CreateSocketResource()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c105 char *tmpSessionName = NULL; in TransSessionServerIsExist() local
106 Anonymize(sessionName, &tmpSessionName); in TransSessionServerIsExist()
107 …(TRANS_CTRL, "session server not exist, sessionName=%{public}s", AnonymizeWrapper(tmpSessionName)); in TransSessionServerIsExist()
108 AnonymizeFree(tmpSessionName); in TransSessionServerIsExist()