Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp42 static uint32_t g_QosTV_Param_Index = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(QosTV)); 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.cpp48 static uint32_t g_QosTV_Param_Index = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0]… 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()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp38 static uint32_t g_QosTV_Param_Index = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(QosTV)); variable
156 int ret = Listen(socketId, g_qosInfo, g_QosTV_Param_Index, &sessListeners_[role]); in CreatSoftBusSinkSocketServer()
190 int ret = Bind(socketId, g_qosInfo, g_QosTV_Param_Index, &sessListeners_[role]); in CreateSoftBusSourceSocketClient()