Searched refs:sppDriver (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/ |
H A D | wrapper_br_interface.c | 29 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 D | softbus_conn_br_trans.c | 545 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 D | softbus_conn_br_connection.c | 933 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 D | softbus_conn_br_manager.c | 1811 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 D | softbus_conn_br_trans.h | 87 int32_t ConnBrTransMuduleInit(SppSocketDriver *sppDriver, ConnBrTransEventListener *listener);
|
H A D | softbus_conn_br_connection.h | 98 int32_t ConnBrConnectionMuduleInit(SoftBusLooper *looper, SppSocketDriver *sppDriver, ConnBrEventLi…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_connection_test.cpp | 78 void Init(const struct tagSppSocketDriver *sppDriver) in Init() argument 80 (void)sppDriver; in Init()
|