Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/session/
H A Dtrans_session_manager_test.cpp113 bool res = TransSessionServerIsExist(NULL);
115 res = TransSessionServerIsExist(g_sessionName);
199 bool res = TransSessionServerIsExist(g_sessionName);
202 res = TransSessionServerIsExist(g_sessionName);
268 bool res = TransSessionServerIsExist(g_sessionName);
288 bool res = TransSessionServerIsExist(g_sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/include/
H A Dtrans_session_manager.h38 bool TransSessionServerIsExist(const char *sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_service.c168 if (!TransSessionServerIsExist(param->sessionName)) { in TransOpenSession()
H A Dtrans_session_manager.c81 bool TransSessionServerIsExist(const char *sessionName) in TransSessionServerIsExist() function