Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dstream_encrypt_server_mt.cpp101 static QosTV g_qosInfo[] = { variable
136 int32_t ret = Listen(socket, g_qosInfo, sizeof(g_qosInfo) / sizeof(g_qosInfo[0]), &listener);
195 int32_t ret = Listen(socket, g_qosInfo, sizeof(g_qosInfo) / sizeof(g_qosInfo[0]), &listener);
255 int32_t ret = Listen(socket, g_qosInfo, sizeof(g_qosInfo) / sizeof(g_qosInfo[0]), &listener);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_adapter.cpp27 static QosTV g_qosInfo[] = { variable
32 static uint32_t g_qosTVParamIndex = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0]));
99 int32_t ret = Listen(socket, g_qosInfo, g_qosTVParamIndex, &iSocketListener_); in CreateSoftbusSessionServer()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp29 static QosTV g_qosInfo[] = { variable
34 static uint32_t g_qosTVParamIndex = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0]));
243 int32_t ret = Bind(socket, g_qosInfo, g_qosTVParamIndex, &iSocketListener_); in OpenUnbindSession()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp40 static QosTV g_qosInfo[] = { variable
45 static uint32_t g_qosTvParamIndex = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0]));
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/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp43 static QosTV g_qosInfo[] = { variable
48 static uint32_t g_QosTV_Param_Index = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0]…
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/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp37 static QosTV g_qosInfo[] = { variable
42 static uint32_t g_QosTV_Param_Index = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(QosTV));
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_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp33 static QosTV g_qosInfo[] = { variable
38 static uint32_t g_QosTV_Param_Index = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(QosTV));
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()