Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp497 bool ret = IsLaneModuleError(SOFTBUS_LANE_DETECT_FAIL);
499 ret = IsLaneModuleError(SOFTBUS_CONN_FAIL);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c215 static bool IsLaneModuleError(int32_t errcode) in IsLaneModuleError() function
346 extra.linkType = IsLaneModuleError(ret) ? extra.linkType : CONNECT_HML; in TransOpenChannel()