Searched refs:tmpSessionName (Results 1 – 2 of 2) sorted by relevance
46 char *tmpSessionName = NULL; in CreateSocketResource() local47 Anonymize(sessionName, &tmpSessionName); in CreateSocketResource()48 if (strcpy_s(item->socketName, SESSION_NAME_SIZE_MAX, tmpSessionName) != EOK) { in CreateSocketResource()51 AnonymizeFree(tmpSessionName); in CreateSocketResource()
105 char *tmpSessionName = NULL; in TransSessionServerIsExist() local106 Anonymize(sessionName, &tmpSessionName); in TransSessionServerIsExist()107 …(TRANS_CTRL, "session server not exist, sessionName=%{public}s", AnonymizeWrapper(tmpSessionName)); in TransSessionServerIsExist()108 AnonymizeFree(tmpSessionName); in TransSessionServerIsExist()