Home
last modified time | relevance | path

Searched refs:QosReport (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/
H A Dtrans_qos_test.cpp60 ret = QosReport(G_INVALID_SESSION_ID, G_VALID_APP_TYPE, QOS_IMPROVE); in HWTEST_F()
63 ret = QosReport(G_VALID_SESSION_ID, G_VALID_APP_TYPE, QOS_RECOVER); in HWTEST_F()
66 ret = QosReport(G_VALID_SESSION_ID, G_VALID_APP_TYPE, QOS_IMPROVE); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/qosreport_fuzzer/
H A Dqosreport_fuzzer.cpp31 QosReport(size, appType, quality); in QosReportTest()
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_service.h26 int32_t QosReport(int32_t sessionId, int32_t appType, int32_t quality);
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_test.cpp257 int32_t ret = QosReport(TRANS_TEST_SESSION_ID, APP_TYPE_AUTH, TRANS_TEST_INVALID_QUALITY); in HWTEST_F()
259 ret = QosReport(TRANS_TEST_SESSION_ID, APP_TYPE_AUTH, QOS_IMPROVE); in HWTEST_F()
301 ret = QosReport(sessionId, APP_TYPE_AUTH, QOS_IMPROVE); in HWTEST_F()
312 ret = QosReport(sessionId, APP_TYPE_AUTH, QOS_IMPROVE); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h56 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h59 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp304 int32_t ret = QosReport(sessionId, appType, quality); in HWTEST_F()
308 ret = QosReport(sessionId, appType, quality); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h56 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int quality) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h59 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
H A Dif_softbus_server.h58 virtual int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) = 0;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp241 int32_t SoftBusServerProxyFrame::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() function in OHOS::SoftBusServerProxyFrame
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp247 return proxy->QosReport(channelId, chanType, appType, quality); in ServerIpcQosReport()
H A Dtrans_server_proxy_standard.cpp530 int32_t TransServerProxy::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() function in OHOS::TransServerProxy
539 TRANS_LOGE(TRANS_SDK, "QosReport write InterfaceToken failed!"); in QosReport()
543 TRANS_LOGE(TRANS_SDK, "QosReport channelId failed!"); in QosReport()
547 TRANS_LOGE(TRANS_SDK, "QosReport chanType failed!"); in QosReport()
551 TRANS_LOGE(TRANS_SDK, "QosReport appType failed!"); in QosReport()
555 TRANS_LOGE(TRANS_SDK, "QosReport quality failed!"); in QosReport()
563 TRANS_LOGE(TRANS_SDK, "QosReport send request failed! ret=%{public}d", ret); in QosReport()
568 TRANS_LOGE(TRANS_SDK, "QosReport read serverRet failed!"); in QosReport()
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp316 int32_t ret = transServerProxy.QosReport(channelId, channelType, appType, quality); in HWTEST_F()
320 ret = transServerProxy.QosReport(channelId, channelType, appType, quality); in HWTEST_F()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp246 int32_t SoftBusServer::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1242 int32_t retReply = QosReport(channelId, channelType, appType, quality); in QosReportInner()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp162 int32_t BusCenterServerProxy::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() function in OHOS::BusCenterServerProxy
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c746 int32_t QosReport(int32_t sessionId, int32_t appType, int32_t quality) in QosReport() function

Completed in 14 milliseconds