Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp1244 bool isWait = IsNeedWaitCallbackError(connection->connectionId, &error);
1253 isWait = IsNeedWaitCallbackError(connection->connectionId, &error);
1262 isWait = IsNeedWaitCallbackError(connection->connectionId, &error);
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c678 static bool IsNeedWaitCallbackError(uint32_t connectionId, int32_t *error) in IsNeedWaitCallbackError() function
1277 bool needWait = IsNeedWaitCallbackError(connectionId, &error); in OnClientConnectFailed()