Home
last modified time | relevance | path

Searched refs:SOFTBUS_CONN_BR_INTERNAL_ERR (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c91 int32_t ret = SOFTBUS_CONN_BR_INTERNAL_ERR; in ConnBrEnqueueNonBlock()
142 int32_t status = SOFTBUS_CONN_BR_INTERNAL_ERR; in ConnBrDequeueBlock()
H A Dsoftbus_conn_br_trans.c185 return SOFTBUS_CONN_BR_INTERNAL_ERR; in SerializeByJson()
566 return SOFTBUS_CONN_BR_INTERNAL_ERR; in ConnBrTransMuduleInit()
H A Dsoftbus_conn_br_manager.c353 CONN_CHECK_AND_RETURN_RET_LOGE(connection != NULL, SOFTBUS_CONN_BR_INTERNAL_ERR, CONN_BR, "connection is null"); in ConnectDeviceDirectly()
1787 CONN_CHECK_AND_RETURN_RET_LOGW(listenerId >= 0, SOFTBUS_CONN_BR_INTERNAL_ERR, CONN_INIT, in InitBrManager()
1809 CONN_CHECK_AND_RETURN_RET_LOGE(ret == SOFTBUS_OK, SOFTBUS_CONN_BR_INTERNAL_ERR, CONN_INIT, in InitBrEventListener()
1812 CONN_CHECK_AND_RETURN_RET_LOGE(sppDriver != NULL, SOFTBUS_CONN_BR_INTERNAL_ERR, CONN_INIT, in InitBrEventListener()
H A Dsoftbus_conn_br_connection.c173 return SOFTBUS_CONN_BR_INTERNAL_ERR; in StartBrClientConnect()
189 g_eventListener.onClientConnectFailed(connectionId, SOFTBUS_CONN_BR_INTERNAL_ERR); in StartClientConnect()
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp878 EXPECT_EQ(SOFTBUS_CONN_BR_INTERNAL_ERR, ret); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h633 SOFTBUS_CONN_BR_INTERNAL_ERR = SOFTBUS_CONN_ERR_BASE + 16, enumerator
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h582 SOFTBUS_CONN_BR_INTERNAL_ERR = SOFTBUS_CONN_ERR_BASE + 16, enumerator

Completed in 16 milliseconds