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 D | dsched_transport_softbus_adapter.cpp | 42 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 D | distributed_input_transport_base.cpp | 48 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 D | dcamera_softbus_adapter.cpp | 38 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()
|