Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1191 bool ret = IsDslSession(nullptr);
1194 ret = IsDslSession(SESSION_NAME_DSL);
1197 ret = IsDslSession(TEST_DSL2_RE_SESSION_NAME);
1200 ret = IsDslSession(TEST_DSL2_RE_SESSION_NAME);
1204 ret = IsDslSession(sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c924 static bool IsDslSession(const char *sessionName) in IsDslSession() function
1044 if (IsDslSession(param->sessionName)) { in GetAllocInfoBySessionParam()
1117 …(PeerDeviceIsLegacyOs(param->peerDeviceId, param->sessionName) || IsDslSession(param->sessionName)… in GetRequestOptionBySessionParam()