Home
last modified time | relevance | path

Searched refs:g_qosTVParamIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_adapter.cpp32 static uint32_t g_qosTVParamIndex = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0])); variable
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.cpp34 static uint32_t g_qosTVParamIndex = static_cast<uint32_t>(sizeof(g_qosInfo) / sizeof(g_qosInfo[0])); variable
243 int32_t ret = Bind(socket, g_qosInfo, g_qosTVParamIndex, &iSocketListener_); in OpenUnbindSession()