Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c58 } ErrorContext; typedef
1128 ErrorContext *ctx = (ErrorContext *)(msg->obj); in ClientConnectFailedFunc()
1158 ErrorContext *ctx = (ErrorContext *)(msg->obj); in ConnectionExceptionFunc()
1193 ErrorContext *ctx = (ErrorContext *)(msg->obj); in ResetFunc()
1274 ErrorContext *ctx = (ErrorContext *)SoftBusCalloc(sizeof(ErrorContext)); in OnClientConnectFailed()
1310 ErrorContext *ctx = (ErrorContext *)SoftBusCalloc(sizeof(ErrorContext)); in OnConnectionException()
1754 ErrorContext *ctx = (ErrorContext *)SoftBusCalloc(sizeof(ErrorContext)); in OnBtStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp953 ErrorContext obj;