Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1221 bool ret = PeerDeviceIsLegacyOs(peerNetworkId, sessionName);
1225 ret = PeerDeviceIsLegacyOs(peerNetworkId, sessionName);
1228 ret = PeerDeviceIsLegacyOs(peerNetworkId, SESSION_NAME_DBD);
H A Dtrans_lane_test.cpp773 bool ret = PeerDeviceIsLegacyOs(g_networkId, g_sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c941 static bool PeerDeviceIsLegacyOs(const char *peerNetworkId, const char *sessionName) in PeerDeviceIsLegacyOs() function
1048 } else if (PeerDeviceIsLegacyOs(param->peerDeviceId, param->sessionName)) { in GetAllocInfoBySessionParam()
1117 …(PeerDeviceIsLegacyOs(param->peerDeviceId, param->sessionName) || IsDslSession(param->sessionName)… in GetRequestOptionBySessionParam()