Home
last modified time | relevance | path

Searched refs:QOS_COUNT (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h65 static constexpr uint32_t QOS_COUNT = 3; variable
66 static constexpr QosTV QOS_INFOS[QOS_BUTT][QOS_COUNT] = {
H A Dsoftbus_adapter.h99 static constexpr uint32_t QOS_COUNT = 3; variable
100 static constexpr QosTV Qos[QOS_COUNT] = { { .qos = QOS_TYPE_MIN_BW, .value = 64 * 1024 },
H A Dsoftbus_client.cpp149 int32_t status = ::Bind(socket, qos, QOS_COUNT, listener); in Open()
208 return type_ % QOS_COUNT; in GetQoSType()
H A Dsoftbus_adapter_standard.cpp413 return Listen(socket_, Qos, QOS_COUNT, &serverListener_); in CreateSessionServerAdapter()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h90 static constexpr uint32_t QOS_COUNT = 3; variable
91 static constexpr QosTV Qos[QOS_COUNT] = {
/ohos5.0/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_session_manager.h79 static constexpr const int QOS_COUNT = 3; variable
H A Dsoftbus_session_manager.cpp79 int32_t ret = ::Listen(socket, serverQos, QOS_COUNT, &iSessionListener); in Socket()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h70 static constexpr uint32_t QOS_COUNT = static_cast<uint32_t>(sizeof(QOS_TV) / sizeof(QosTV)); variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_adapter.h80 static constexpr const int QOS_COUNT = 3; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp154 …int32_t ret = DBinderSoftbusClient::GetInstance().Listen(socketId, QOS_TV, QOS_COUNT, &serverListe… in StartServerListener()
213 …int32_t ret = DBinderSoftbusClient::GetInstance().Bind(socketId, QOS_TV, QOS_COUNT, &clientListene… in CreateClientSocket()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h33 static constexpr uint32_t QOS_COUNT = static_cast<uint32_t>(sizeof(QOS_TV) / sizeof(QosTV)); variable
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp160 …int32_t ret = DBinderSoftbusClient::GetInstance().Bind(socketId, QOS_TV, QOS_COUNT, &clientListene… in CreateClientSocket()
212 ret = DBinderSoftbusClient::GetInstance().Listen(socketId, QOS_TV, QOS_COUNT, &serverListener_); in StartListener()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp70 int32_t ret = ::Listen(socket, serverQos, QOS_COUNT, &listener); in CreateSessionServer()
238 int32_t ret = ::Bind(socket, clientQos, QOS_COUNT, &listener); in OpenSession()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp475 int32_t res = Bind(socketId, Qos, QOS_COUNT, &clientListener_); in CreateClientSocket()
544 int res = Listen(socketServer_, Qos, QOS_COUNT, &serverListener_); in CreateSessionServerAdapter()