Home
last modified time | relevance | path

Searched refs:iSocketListener (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp222 ISocketListener iSocketListener = { variable
282 int32_t ret = Listen(socket, g_qosInfo, g_qosTvParamIndex, &iSocketListener); in Init()
370 int32_t ret = Bind(socket, g_qosInfo, g_qosTvParamIndex, &iSocketListener); in StartSocket()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp60 ISocketListener iSocketListener = { variable
91 ret = Listen(serverSocket_, g_qosInfo, g_QosTV_Param_Index, &iSocketListener); in InitChannel()
184 ret = Bind(sessionId, g_qosInfo, g_QosTV_Param_Index, &iSocketListener); in AddNewPeerSession()
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp104 ISocketListener iSocketListener = { variable
128 int32_t ret = Listen(socket, g_qosInfo, g_QosTV_Param_Index, &iSocketListener); in Init()
240 ret = Bind(socket, g_qosInfo, g_QosTV_Param_Index, &iSocketListener); in StartSession()