Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_common.h70 bool IsPeerDeviceLegacyOs(int32_t osType);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp896 bool ret = IsPeerDeviceLegacyOs(osType);
922 bool ret = IsPeerDeviceLegacyOs(osType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c101 bool isLegacyOs = IsPeerDeviceLegacyOs(conn->appInfo.osType); in StartVerifySession()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c579 bool IsPeerDeviceLegacyOs(int32_t osType) in IsPeerDeviceLegacyOs() function