Home
last modified time | relevance | path

Searched refs:sppDriver (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c29 static void Init(const struct tagSppSocketDriver *sppDriver) in Init() argument
31 (void)sppDriver; in Init()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c545 int32_t ConnBrTransMuduleInit(SppSocketDriver *sppDriver, ConnBrTransEventListener *listener) in ConnBrTransMuduleInit() argument
547 CONN_CHECK_AND_RETURN_RET_LOGW(sppDriver != NULL, SOFTBUS_INVALID_PARAM, CONN_INIT, in ConnBrTransMuduleInit()
549 CONN_CHECK_AND_RETURN_RET_LOGW(sppDriver->Read != NULL, SOFTBUS_INVALID_PARAM, CONN_INIT, in ConnBrTransMuduleInit()
551 CONN_CHECK_AND_RETURN_RET_LOGW(sppDriver->Write != NULL, SOFTBUS_INVALID_PARAM, CONN_INIT, in ConnBrTransMuduleInit()
569 g_sppDriver = sppDriver; in ConnBrTransMuduleInit()
H A Dsoftbus_conn_br_connection.c933 int32_t ConnBrConnectionMuduleInit(SoftBusLooper *looper, SppSocketDriver *sppDriver, ConnBrEventLi… in ConnBrConnectionMuduleInit() argument
937 CONN_CHECK_AND_RETURN_RET_LOGW(sppDriver != NULL, SOFTBUS_INVALID_PARAM, CONN_INIT, in ConnBrConnectionMuduleInit()
958 g_sppDriver = sppDriver; in ConnBrConnectionMuduleInit()
H A Dsoftbus_conn_br_manager.c1811 SppSocketDriver *sppDriver = InitSppSocketDriver(); in InitBrEventListener() local
1812 CONN_CHECK_AND_RETURN_RET_LOGE(sppDriver != NULL, SOFTBUS_CONN_BR_INTERNAL_ERR, CONN_INIT, in InitBrEventListener()
1823 …ret = ConnBrConnectionMuduleInit(g_brManagerAsyncHandler.handler.looper, sppDriver, &connectionEve… in InitBrEventListener()
1830 ret = ConnBrTransMuduleInit(sppDriver, &transEventListener); in InitBrEventListener()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_trans.h87 int32_t ConnBrTransMuduleInit(SppSocketDriver *sppDriver, ConnBrTransEventListener *listener);
H A Dsoftbus_conn_br_connection.h98 int32_t ConnBrConnectionMuduleInit(SoftBusLooper *looper, SppSocketDriver *sppDriver, ConnBrEventLi…
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp78 void Init(const struct tagSppSocketDriver *sppDriver) in Init() argument
80 (void)sppDriver; in Init()