/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_test.cpp | 60 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 D | qosreport_fuzzer.cpp | 31 QosReport(size, appType, quality); in QosReportTest()
|
/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_service.h | 26 int32_t QosReport(int32_t sessionId, int32_t appType, int32_t quality);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_service_test.cpp | 257 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 D | trans_server_proxy_standard.h | 56 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 D | softbus_server_proxy_standard.h | 59 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 D | trans_session_test.cpp | 304 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 D | bus_center_server_proxy_standard.h | 56 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 D | softbus_server.h | 59 int32_t QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) override;
|
H A D | if_softbus_server.h | 58 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 D | softbus_server_proxy_standard.cpp | 241 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 D | trans_server_proxy.cpp | 247 return proxy->QosReport(channelId, chanType, appType, quality); in ServerIpcQosReport()
|
H A D | trans_server_proxy_standard.cpp | 530 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 D | trans_ipc_test.cpp | 316 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 D | softbus_server.cpp | 246 int32_t SoftBusServer::QosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in QosReport() function in OHOS::SoftBusServer
|
H A D | softbus_server_stub.cpp | 1242 int32_t retReply = QosReport(channelId, channelType, appType, quality); in QosReportInner()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy_standard.cpp | 162 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 D | client_trans_session_service.c | 746 int32_t QosReport(int32_t sessionId, int32_t appType, int32_t quality) in QosReport() function
|