/foundation/communication/dsoftbus/sdk/transmission/trans_channel/qos/src/ |
H A D | client_qos_manager.c | 19 int32_t ClientQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ClientQosReport() argument 21 return ServerIpcQosReport(channelId, chanType, appType, quality); in ClientQosReport()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/ |
H A D | softbus_qos_virtual.c | 43 int32_t QosReportExecute(int channelId, int chanType, int appType, int quality) in QosReportExecute() argument 46 (void)chanType; in QosReportExecute()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clientqosmanager_fuzzer/ |
H A D | clientqosmanager_fuzzer.cpp | 30 int32_t chanType = *(reinterpret_cast<const int32_t*>(data)); in ClientQosReportTest() local 34 ClientQosReport(channelId, chanType, appType, quality); in ClientQosReportTest()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/ |
H A D | trans_channel_manager_mock_test.cpp | 140 int32_t chanType = 1; in HWTEST_F() local 144 int32_t ret = TransRequestQos(channelId, chanType, appType, QOS_IMPROVE); in HWTEST_F() 225 int32_t chanType = 1; in HWTEST_F() local 230 int32_t ret = TransRequestQos(channelId, chanType, appType, QOS_IMPROVE); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 575 int32_t chanType = CHANNEL_TYPE_AUTH; in HWTEST_F() local 576 int32_t ret = ServerIpcCloseChannel(nullptr, channelId, chanType); in HWTEST_F() 582 ret = ServerIpcCloseChannel(nullptr, -1, chanType); in HWTEST_F() 585 ret = ServerIpcCloseChannel(nullptr, channelId, chanType); in HWTEST_F() 618 int32_t chanType = CHANNEL_TYPE_AUTH; in HWTEST_F() local 619 int32_t ret = ServerIpcSendMessage(channelId, chanType, nullptr, 0, 0); in HWTEST_F() 625 ret = ServerIpcSendMessage(channelId, chanType, nullptr, 0, 0); in HWTEST_F() 640 int32_t chanType = CHANNEL_TYPE_AUTH; in HWTEST_F() local 643 int32_t ret = ServerIpcQosReport(channelId, chanType, appType, quality); in HWTEST_F() 649 ret = ServerIpcQosReport(channelId, chanType, appTyp in HWTEST_F() 664 int32_t chanType = CHANNEL_TYPE_AUTH; HWTEST_F() local 686 int32_t chanType = CHANNEL_TYPE_AUTH; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/qos/include/ |
H A D | client_qos_manager.h | 24 int32_t ClientQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/interface/ |
H A D | softbus_qos.h | 27 int32_t QosReportExecute(int channelId, int chanType, int appType, int quality);
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
H A D | trans_server_proxy.c | 94 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport() argument 97 (void)chanType; in ServerIpcQosReport()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/include/ |
H A D | trans_server_proxy.h | 38 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality);
|
/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() argument 244 (void)chanType; in QosReport()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_manager.h | 43 int32_t TransRequestQos(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality);
|
/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/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 241 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport() argument 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() argument 546 if (!data.WriteInt32(chanType)) { in QosReport() 547 TRANS_LOGE(TRANS_SDK, "QosReport chanType failed!"); in QosReport()
|
/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/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 409 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport() argument 412 (void)chanType; in ServerIpcQosReport()
|
/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() argument 248 return TransRequestQos(channelId, chanType, appType, quality); in QosReport()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 500 int32_t TransRequestQos(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in TransRequestQos() argument 502 (void)chanType; in TransRequestQos()
|
/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() argument 165 (void)chanType; in QosReport()
|